138371 Commits

Author SHA1 Message Date
landry
8bc2aa6ce5 Update to QGIS 3.6.3.
note that some features are broken since the update to proj 6, as
upstream QGIS only plans full support in 3.8 due in a month, but failed
to properly state so and prevent building against proj 6.
2019-05-23 06:50:18 +00:00
feinerer
9e4713f034 Update to python-axolotl 0.2.3 2019-05-23 05:01:04 +00:00
bluhm
f10acc1e6a +p5-Test-Exit 2019-05-22 23:39:32 +00:00
bluhm
ea9e6700d5 import p5-Test-Exit 0.11
OK cwen@

Comment:
test whether code exits without terminating testing

Description:
Test::Exit provides some simple tools for testing code that might
call exit(), providing you with the status code without exiting the
test file.
2019-05-22 23:38:03 +00:00
ajacoutot
9f26cbb50b Update to gnome-maps-3.32.2.1. 2019-05-22 21:23:50 +00:00
ajacoutot
da18143f1a Update to glib2-2.60.3. 2019-05-22 21:01:18 +00:00
landry
322fd731ef Update to thunderbird 60.7.0.
See https://www.thunderbird.net/en-US/thunderbird/60.7.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-15/
2019-05-22 20:19:51 +00:00
sthen
fd0d23f6f9 update to strongswan-5.8.0 2019-05-22 19:59:24 +00:00
jasper
70a5a7815c update to eog-3.32.2 2019-05-22 18:09:31 +00:00
matthieu
6e1166a000 Unbreak by adding the missing distinfo update. ok landry@, gonzalo@ 2019-05-22 17:43:23 +00:00
kirby
cb893ef284 Upstream added new functionality used by CLI client and re-reolled tarball
without increasing version number.
Breakae spotted by Abhinav Tamaskar, thanks!
2019-05-22 17:03:31 +00:00
schwarze
6a45220814 Remove use of the moribund MLINKS bsd.man.mk feature and bump.
Add a small number of missing .Nm lines to a handful of NAME sections.
That this port used MLINKS in the upstream Makefiles was found
when naddy@ grepped bulk build logs.
OK naddy@.
2019-05-22 12:56:29 +00:00
naddy
0b82059baf the gettext autoconf macros included with gettext 0.20 depend on an
additional macro file
2019-05-22 11:54:37 +00:00
jca
1e1521f098 Fix LIB_DEPENDS-lldb in some edge cases on ports-gcc archs.
where we need a way to get to gcc-libs/libestdc++.  This happened to
work so far except when it didn't (slight differences between built
and already installed llvm packages, maybe?), as found the hard way by
cwen@.

Our COMPILER support automatically amends WANTLIB and LIB_DEPENDS, so
use those to explicitely set:
- WANTLIB-main and WANTLIB-lldb
- LIB_DEPENDS-main and LIB_DEPENDS-lldb
2019-05-22 11:03:47 +00:00
jca
ac6d437677 Set devel/llvm as a RUN_DEPENDS for lldb, not a LIB_DEPENDS
Since libLLVM-x.so isn't a properly versioned shared library, we can't
use LIB_DEPENDS/WANTLIB to register the dep.
2019-05-22 10:29:00 +00:00
sthen
a5d3668983 update to traccar-4.5, from maintainer Renaud Allard
> Please note that if you use MySQL as a database, the configuration file
> has to be changed manually for this update, but MySQL is not the default
> database.
2019-05-22 09:44:48 +00:00
naddy
439286b5ee The updated macros included with gettext 0.20 require autoconf >=2.61 2019-05-21 23:05:27 +00:00
naddy
23aec35ba9 bump after gettext dependency change 2019-05-21 21:21:23 +00:00
jasper
c193fb941e - update to py-parsing-2.4.0
- stop installing the html docs, they're no longer bundled with the release. besides they
  can now be found on https://pyparsing-docs.readthedocs.io/
2019-05-21 19:35:55 +00:00
landry
689cbeba3f Update to firefox-esr 60.7.0.
See https://www.mozilla.org/en-US/firefox/60.7.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-14/
2019-05-21 16:52:22 +00:00
landry
f0b51d7e9d Update to firefox 67.0.
See https://www.mozilla.org/en-US/firefox/67.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-13/

Add patch to relax sqlite runtime-check for SECURE_DELETE.
Add BDEP on nasm for bundled dav1d (reminded by naddy@)
2019-05-21 16:51:12 +00:00
sthen
211a13f724 needs gettext,-tools 2019-05-21 15:39:57 +00:00
robert
7451319bfd add dependency on accountsservice 2019-05-21 12:40:22 +00:00
sthen
4b6f8f392c sync wantlib 2019-05-21 10:08:03 +00:00
sthen
74ff15ee4f sync wantlib 2019-05-21 09:41:52 +00:00
sthen
902b542fe0 more ncurses->curses 2019-05-21 09:34:30 +00:00
gonzalo
ded96d494d Update for Nextcloud to 16.0.1.
We switch to PHP 7.3 and a simpler/better httpd.conf example.

Thanks to stsp@ and Bruno Flückiger.

OK stsp@
2019-05-21 06:20:23 +00:00
naddy
e15460574a Fix behaviour of msgmerge --for-msgfmt on PO files with no translations.
From upstream git.
2019-05-20 23:45:47 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
27dab31d0c update to check-0.12.0, from Peter Ezetta, plus shared lib minor bump from
me due to new exported functions
2019-05-20 21:36:54 +00:00
sthen
e40f996745 another batch of ncurses->curses WANTLIB updates, skipping any
that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's
multipackaging work
2019-05-20 20:52:31 +00:00
kn
5a9dccb9ce Add varnishreload script
varnishreload(1) is a simple script that reloads Varnish's active VCL
without restarting the server.  See the manual for more details.

This enables reload in our rc(8) script.

OK gonzalo
2019-05-20 20:02:27 +00:00
juanfra
4dab99f631 Update to xroar 0.35.4. 2019-05-20 19:38:55 +00:00
jasper
65ca3efe2e update to wireguard-go-0.0.20190517 2019-05-20 17:47:39 +00:00
jasper
54d5487146 update to r2pipe-1.3.1 2019-05-20 17:16:56 +00:00
sthen
4db979d003 WANTLIB+=c 2019-05-20 16:59:12 +00:00
sthen
210c3725bb update to pecl-imagick-3.4.4, sync wantlib 2019-05-20 15:59:30 +00:00
sthen
1dd0a927d8 boost-md needs LIB_DEPENDS/WANTLIB on -main 2019-05-20 15:58:15 +00:00
sthen
5a8bf98388 sync wantlib 2019-05-20 15:55:14 +00:00
bket
5bab569a46 Update to openconnect-8.03.
Fairly minor update. Announcement, which includes details, can be found
at
http://lists.infradead.org/pipermail/openconnect-devel/2019-May/005358.html

OK sthen@
2019-05-20 15:28:29 +00:00
schwarze
42238575ac Delete the needless MLINKS because the feature will soon be removed
from base.  Instead, add the missing .Nm macros to the NAME section
of the manual page.  Delete the misleading MANDIR variable and
regenate the patches while here.  Bump.
OK sthen@ marco@
2019-05-20 15:12:28 +00:00
jca
e9265d55eb Stop mentioning SSLv2 and SSLv3
ok landry@ (maintainer)
2019-05-20 14:59:37 +00:00
pascal
2b209d94f9 Adjust gcc specs to not pass -dynamic-linker to ld if -shared is given on
the command line.  This resulted in shared libraries with an .interp section,
confusing plist generation tools.

Discussed with espie@, guenther@ and kettenis@; initial patch from espie@.

ok espie@
2019-05-20 14:59:05 +00:00
sthen
8f33a589f9 update to composer-1.8.5, switch to MODPHP_VERSION=7.3 2019-05-20 13:24:19 +00:00
sthen
59b9d5d0ef - switch librenms, roundcube and related ports to php 7.3
- mention in rcube-sieverules/pkg/DESCR that it's unmaintained upstream
(suggest using the bundled Managesieve plugin instead)
2019-05-20 13:23:44 +00:00
ajacoutot
0ac9698342 Merged upstream. 2019-05-20 12:28:29 +00:00
benoit
d1f6d77840 Update to highlight-3.51. 2019-05-20 11:46:38 +00:00
sthen
9e886d4abb MariaDB port tweaks from Brad;
For libmariadb don't try to pick up cURL and use external zlib.
For the CONNECT engine don't try to pick up Mongo.

(plus small comment/ONLY_FOR_ARCHS tweaks and s/do-regress/do-test/)
2019-05-20 10:31:23 +00:00
sthen
f9fd904aca add patch, 'Avoid off-by-one error when logging "" to a file'
from net-snmp upstream via Fabian Raetz
2019-05-20 08:45:11 +00:00
sthen
96ee7475f6 ONLY_FOR_ARCHS=amd64; go's zerrors_openbsd_*.go files only define EPROTO
for amd64, not i386/arm.
2019-05-20 08:15:30 +00:00