Commit Graph

430728 Commits

Author SHA1 Message Date
Raphael Kubo da Costa
e4a32c6207 Update to 2.004. 2017-11-12 10:12:52 +00:00
Raphael Kubo da Costa
ae1faaea41 Update to 2.004. 2017-11-12 10:11:55 +00:00
Yuri Victorovich
59b2f640d6 audio/tap-plugins-lv2: Removed unused SIMD flags.
Also, moved patches under files/

PR:		223614
Submitted by:	Jan Beich <jbeich@FreeBSD.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13051
2017-11-12 10:11:32 +00:00
Yuri Victorovich
61282a01c6 New port: x11-fonts/font-awesome: Suite of 675 pictographic icons from Font Awesome
PR:		223616
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13054
2017-11-12 09:35:29 +00:00
Tobias C. Berner
e764c670ed Force python2.7 in www/qt5-webkit
The buildsystem of qt5-webkit requires a python2.* version,
and will fail when python3.* is used.

Reported by:	jrm
Differential Revision:	https://reviews.freebsd.org/D13008
2017-11-12 09:11:44 +00:00
Brooks Davis
14630d4c2d Merge from src:
lld: accept EINVAL to indicate posix_fallocate is unsupported

As of r325320 posix_fallocate on a ZFS filesystem returns EINVAL to
indicate that the operation is not supported. (I think this is a strange
choice of errno on the part of POSIX.)

PR:		223383, 223440
Reported by:	Mark Millard
2017-11-12 09:09:35 +00:00
Dmitry Marakasov
83768f420a - Add LICENSE
- Unsilence installation

Approved by:	portmgr blanket
2017-11-12 09:04:42 +00:00
Dmitry Marakasov
61cfa0b956 - Update WWW
Approved by:	portmgr blanket
2017-11-12 09:04:38 +00:00
Baptiste Daroussin
675d69d33e Update to 0.7.55
Install manpages

Submitted by:	zrj (dragonfly) maintainer
2017-11-12 00:46:38 +00:00
Gerald Pfeifer
c3db7fbcbc Update to the 20171108 snapshot of GCC 6.4.1.
This addresses a real-world issue around threading and unwinding that
andreast@ has fixed upstream and backported to the GCC 6 release branch
(cf. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82635 ).
2017-11-11 23:43:19 +00:00
Sunpoet Po-Chuan Hsieh
03bfa34fce Update to 1.33.1
Changes:	https://github.com/aria2/aria2/releases
2017-11-11 23:33:43 +00:00
Sunpoet Po-Chuan Hsieh
de549c2f75 Update to 0.1.3
- Add LICENSE_FILE

Changes:	https://github.com/faye/websocket-extensions-ruby/blob/master/CHANGELOG.md
2017-11-11 23:32:41 +00:00
Sunpoet Po-Chuan Hsieh
bca103433a Update to 1.15.1
Changes:	https://github.com/flori/tins/blob/master/README.md#changes
		https://github.com/flori/tins/commits/master
2017-11-11 23:32:37 +00:00
Sunpoet Po-Chuan Hsieh
b981885bcb Update to 3.0.2
Changes:	https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md
2017-11-11 23:32:31 +00:00
Sunpoet Po-Chuan Hsieh
fb9329ea4c Update to 1.808
Changes:	http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes
2017-11-11 23:32:26 +00:00
Sunpoet Po-Chuan Hsieh
92ef5a7021 Update to 2.3
Changes:	http://search.cpan.org/dist/PadWalker/Changes
2017-11-11 23:32:21 +00:00
Sunpoet Po-Chuan Hsieh
a19dd231e4 Update to 0.6.2
Changes:	https://github.com/google/google-auth-library-ruby/blob/master/CHANGELOG.md
		https://github.com/google/google-auth-library-ruby/commits/master
2017-11-11 23:32:16 +00:00
Sunpoet Po-Chuan Hsieh
968f4ba15a Update to 0.2.0
- Add LICENSE_FILE

Changes:	https://github.com/jm/toml/releases
2017-11-11 23:32:10 +00:00
Sunpoet Po-Chuan Hsieh
0bbec30d3c Update to 5.0.3
Changes:	https://github.com/cucumber/cucumber-expressions-ruby/commits/master
2017-11-11 23:32:05 +00:00
Sunpoet Po-Chuan Hsieh
35ccd76920 Update to 0.300000
Changes:	http://search.cpan.org/dist/MaxMind-DB-Writer/Changes
2017-11-11 23:32:00 +00:00
Sunpoet Po-Chuan Hsieh
85c699e3ed Add version requirement for libidn2 2017-11-11 23:31:55 +00:00
Sunpoet Po-Chuan Hsieh
f68d334a90 Update to 10.10.7
Changes:	https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
2017-11-11 23:31:51 +00:00
Jan Beich
46cd70b40b security/sandsifter: fix typo to block non-x86 archs
cc -O2 -pipe  -isystem /usr/local/include -fno-strict-aliasing -c injector.c -o injector.o -Wall
  injector.c:338:93: warning: excess elements in array initializer
	  .start={.bytes={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}, .len=0},
												     ^~~~
  injector.c:339:91: warning: excess elements in array initializer
	  .end={.bytes={0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff}, .len=0},
												   ^~~~
  injector.c:870:32: error: no member named 'mc_eip' in 'struct __mcontext'
	  ((ucontext_t*)p)->uc_mcontext.IP+=UD2_SIZE;
	  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
  injector.c:95:14: note: expanded from macro 'IP'
  #               define IP mc_eip
			    ^
  injector.c:883:30: error: no member named 'mc_eip' in 'struct __mcontext'
		  (uintptr_t)uc->uc_mcontext.IP-(uintptr_t)packet-preamble_length;
			     ~~~~~~~~~~~~~~~ ^
  injector.c:95:14: note: expanded from macro 'IP'
  #               define IP mc_eip
			    ^
  injector.c:905:18: error: no member named 'mc_eip' in 'struct __mcontext'
	  uc->uc_mcontext.IP=(uintptr_t)&resume;
	  ~~~~~~~~~~~~~~~ ^
  injector.c:95:14: note: expanded from macro 'IP'
  #               define IP mc_eip
			    ^
  injector.c:906:18: error: no member named 'mc_eflags' in 'struct __mcontext'; did you mean 'mc_flags'?
	  uc->uc_mcontext.EFL&=~TF;
			  ^~~
			  mc_flags
  injector.c:96:15: note: expanded from macro 'EFL'
  #               define EFL mc_eflags
			     ^
  /usr/include/machine/ucontext.h:56:7: note: 'mc_flags' declared here
	  int             mc_flags;
			  ^
  2 warnings and 4 errors generated.

Reported by:	pkg-fallout (aarch64)
2017-11-11 23:16:14 +00:00
Gerald Pfeifer
e4d827b6b3 Add a patch that we just pulled into gcc7-devel via upstream that
addresses a real-world issue around threading and unwinding as
files/patch-freebsd-unwind.h .

This will become obsolete with the next release of GCC 7, GCC 7.3.

Bump PORTREVISION since this is a functional change.
2017-11-11 22:04:15 +00:00
Gerald Pfeifer
892b47fcba Update to the 20171109 snapshot of GCC 7.2.1. This addresses a real-world
issue around threading and unwinding that andreast@ has fixed upstream and
backported to the relase branch
(cf. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82635 ).
2017-11-11 21:55:19 +00:00
Gerald Pfeifer
41824db9a4 Update to the 20171105 snapshot of GCC 8. This addresses a real-world
issue around threading and unwinding that andreast@ has fixed upstream
(cf. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82635 ).
2017-11-11 21:53:53 +00:00
Yuri Victorovich
913627da6c New port: audio/sc3-plugins: Extension plugins for the SuperCollider3 audio synthesis server
PR:		221752
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13044
2017-11-11 21:04:08 +00:00
Yuri Victorovich
7e54e25613 security/py-pynacl: Update to 1.2.0
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12968
2017-11-11 21:01:23 +00:00
Jan Beich
8efead7a0c multimedia/vapoursynth: update to R40
Changes:	http://www.vapoursynth.com/2017/11/r40-avisynth-compatibility-and-fixes/
Changes:	https://github.com/vapoursynth/vapoursynth/blob/R40/ChangeLog
2017-11-11 20:43:19 +00:00
Jan Beich
64d3d12040 www/firefox: backport some FF57+ fixes
PR:		222859
Security:	f78eac48-c3d1-4666-8de5-63ceea25a578
MFH:		2017Q4
2017-11-11 20:42:33 +00:00
Jan Beich
474824dcc5 www/firefox-esr: update to 52.5.0
Changes:	https://www.mozilla.org/firefox/52.5.0/releasenotes/
Security:	f78eac48-c3d1-4666-8de5-63ceea25a578
MFH:		2017Q4
2017-11-11 20:41:59 +00:00
Jochen Neumeister
142c0716c5 devel/pear-SebastianBergmann_FinderFacade: Update from 1.1.0 to 1.2.1
Unbreak this port

switch to GitHub

Add LICENSE_FILE

Update *_DEPENDS

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12892
2017-11-11 20:16:12 +00:00
Dmitry Sivachenko
933c9653b2 Update to version 1.8-rc3 2017-11-11 20:12:59 +00:00
Yuri Victorovich
8264b9c141 New port: audio/vmpk: Virtual MIDI Piano Keyboard
PR:		221460
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13045
2017-11-11 20:01:20 +00:00
Jochen Neumeister
1104978851 New Port: net/czmq4: High-level C Binding for ZeroMQ (Version 4)
PR:		223299
Submitted by:	Kenji Rikitake <kenji@k2r.org> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12965
2017-11-11 19:57:17 +00:00
Jochen Neumeister
9f6b462ff1 Unbreak this port
Add LICENSE

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12877
2017-11-11 19:44:46 +00:00
Danilo G. Baio
533e61d8c2 net/libmdf: Update to 1.0.21
The OpenSSL hassle with the prior version is now fixed upstream so
the CONFIGURE_ENV fix has been removed from the Makefile.

PR:		223503
Submitted by:	Henrik Holst <henrik.holst@millistream.com> (maintainer)
2017-11-11 19:18:42 +00:00
Stephen Montgomery-Smith
8d7f5b3a2f - Update to 2.6.2. 2017-11-11 19:16:06 +00:00
Danilo G. Baio
41fccdab14 net-mgmt/zabbix3-*: Update to 3.0.13
Changes:	https://www.zabbix.com/rn3.0.13

PR:		223604
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2017-11-11 19:04:44 +00:00
Tobias Kortkamp
092331814f textproc/ripgrep: Restore BASH, FISH, ZSH options
They were broken by r453382 which introduced new AVX, SIMD options
which overwrote the old ones.

PR:		223478, 223314
Submitted by:	petteri.valkonen@iki.fi (maintainer)
2017-11-11 19:01:55 +00:00
Danilo G. Baio
f0cb8a6da2 net-mgmt/zabbix32-*: Update to 3.2.10
Changes:	https://www.zabbix.com/rn3.2.10

PR:		223603
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2017-11-11 18:54:16 +00:00
Danilo G. Baio
59fa033f0a devel/py-phply: Update to 1.2.1 2017-11-11 18:37:36 +00:00
Yuri Victorovich
fa43e5734b New port: security/botan2: Portable, easy to use and efficient C++ crypto library
PR:		223199
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Reviewed by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13043
2017-11-11 18:32:46 +00:00
Yuri Victorovich
76f57ba8d7 New port: audio/abgate-lv2: Noise gate LV2 plugin
PR:		221683
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12986
2017-11-11 18:26:15 +00:00
Adam Weinberger
8e2761a3ab Update to patchlevel 1289
Further simplify Makefile (the GUI checks are automatically disabled
when the GUI is passed manually).
2017-11-11 18:08:39 +00:00
Danilo G. Baio
88e763d1e8 security/vuxml: Document vulnerability in in mail/roundcube
PR:		223557
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Security:	CVE-2017-16651
2017-11-11 17:29:26 +00:00
Bryan Drewery
6d2e179d82 Release 3.2.0.
This brings FLAVORS support, logclean, image, a ton of optimizations,
and more.

Changes: https://github.com/freebsd/poudriere/wiki/release_notes_32
2017-11-11 17:19:05 +00:00
Emmanuel Vadot
d257b921aa Add u-boot port for Sopine/Pine64-LTS
Reviewed by:	imp (earlier version)
Approved by:	imp
Differential Revision:	https://reviews.freebsd.org/D13022
2017-11-11 17:08:49 +00:00
Bartek Rutkowski
bf47e1b2c5 x11/tint: update 15.2 -> 15.3
- Delete patches accepted by upstream

PR:		223590
Submitted by:	Yamagi Burmeister <yamagi@yamagi.org> (maintainer)
2017-11-11 16:21:09 +00:00
Hans Petter Selasky
514d6dc63e Fix some compiler warnings.
Approved by:	maintainer
2017-11-11 16:07:52 +00:00