Commit Graph

137285 Commits

Author SHA1 Message Date
landry
882e3784be Update to geary 3.32.1. 2019-04-28 07:38:48 +00:00
landry
123eb5efb2 Update to ncmpc 0.34. 2019-04-28 07:35:19 +00:00
ajacoutot
1036b34299 Remove XXX. We don't want to build with gtk-doc by default anyway. 2019-04-28 07:35:18 +00:00
landry
b9ad847fd4 Fix build on 32-bits.
ok sthen@
2019-04-28 06:49:48 +00:00
ajacoutot
23162ebdd7 Update to yelp-3.32.1. 2019-04-28 06:38:26 +00:00
ajacoutot
c55769580c Update to libsoup-2.66.1. 2019-04-28 06:38:00 +00:00
ajacoutot
a4c607b870 Update to adwaita-icon-theme-3.32.0. 2019-04-28 06:37:41 +00:00
ajacoutot
9dc91d615d Update to glib2mm-2.60.0. 2019-04-28 06:37:10 +00:00
ajacoutot
dce3b499ed Update to jsonrpc-glib-3.32.0. 2019-04-28 06:36:41 +00:00
ajacoutot
c523703f85 Update to py3-atspi-2.32.1. 2019-04-28 06:36:22 +00:00
ajacoutot
fa9037d21c Update to py-gobject3-3.32.1. 2019-04-28 06:32:42 +00:00
ajacoutot
c56eababdb Update to glib2-networking-2.60.1. 2019-04-28 06:32:15 +00:00
ajacoutot
4a8393153a Update to gsettings-desktop-schemas-3.32.0. 2019-04-28 06:31:54 +00:00
ajacoutot
ddde918b51 Update to dconf-editor-3.32.0. 2019-04-28 06:31:31 +00:00
ajacoutot
7ac3c1e077 Update to dconf-0.32.0. 2019-04-28 06:31:11 +00:00
ajacoutot
b9907f3d40 Update to yelp-tools-3.32.0. 2019-04-28 06:30:46 +00:00
ajacoutot
d2a3f8a0e7 Update to yelp-xsl-3.32.1. 2019-04-28 06:30:27 +00:00
ajacoutot
056ddf3350 Update to at-spi2-atk-2.32.0. 2019-04-28 06:30:09 +00:00
ajacoutot
3542e9c3ca Update to at-spi2-core-2.32.1. 2019-04-28 06:29:46 +00:00
ajacoutot
8637b3be7f Update to atk-2.32.0. 2019-04-28 06:29:29 +00:00
ajacoutot
b23a0525c7 Update to template-glib-3.32.0. 2019-04-28 06:28:52 +00:00
ajacoutot
0a4d1614cc Update to glib2-2.60.1.
First step in updating GNOME to version 3.32 (which should happen during
g2k19).
2019-04-28 06:28:17 +00:00
thfr
91914d24eb switch to getting geoip from net/libmaxminddb, add RUN_DEPENDS, restore dllmaps that require addition of "os=..." entry for openbsd to run and were erroneously removed in previous commit, ok sthen@ for geoip fix 2019-04-28 03:34:16 +00:00
cwen
87d4c4f68e rtorrent: build with C++11 everywhere
This fixes the build with ports-gcc-8. Also remove an unneeded
sparc64 workaround.

OK sthen@
2019-04-28 02:13:31 +00:00
cwen
651a0c3219 libtorrent: build with C++11 everywhere, merge clang specific patches
into the main ones. This fixes the build with ports-gcc-8.
Also remove an unneeded sparc64 workaround, and add missing RCS tags.

input and OK sthen@
2019-04-28 02:01:30 +00:00
cwen
07f2a7e0ee steghide: Use C++03 for any compiler.
It unbreaks the build with ports-gcc-8. While here, fix Perl tests
that still assumes that '.' is in @INC.
Maintainer timeout.

OK sthen@
2019-04-28 01:30:18 +00:00
bcallah
86814e45cd Remove a stray } from PKGNAME. Bump EPOCH since a simple revision bump
didn't work for updating.
ok naddy@
2019-04-28 00:03:51 +00:00
sthen
c58e86fa10 bump python ports with PKG_ARCH=* (scripts only, no pyc files, so keeping PKG_ARCH) 2019-04-27 23:59:14 +00:00
sthen
53defd7102 remove more PKG_ARCH=* with pyc in PLIST 2019-04-27 23:55:04 +00:00
sthen
2920bdb665 bump REVISION, py3 version switch. has PKG_ARCH=* (and no pyc files in this one,
just scripts).
2019-04-27 23:45:28 +00:00
sthen
632f71ed5c drop PKG_ARCH=* 2019-04-27 23:43:47 +00:00
sthen
0f775b57f1 drop PKG_ARCH=* from the handful of python ports that use it.
1. the pyc files aren't truly arch independent (they can be used cross-arch
but aren't identical), and
2. @version isn't used on PKG_ARCH=* ports so the py3 switch is tripping PLIST_DB
2019-04-27 23:24:01 +00:00
sthen
e39953dc90 Security update to bind 9.11.6-P1, plus patches ("Replace atomic
operations in bin/named/client.c with isc_refcount reference counting")
from https://gitlab.isc.org/isc-projects/bind9/merge_requests/1864.patch
for wider arch support.

Fixes:

CVE-2018-5743: Limiting simultaneous TCP clients is ineffective
https://kb.isc.org/docs/cve-2018-5743
2019-04-27 22:26:55 +00:00
sthen
94afad4a26 bump _SYSTEM_VERSION to force updates for all packages; the python3 default
version switch has changed dependencies for a fair sized chunk of packages on
all arches, and the gcc switch from 4.9->8 has changed dependencies for a huge
chunk of the package set on base-gcc arches.
2019-04-27 21:31:59 +00:00
espie
c3f6de6f0a gcc switch happened, this should now build on ports-gcc arches 2019-04-27 21:31:18 +00:00
sthen
3543bc1c35 Switch the default python3 version (used to build all py3 ports) from
3.6.8 to 3.7.3. ok landry@ danj@ kmos@ rpointel@
2019-04-27 21:28:30 +00:00
naddy
b7e8ac93a7 Switch ports-gcc to GCC 8.3.0:
* switch gcc4 module to gcc/8
* register the gcc/8 subpackages as updates for their gcc/4.9 counterparts
* sync the gcc version in devel/llvm
* add a quirk entry that gcj is obsolete
* unhook 4.9 from the build

Preparatory work by many.
ok sthen@
2019-04-27 21:26:34 +00:00
espie
2ce0828c3b default timeout of 60 is too much (3 keepalive before it decides to mark
the host down), 60/3 is better
2019-04-27 20:26:43 +00:00
ajacoutot
1ad32641f7 Fix PKGSPEC. 2019-04-27 18:14:07 +00:00
ajacoutot
1f73979691 Register glib-openssl removal. 2019-04-27 17:27:29 +00:00
ajacoutot
0cb309d6a8 Remove glib-openssl. Nothing uses it and functionnality has been moved to
glib2-networking.
2019-04-27 17:24:35 +00:00
landry
9eb53958b3 Bump autoconf & automake dependencies to more recent versions when
building snapshots from git (no port in cvs does this)
2019-04-27 16:08:56 +00:00
landry
c15c7a5573 Update to ristretto 0.8.4 2019-04-27 15:45:32 +00:00
sthen
88ef2d6fa5 replace a hardcoded "python3.6m" in WANTLIB with "python${MODPY_DEFAULT_VERSION_3}m"
- still dirty but slightly less broken
2019-04-27 14:38:54 +00:00
sthen
0a3d02b3be update to py-tornado-5.1.1 (last major version supporting both py2+3) 2019-04-27 14:32:21 +00:00
sthen
1455d82095 update to py-opengl-3.1.3b2 2019-04-27 14:02:39 +00:00
jasper
6bb8f248aa update to libgtop-2.40.0 2019-04-27 13:45:24 +00:00
edd
d84e791317 Update games/angband to version 4.1.3.
Tested and OK pamela@ and kmos@, thanks!
2019-04-27 13:24:42 +00:00
robert
b414a6c529 add some missing OS_BSD defines 2019-04-27 12:12:05 +00:00
landry
d55de8a3b0 Ignore error messages (liblapack missing symbols) on stderr from
'python3 -c "import numpy"' for now, fixes numpy detection (and the
build)
2019-04-27 10:56:49 +00:00