Commit graph

409869 commits

Author SHA1 Message Date
Thomas Zander
319c9d631e Update to upstream version 1.8.0
PR:		216318
Submitted by:	gaod@hychen.org (maintainer)
2017-01-22 10:43:25 +00:00
Baptiste Daroussin
8d785d9964 Actually apply the proper patch 2017-01-22 10:30:31 +00:00
Gerald Pfeifer
b2f5a0027a Update to Wine 2.0 RC6, which is planned as the last release candidate.
Just some bug fixes (and testcase fixes).
2017-01-22 10:10:01 +00:00
Gerald Pfeifer
ec2a55c6d6 Complete pkg-plist when OPENAL is set. 2017-01-22 09:59:28 +00:00
Baptiste Daroussin
0e4cdd9933 Fix regression introduced in pkg 1.2.0
pkgconf --variable=pc_path pkg-config was not reporting any thing

Reported by:	antoine
2017-01-22 09:50:45 +00:00
Antoine Brodin
92832c3146 Convert to USE_LOCALE 2017-01-22 09:29:09 +00:00
Jan Beich
71264b8bfa multimedia/libvpx: rename RUNTIME to RTCPU like ffmpeg, mplayer 2017-01-22 09:24:30 +00:00
Jan Beich
9970f5d7f5 multimedia/libvpx: slightly improve readability 2017-01-22 09:24:19 +00:00
Jan Beich
3b96621abd multimedia/libvpx: grab and drop architecture whitelist
PR:		216191
Approved by:	ashish (previous maintainer)
MFH:		2017Q1
2017-01-22 09:03:55 +00:00
Dmitry Marakasov
511f0dd007 - Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches
2017-01-22 09:01:20 +00:00
Jan Beich
22a8fef070 editors/openoffice-devel: unbreak with clang 4.0
main/desktop/source/app/officeipcthread.cxx:228:14: error: ordered comparison between pointer and zero ('rtlDigest' (aka 'void *') and 'int')
        if ( handle > 0 )
             ~~~~~~ ^ ~
main/desktop/source/deployment/misc/dp_misc.cxx:106:16: error: ordered comparison between pointer and zero ('rtlDigest' (aka 'void *') and 'int')
    if (digest <= 0) {
        ~~~~~~ ^  ~
main/sd/source/ui/view/viewshe3.cxx:229:48: error: ordered comparison between pointer and zero ('SdPage *' and 'int')
        if (pDocument->GetSdPage(0, ePageKind) > 0)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

PR:		216206
Submitted by:	pfg
Obtained from:	upstream
2017-01-22 08:35:12 +00:00
Dmitry Sivachenko
60b2b0e721 Update to version 4.9.3 2017-01-22 07:50:39 +00:00
Wen Heping
60e0c6e6b7 - Update to 2.4.0.2
PR:		215693
Submitted by:	roman@sigpipe.cz
Approved by:	maintainer(timeout, >20 days)
2017-01-22 06:22:42 +00:00
Wen Heping
04c9dc497b - Update to 1.7.0.4 2017-01-22 00:49:58 +00:00
Wen Heping
8b17d2ed0b - Update to 1.8.10
PR:		216169
Submitted by:	joneum@bsdproject.de(maintainer)
2017-01-22 00:20:48 +00:00
Jan Beich
85d1057a48 science/openbabel: unbreak with GCC >= 6
GCC defaults to C++14 since 6.0 which no longer converts istream to
bool by default. Instead of fixing just downgrade to C++98.

PR:		216036
2017-01-21 23:12:18 +00:00
Tobias C. Berner
897eb0544f Fix graphics/py-poppler-qt4: fails to build with clang 4.0
Import upstream commit
http://git.fluxbox.org/fluxbox.git/commit/util/fluxbox-remote.cc?id=22866c4d30f5b289c429c5ca88d800200db4fc4f
for issue
https://sourceforge.net/p/fluxbox/bugs/1138/

PR:		216176
Approved by:	portmgr blanket, rakuco (mentor)
MFH:		2017Q1
2017-01-21 22:14:23 +00:00
Tobias C. Berner
01b92b80b0 Fix graphics/py-poppler-qt4: fails to build with clang 4.0
PyList_SET_ITEM() is supposed to be void, but as a macro it's an
  expression and has a pointer value. Clang 4.0 trips on the bogus
  pointer comparison; given the comparison, it should be PyList_SetItem()
  which returns -1 on failure.

PR:		216228
Approved by:	portmgr blanket, rakuco (mentor)
MFH:		2017Q1
2017-01-21 22:10:43 +00:00
Matthew Seaman
5f8786e980 Bump PORTREVISION chasing ABI version increment in libvncserver --
this port was missed from r432083, and this change should be MFH'd as
well.

MFH:		2017Q1
2017-01-21 22:08:06 +00:00
Ruslan Makhmatkhanov
16b6ef6fd6 www/py-django-pipeline: update to 1.6.11 2017-01-21 22:07:13 +00:00
Ruslan Makhmatkhanov
8e0221ef33 net/py-ldap3: update to 2.2.0 2017-01-21 22:06:34 +00:00
Ruslan Makhmatkhanov
1da7146417 textproc/py-wstools: update to 0.4.5 2017-01-21 22:05:43 +00:00
Christian Weisgerber
b3f6c07e1c Update to 1.1.4: A specially-crafted Opus packet could cause an
integer wrap-around in the SILK LSF stabilization code.

Reported as CVE-2017-0381, but upstream does not believe that any
remote code execution is possible.
https://git.xiph.org/?p=opus.git;a=commit;h=70a3d641b760b3d313b6025f82aed93a4607
2017-01-21 21:52:12 +00:00
Matthew Seaman
feab39b3c3 Update to 0.9.11
This includes a	security fix for CVE-2016-9941 and CVE-2016-9942

  * Drop files/patch-libvncclient_h264.c -- upstream has dropped h264 support
  * Switch from USE_OPENSSL to USES+=ssl
  * PORTREVISION bump in ports that link against libvncserver.so (with
    their default OPTIONS settings) due to change in ABI version of
    libvncserver.so

PR:		215802
Submitted by:	vlad-fbsd@acheronmedia.com
MFH:		2017Q1
Security:	64be967a-d379-11e6-a071-001e67f15f5a
2017-01-21 21:47:21 +00:00
Steven Kreuzer
9ed8b8c842 Update to version 0.902 2017-01-21 21:41:53 +00:00
Ganael LAPLANCHE
2b65b68e14 Fix build with Clang 4.0.0
PR:		216203
Submitted by:	jbeich
2017-01-21 21:23:45 +00:00
Steven Kreuzer
07211367ab Update to version 0.41 2017-01-21 21:12:05 +00:00
Steven Kreuzer
9ca3bb8d3f Update to version 0.18
Add LICENSE
2017-01-21 21:06:21 +00:00
Steven Kreuzer
c7859508be Update to version 0.8.14 2017-01-21 20:42:31 +00:00
Steven Kreuzer
69578e2484 Update to version 1.11.4 2017-01-21 20:26:13 +00:00
Dimitry Andric
aea8a9c16c Fix system includes in lang/gcc7-devel
Similar to bug 212465 and bug 216266, lang/gcc7-devel doesn't compile
with libc++ 4.0.0, due to clashes between the redefined abort macro and
standard C++ headers.

Upstream seems to have realized this issue, and are now using system.h
to pull in C++ standard headers, when INCLUDE_xxx is defined, where xxx
is ALGORITHM, VECTOR, and so on.

In this case only gcov.c needs to be fixed.

Approved by:	gerald (maintainer)
PR:		216303
MFH:		2017Q1
2017-01-21 19:16:06 +00:00
Nikolai Lifanov
eb34fdd7f5 update games/stonesoup to 0.19.1
Changes: https://raw.githubusercontent.com/crawl/crawl/stone_soup-0.19/crawl-ref/docs/changelog.txt

Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9267
2017-01-21 19:05:05 +00:00
Nikolai Lifanov
44b87d8b33 update sysutils/ansible to 2.2.1.0
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9265
2017-01-21 19:03:20 +00:00
Nikolai Lifanov
b59ed8f595 update emulators/winetricks to 20170101
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9264
2017-01-21 19:02:25 +00:00
Nikolai Lifanov
a377a91195 add security/openconnect-gui: Graphical Openconnect Client
PR:		212879
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9256
2017-01-21 18:56:58 +00:00
Nikolai Lifanov
262cefb037 Add new port: net/fb - client for paste.xinu.at
PR:		211374
Submitted by:	Greg Fitzgerald <gregf@hugops.pw>
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9231
2017-01-21 18:48:35 +00:00
Thomas Zander
450c345a8c Update to upstream version 2.9.0; new maintainer yuri@rawbw.com
PR:		201381
Submitted by:	yuri@rawbw.com (maintainer)
Reviewed by:	pi, riggs
2017-01-21 18:46:03 +00:00
Antoine Brodin
8de81b5dd5 Do not shebangfix symlinks
PR:		216309
2017-01-21 18:35:01 +00:00
Steven Kreuzer
a22dfc9470 Update WWW 2017-01-21 18:26:53 +00:00
Dirk Meyer
5700dd6841 - update tinc to 1.0.31 2017-01-21 17:40:57 +00:00
Antoine Brodin
6d3bf97004 Revert r432035 part 2, it breaks build with openssl from base
With hat:	portmgr
2017-01-21 17:40:07 +00:00
Antoine Brodin
781cf3e6a6 Revert r432035, it breaks build with openssl from base
With hat:	portmgr
2017-01-21 17:33:35 +00:00
Sunpoet Po-Chuan Hsieh
3dea99e482 Update default GEM_NAME
Change default GEM_NAME from ${PORTNAME}-${PORTVERSION} to ${DISTNAME} to avoid
unnecessary GEM_NAME setting in ports Makefile

Differential Revision:	https://reviews.FreeBSD.org/D9250
PR:		216267
Exp-run by:	antoine
2017-01-21 17:29:23 +00:00
Dirk Meyer
6a9bf9dff6 DiffPDF is used to compare two PDF files-textually or visually.
DiffPDF can compare two PDF files.
It offers three comparison modes: Words, Characters, and Appearance.

LICENSE: GPL2 or later

WWW: http://www.qtrac.eu/diffpdf-foss.html
2017-01-21 17:19:26 +00:00
Dirk Meyer
61896e4d46 - make portlint happier 2017-01-21 17:07:04 +00:00
Dirk Meyer
b288a6c6e1 - make portlint happier 2017-01-21 17:01:49 +00:00
Adam Weinberger
4c80a4a2cf Update to patchlevel 209. 2017-01-21 16:49:29 +00:00
Dirk Meyer
6a26fa692a - add LICENSE
- fix a possible problem if PREFIX differs from LOCALBASE
2017-01-21 16:48:32 +00:00
Dirk Meyer
548ce829a9 - fix a possible problem if PREFIX differs from LOCALBASE 2017-01-21 16:47:19 +00:00
Dirk Meyer
ca44d901af - make portlint happier 2017-01-21 16:31:39 +00:00