137046 Commits

Author SHA1 Message Date
bket
f4131b6bde Update to dnscrypt-proxy-2.0.22.
Diff from Nam Nguyen <namn ! berkeley () edu>. Thanks!
2019-04-16 15:26:10 +00:00
kmos
b53fbf4bc6 devel/py-typing does nothing for Python >= 3.5.x. Remove it as a
dependency for the python3 flavor. While here, notate that we cannot
update to aiodns >=2.0.0 if we want a python 3 flavor and update
MAINTAINER.
2019-04-16 13:12:26 +00:00
sthen
952dee95b5 Rename lang/erlang ports makefile variables used by "gen-versions" and
in PLISTs to avoid a conflict with "COMPILER" used in bsd.port.mk,
remove a hackish workaround, and allow COMPILER to be used as intended.

Use COMPILER to build with ports-gcc on !base-clang arches, needed with
-wx on these arches.

ok cwen@
2019-04-16 11:40:17 +00:00
ajacoutot
038a3f379a SECURITY update to webkitgtk4-2.24.1.
https://webkitgtk.org/security/WSA-2019-0002.html
2019-04-16 08:55:22 +00:00
ajacoutot
96ef1ca0b6 Update to py-smbc-1.0.16. 2019-04-16 08:17:11 +00:00
ajacoutot
593a532190 Update to py-cups-1.9.74. 2019-04-16 08:16:14 +00:00
ajacoutot
076ad13787 Update to py-bokeh-1.1.0. 2019-04-16 08:15:29 +00:00
ajacoutot
4d63d7cec2 Update to (hashicorp-)serf-0.8.3. 2019-04-16 08:14:43 +00:00
ajacoutot
5f260e3b6a Fix up a few more regress tests. 2019-04-16 08:13:52 +00:00
ajacoutot
114fffc4e3 Update to graphene-1.8.6. 2019-04-16 08:12:00 +00:00
ajacoutot
18605051e3 Sync WANTLIB. 2019-04-16 08:11:31 +00:00
ajacoutot
64fdac37e7 Update to gtk+3-3.24.8. 2019-04-16 08:11:10 +00:00
ajacoutot
37d388afcb Update to libnotify-0.7.8. 2019-04-16 08:09:53 +00:00
ajacoutot
ba10793135 Move the share/gir-1.0/ directory to the proper subpackage. 2019-04-16 08:08:37 +00:00
ajacoutot
b4176d299c Update to libcroco-0.6.13. 2019-04-16 08:07:32 +00:00
ajacoutot
7e5c5964e9 Update to amazon-ssm-agent-2.3.539.0. 2019-04-16 08:06:42 +00:00
ajacoutot
ea610c9909 Update to ecs-cli-1.14.0. 2019-04-16 08:06:07 +00:00
ajacoutot
eb62924314 Update to cups-filters-1.22.5. 2019-04-16 08:05:12 +00:00
ajacoutot
030ebdd0ea Re-enable the assembly code on aarch64 now that it builds Ok.
from Brad (maintainer)
2019-04-16 07:56:26 +00:00
bcallah
4594ae41ba Link with -latomic on hppa. Doesn't affect any other archs.
ok bket@
2019-04-16 03:52:47 +00:00
bcallah
13c2fb54dc Janet requires TLS, so set
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
Noticed when building janet on hppa.
ok jturner@
2019-04-16 01:56:16 +00:00
jturner
3bd6572c59 Update janet to 0.4.1 2019-04-16 00:29:26 +00:00
sthen
ad9b26e502 unbreak clang builds of ti-msp430gcc:
- add spaces around BAR in "foo"BAR"foo"
- #include <new> in a higher-up header, avoiding namespace issue with
fancy_abort (sort-of borrowed from FreeBSD gcc ports)
2019-04-15 21:20:06 +00:00
sthen
180d824044 update to postfix-3.4.5, from Brad 2019-04-15 21:10:09 +00:00
sthen
5ba2926c8e update to postfix-3.5-20190330, from Brad 2019-04-15 21:10:01 +00:00
bcallah
8c14c2fcc7 Update to gravity-0.6.5
Changelog: https://github.com/marcobambini/gravity/compare/0.6.3...0.6.5
2019-04-15 21:09:05 +00:00
bcallah
2b8980131e Build with -DBFS_HAS_SYS_ACL=0 to ensure that bfs builds on all archs.
Noticed on hppa, also fixes macppc.
ok cwen@
2019-04-15 21:04:14 +00:00
sthen
dc8c2f462a update to rspamd-1.9.1 2019-04-15 20:44:28 +00:00
sthen
27267a3054 update to wireshark-3.0.1 2019-04-15 20:44:16 +00:00
bcallah
aef3c18f25 Update to kona-3.2.0.20190407 2019-04-15 20:40:55 +00:00
bcallah
eb796f2337 Add hppa to the list of big endian archs to allow it to build.
ok phessler@
2019-04-15 19:42:05 +00:00
robert
ebdae00e6e update to 73.0.3683.103 2019-04-15 19:17:59 +00:00
rsadowski
9195e42158 Disable missing KDE4 and enable more KDE5 ports 2019-04-15 18:43:35 +00:00
landry
0f4bf14d3e Update to QGIS 3.6.1. 2019-04-15 18:22:50 +00:00
landry
efd73df1e8 Bugfix update to firefox 66.0.3.
See https://www.mozilla.org/en-US/firefox/66.0.3/releasenotes/
Might get to 6.5-stable once i get some vm updated..
2019-04-15 18:11:07 +00:00
cwen
3268118aec psi: fix narrowing conversion error on archs where char is
unsigned by default (ppc, arm). Tested on macppc. Also move
HOMEPAGE to https.

OK sthen@ phessler@
2019-04-15 17:39:43 +00:00
cwen
38ed06710e synergy: build with -std=c++03 for all compilers
This unbreaks the build with gcc-8. Also move HOMEPAGE to https.

OK sthen@ phessler@
2019-04-15 17:32:47 +00:00
rsadowski
d263906859 Update catch2 2.7.1 2019-04-15 17:26:22 +00:00
cwen
af21c2afd9 spacehulk: fix narrowing conversion error on archs where char is
unsigned by default (ppc, arm).
While here fix spacing in the Makefile.

OK jca@
2019-04-15 17:24:49 +00:00
cwen
ed47f75dae strigi: build with -std=c++03 for all compilers
This unbreaks the build with gcc-8.

OK sthen@ jca@
2019-04-15 17:14:46 +00:00
jsing
f3753ee987 Update lang/go to 1.12.4. 2019-04-15 17:14:14 +00:00
rsadowski
c926711fa9 s/KDE 4/KDE/
OK sthen@ Hint by kn@
2019-04-15 17:09:18 +00:00
bcallah
60d0ee8e02 Add hppa support to gpc
ok phessler@
2019-04-15 17:07:43 +00:00
jasper
6fbcfb891e update to rclone-1.47.0 2019-04-15 17:06:25 +00:00
jasper
4b9a80507c fix output when a single vulnerability is found 2019-04-15 17:04:36 +00:00
jasper
aee93568c6 update to projectlibre-1.9.1 2019-04-15 17:02:12 +00:00
jasper
1a157534ed update to ttfautohint-1.8.3 2019-04-15 17:02:05 +00:00
jasper
34108a9c03 update to lxrandr-0.3.2 2019-04-15 17:00:09 +00:00
jasper
72c38d6230 update to paho-mqtt-1.4.0 2019-04-15 16:59:51 +00:00
jasper
dcf33416fc update to xmlrpc-c-1.39.13 2019-04-15 16:59:19 +00:00