Commit graph

406940 commits

Author SHA1 Message Date
Jason Unovitch
79e84c9aba Document Xen Security Advisory (XSA 204)
Reported by:	royger
Security:	CVE-2016-10013
Security:	https://vuxml.FreeBSD.org/freebsd/942433db-c661-11e6-ae1b-002590263bf5.html
2016-12-20 03:13:20 +00:00
Jan Beich
afd65565e9 games/openbor: remove svn:eol-style
Subversion insistence on screwing up EOL markers turns patch
maintenance here into misery as USES=dos2unix breaks |make makepatch|.
2016-12-20 02:30:58 +00:00
Jan Beich
b090948f8c games/openbor: unbreak patching (try#2) 2016-12-20 02:22:08 +00:00
Wen Heping
a18336fe19 - Update to 1.0.3 2016-12-20 02:21:44 +00:00
Wen Heping
eb8c79f323 - Update to 3.3.1 2016-12-20 02:10:55 +00:00
Jan Beich
5e746a7110 games/openbor: unbreak patching 2016-12-20 02:01:06 +00:00
Jan Beich
bcb6acc124 games/openbor: fix off-by-one noticed by gcc6
openbor.c: In function 'common_dot':
openbor.c:20485:39: warning: iteration 10 invokes undefined behavior [-Waggressive-loop-optimizations]
         iDot_time   =   self->dot_time[iIndex]; //Get expire time.
                         ~~~~~~~~~~~~~~^~~~~~~~
openbor.c:20483:5: note: within this loop
     for(iIndex = 0; iIndex <= MAX_DOTS; iIndex++) //Loop through all DOT indexes.
     ^~~
2016-12-20 01:51:59 +00:00
Wen Heping
a77cfa2c31 - Update to 3.10.0 2016-12-20 01:44:05 +00:00
Jan Beich
7cba59cc35 games/openbor: fix inline warnings
In file included from source/scriptlib/Interpreter.c:9:
In file included from ./openborscript.h:12:
In file included from source/scriptlib/Interpreter.h:12:
In file included from source/scriptlib/StackedSymbolTable.h:12:
In file included from source/scriptlib/SymbolTable.h:11:
source/scriptlib/ScriptVariant.h:66:23: warning: inline function 'ScriptVariant_Xor' is not defined
      [-Wundefined-inline]
inline ScriptVariant *ScriptVariant_Xor( ScriptVariant *svar, ScriptVariant *rightChild );
                      ^
source/scriptlib/Interpreter.c:1090:22: note: used here
            BINARYOP(ScriptVariant_Xor);
                     ^
2016-12-20 01:15:58 +00:00
Cy Schubert
57e9d95647 Update 1.8.18p1 --> 1.8.19.
PR:		215434
Submitted by:	cy
Reviewed by:	garga (maintainer)
2016-12-19 23:59:23 +00:00
Gerald Pfeifer
0589837641 Update to the 20161218 development snapshot of GCC 7. 2016-12-19 23:40:19 +00:00
Jan Beich
173c785417 sysutils/devcpu-data: update to 1.9 (Intel 2016-11-04)
- Accept LICENSE since it allows mirroring [1]

PR:		215104
Approved by:	John Clark <clarkjc@runbox.com> (maintainer)
Submitted by:	John Clark <clarkjc@runbox.com> [1]
2016-12-19 23:16:32 +00:00
Antoine Brodin
04d13a03c8 New port: emulators/py-unicorn
Python bindings for Unicorn CPU emulator framework
2016-12-19 23:07:25 +00:00
Dimitry Andric
a64e36a3a2 archivers/zstd: Upgrade version 1.1.1 => 1.1.2
Also revert r425457, since upstream fixed the jobs unsafety.

Approved by:	marino (maintainer)
MFH:		2016Q4
2016-12-19 23:06:24 +00:00
Gerald Pfeifer
91ad7fdf62 Update to Wine 1.8.6 which is a conservative maintenance release:
- Fix a regression introduced in 1.8.5 (#41627)
 - Various bug fixes.
 - A few more cards added to the GPU description table.
2016-12-19 23:05:14 +00:00
Jan Beich
3dea606a45 games/openbor: update to 3.0.r4415
- Pacify -fsanitize=address a bit since previous update
- Drop pointless USES=dos2unix

Changes:	svn log -r4415:r4391 https://svn.code.sf.net/p/openbor/engine/engine/
2016-12-19 21:54:26 +00:00
Tijl Coosemans
976abf2c48 Add build dependency on linux_base so the build process can run tls_test.
This affects which copy of Linux libnvidia-tls gets installed.
Also add a run dependency on Linux Xorg libraries needed by some of the
installed libraries.

PR:		215345
2016-12-19 21:13:02 +00:00
Tobias C. Berner
f387f0a01e Bump portrevision as package changed
In r428918 the commit to change the way pkgconfig-filepaths are fixed
for Qt5 ports did not include a PORTREVISION bump for devel/qmake5.

This is however necessary, as
a) the package of devel/qmake5 changes by that bit
b) if a qt5 port is rebuilt without a "fixed" by r428918 version of qmake5,
   it will fail to stage.

Reported by:		rakuco
Approved by:		rakuco (mentor)
2016-12-19 20:47:19 +00:00
Thierry Thomas
8563f51dfd Upgrade to 1.10.4.
Changelog at
https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/?page=1#version-1.10.4
2016-12-19 20:28:42 +00:00
Mikhail Pchelin
74e884852d - update from 2.17.1 to 2.18
Approved by:	zeising (maintainer), jpaetzel (mentor)
2016-12-19 19:42:18 +00:00
Kurt Jaeger
404e6ecb6d dns/dq: update 20161128 -> 20161210
PR:		215400
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2016-12-19 18:58:01 +00:00
Hiroki Sato
5a4504460b - Use another github repo to maintain the patches since the original
upstream is no longer actively maintained.
- Add -n flag to prevent Release message from being sent when dhcp6c stops.[*]
- Add more log for DHCP messages.[*]

Based on work by:	marjohn56 (martin@queens-park.com)
2016-12-19 17:38:31 +00:00
Joseph Mingrone
80ed0dcb7e biology/jellyfish: Update to version 2.2.6
Upstream changes since version 2.2.4:
- Fix compilation warnings/errors with newer version of gcc (5.3 & 6.1).
- Fix bug in parsing function that made it stop on sequences that consist
  of only empty lines.
- New methods in bindings to enumerate the mers of a string.

Approved by:	AMDmi3 (mentor)
Differential Revision:	https://reviews.freebsd.org/D8204
2016-12-19 16:52:34 +00:00
Mathieu Arnold
7593464b0b Add a warning about setting both PORTVERSION and DISTVERSION.
Sponsored by:	Absolight
2016-12-19 16:39:41 +00:00
Roman Bogorodskiy
89a50dd083 Add www/py-horizon, OpenStack Dashboard
Horizon is a Django-based project aimed at providing
a complete OpenStack Dashboard along with an extensible framework
for building new dashboards from reusable components.

PR:		215155
Submitted by:	Alexander Nusov (alexander.nusov@nfvexpress.com)
2016-12-19 16:39:06 +00:00
Andrey A. Chernov
61e18c6823 Upgrade to 2.03pre28 2016-12-19 16:34:29 +00:00
Roger Pau Monné
9f7fe32f6e xen-kernel: add fix for XSA-204
Approved by:	bapt
MFH:		2016Q4
Sponsored by:	Citrix Systems R&D
2016-12-19 16:34:04 +00:00
Andrey A. Chernov
bcf1f2d421 Upgrade to 2.03pre28 2016-12-19 16:34:00 +00:00
Li-Wen Hsu
a41e46a80f - Update to 2.37 2016-12-19 16:16:59 +00:00
Mathieu Arnold
45715f6197 The DOCS option must not install doxygen.
Sponsored by:	Absolight
2016-12-19 16:10:12 +00:00
Tobias C. Berner
1afa5c8a42 Update KDE Frameworks to 5.29.0
Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php

New ports:
* textproc/kf5-syntax-highlighting (new in 5.28.0)
* graphics/kf5-prison (new in 5.29.0)

Fixes:
* kf5-kservice: Move applications.menu to kf5-applications.menu to stop conflicting with kdelibs4.
* Define conflicts in the kde4-l10n ports (debian does the same).
* kf5-kapidox: Fix with python3

Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in 214528,
and Dima Panov (fluffy@) for the python3 fix.

PR:     214528
Reviewed by:    rakuco, mat
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8776
2016-12-19 15:56:24 +00:00
Sunpoet Po-Chuan Hsieh
6339586dd7 - Update to 1.8.0
Changes:	https://github.com/open-source-parsers/jsoncpp/releases
PR:		215390
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2016-12-19 15:54:53 +00:00
Sunpoet Po-Chuan Hsieh
d27a263393 - Update to 2016.11.1
- While I'm here:
  - Update version requirement
  - Use USE_PYTHON=autoplist
  - Remove PYDISTUTILS_EGGINFO
  - Sort USE_RC_SUBR
  - Sort PLIST

Changes:	https://docs.saltstack.com/en/latest/topics/releases/2016.11.1.html
PR:		215380
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2016-12-19 15:54:48 +00:00
Sunpoet Po-Chuan Hsieh
29d1225308 - Update *_DEPENDS: Bio::Coordinate family has been moved from biology/p5-BioPerl into biology/p5-Bio-Coordinate
- Bump PORTREVISION for dependency change
2016-12-19 15:54:43 +00:00
Sunpoet Po-Chuan Hsieh
2b3263ca6a - Add p5-Bio-Coordinate 1.007001
Bio::Coordinate classes are used for working with various biological coordinate
systems. See Bio::Coordinate::Collection and Bio::Collection::Pair for examples.

WWW: http://search.cpan.org/dist/Bio-Coordinate/
2016-12-19 15:54:39 +00:00
Sunpoet Po-Chuan Hsieh
2c3cc27c13 - Update to 1.007000
- Change MASTER_SITES back to CPAN
- Update LICENSE
- Add LICENSE_FILE
- Use PORTDOCS
- Convert to options target helper
- Use INSTALL_SCRIPT
- Pet portlint: fix diff header of patch file

Changes:	http://search.cpan.org/dist/BioPerl-Run/Changes
2016-12-19 15:54:34 +00:00
Sunpoet Po-Chuan Hsieh
88681d6d69 - Update to 1.007001
- Update *_DEPENDS
- Use TEST_DEPENDS: Test::Most and URI::Escape are test-only dependencies
- Use PORTDATA, PORTDOCS and PORTEXAMPLES

Changes:	http://search.cpan.org/dist/BioPerl/Changes
2016-12-19 15:54:29 +00:00
Sunpoet Po-Chuan Hsieh
2aeec3a360 - Cleanup Makefile 2016-12-19 15:54:24 +00:00
Sunpoet Po-Chuan Hsieh
0d53acff26 - Remove unnecessary SUBDIRs from build completely 2016-12-19 15:45:25 +00:00
Emanuel Haupt
cd2d57e4ca Update to 1.8.0
PR:		215410
Submitted by:	freebsd@dns-lab.com (maintainer)
2016-12-19 15:02:21 +00:00
Ben Woods
d496702dab graphics/tulip: Update to 4.10.0
Changes this release:
  http://tulip.labri.fr/TulipDrupal/?q=node/2143

Approved by:	adamw (mentor, implicit)
2016-12-19 14:57:53 +00:00
Ben Woods
121306ee2b print/hplip and print/hplip-plugin: Update to 3.16.11
Changes this release:
  http://hplipopensource.com/hplip-web/release_notes.html

Approved by:	adamw (mentor, implicit)
2016-12-19 14:47:31 +00:00
Kris Moore
ccc28659ec - Update to 0.4.0
PR: 214974
Submitted by:	John Hixson <jhixson@gmail.com>
2016-12-19 14:36:05 +00:00
Dmitry Marakasov
67d6477dd8 - Mark BROKEN: does not build (undefined reference to `get_ie') 2016-12-19 14:26:48 +00:00
Danilo Egea Gondolfo
fa13b30f3f - Update to 3-8-1 2016-12-19 13:39:36 +00:00
Ben Woods
830b2372b2 graphics/gphoto2 and graphics/libgphoto2: Update to 2.5.11
Changes this release:
  http://www.gphoto.org/news/

Approved by:	adamw (mentor, implicit)
2016-12-19 13:21:29 +00:00
David Naylor
cd16fa71db devel/kdesvn-kde4: fix bookmarks in non-KDE environments.
- Add missing dependency to kde-baseapps that provides keditbookmarks that
   provides the Bookmarks functionality. [1]
 - Add license file and fix license version.
 - Add missing dependencies (reported by stage-qa).

PR:		211769
Suggested by:	tcberner
2016-12-19 13:19:51 +00:00
Ben Woods
fca5449fe2 textproc/icdiff: Update to 1.8.6
Approved by:	adamw (mentor, implicit)
2016-12-19 13:10:11 +00:00
Ben Woods
417da66c66 multimedia/emby-server: Update to 3.1.0
Changes this release:
  https://github.com/MediaBrowser/Emby/releases/tag/3.1.0

Approved by:	adamw (mentor, implicit)
2016-12-19 12:57:57 +00:00
Ben Woods
222415358a science/gramps: Update to 4.2.5
Changes this release:
  https://gramps-project.org/2016/12/gramps-4-2-5-released/

Approved by:	adamw (mentor, implicit)
2016-12-19 12:52:40 +00:00