138049 Commits

Author SHA1 Message Date
rsadowski
485fbeef87 Update catach2 to 2.7.2
Switch from py2 to py3 at build time.
2019-05-12 16:40:55 +00:00
afresh1
d1db37cb98 Avoid configuring ports without trying to find depends in portgen
Especially python setup.py ports that try to download depends themselves.

OK cwen@
2019-05-12 16:38:15 +00:00
espie
b7bbcb0cdf lock parsing errors should not happen, put them in debug.log along with other
generic debug info.
2019-05-12 16:37:52 +00:00
danj
d89ba3f844 Remove maintainer whose address bounces 2019-05-12 16:33:48 +00:00
danj
2d599cae09 Remove maintainer per their request 2019-05-12 16:29:44 +00:00
ajacoutot
e0ec8c8ffb Add link to merge requests. 2019-05-12 16:24:04 +00:00
bluhm
6cef382ec8 update p5-Net-SSLeay to 1.88 2019-05-12 16:15:29 +00:00
jca
11da792a95 Drop z_const patches and unbreak geo/pdal on ports-gcc
Note: needs zlib headers with the ZLIB_CONST addition
2019-05-12 16:07:03 +00:00
naddy
3db1cbebb4 Pick the appropriate compiler throughout the gstreamer1 directory:
* clang architectures use base-clang
* non-clang architectures use ports-gcc for the mm port, base-gcc otherwise
* powerpc uses ports-gcc for all ports

ok jca@
2019-05-12 15:56:45 +00:00
jasper
a8780c87bc update to borgmatic-1.3.3
from Tom Murphy
2019-05-12 15:53:55 +00:00
jasper
3a0066f4da no need to escape the question mark in MASTER_SITES anymore \?
prompted by espie@
2019-05-12 15:52:53 +00:00
rsadowski
28f7c34666 Update TeXmacs to 1.99.9
Upstream switched form Qt4 to Qt5 and from autotools to CMake.
Added Nam Nguyen as maintainer. Thank you for taking care of this!

Initial diff from me, tweaked and newer diff from jca@. OK jca@
2019-05-12 15:43:45 +00:00
edd
7571183596 Update audio/libcdio to version 2.1.0.
Also fix fallout.

I've been working with upstream to have the NetBSD driver work on both
NetBSD *and* OpenBSD, and here it is.

Thanks to upstream for helping, particularly Rocky Bernstein and Thomas
Schmitt!

Tested and OK cwen@, thanks!
2019-05-12 15:26:06 +00:00
edd
fd98fe7272 Import audio/libcdio-paranoia.
This is part of the effort to update our very old libcdio port.

In newer versions of libcdio, the cdparanoia bits were split off into
a separate package. This new port is exactly that.

Tested and OK cwen@, thanks!
2019-05-12 15:17:26 +00:00
cwen
52d08f8a51 update p5-Test-NoTabs to 2.02
Changelog:
https://metacpan.org/changes/release/ETHER/Test-NoTabs-2.02

OK afresh1@
2019-05-12 15:11:01 +00:00
cwen
e299b001b2 p5-Test-MockObject: update to 1.20180705
Changelog:
https://metacpan.org/changes/release/CHROMATIC/Test-MockObject-1.20180705

OK afresh1@
2019-05-12 15:02:05 +00:00
espie
dc7cd9f744 rename "finished" to "errored" so it has clearer semantics
modify the PortBuilder -> Job::Port interface so that differences
are obvious.

tweak wipe to avoid wiping what we're currently actually running,
and also clean the "right" flavor in case we gave a wrong pkgpath name.
2019-05-12 14:09:11 +00:00
semarie
272482b3be hook 5.2 serie of tryton
ok aja@
2019-05-12 14:04:11 +00:00
espie
1d99433f5a try to avoid thinko, give me a fullpkgpath getter
mark that "cleaned" is (more or less) finished
2019-05-12 13:39:46 +00:00
rsadowski
bdd2b546ea Update libvncserver to 0.9.12
Notable Changes:
- Move from GNU autotools to cmake.
- Take the same cmake configure args from  Net and FreeBSD (more or less)
- Add patch to avoid links with shared libs
- bump SHARED_LIBS

Tested by Tracey Emery. Thanks!
2019-05-12 13:36:34 +00:00
rsadowski
19484e0639 Update litecoin to 0.17.1 2019-05-12 13:22:58 +00:00
ajacoutot
58991566df Missed bump. 2019-05-12 13:20:14 +00:00
espie
d7cfce1dc5 new socket command: wipe fullpkgpath
locate lock, run clean on the appropriate host,
THEN remove lock and affinity information.
(this creates a temporary core that is not tracked)
2019-05-12 12:12:53 +00:00
rsadowski
7402be06ce Update bitcoin to 0.18.0.
Upstream changlog:

https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.18.0.md

Notable port changes:

- Disable BIP70, form changlog:

"A new --disable-bip70 option may be passed to ./configure to prevent
Bitcoin-Qt from being built with support for the BIP70 payment protocol
or from linking libssl. As the payment protocol has exposed Bitcoin Core
to libssl vulnerabilities in the past, builders who don't need BIP70
support are encouraged to use this option to reduce their exposure to
future vulnerabilities."

- Major lib bump: libbitcoinconsensus
- WANTLIB png clean up
- devel/protobuf is not more needed with disabled BIP70
2019-05-12 11:59:49 +00:00
espie
53bfbe08f9 wakemeup can contain the lock_order 2019-05-12 11:20:57 +00:00
espie
73534e9b6e on premature exit, try to kill our existing children by sending them
the proper signal and waiting for a bit.

Some scaffolding left (verbose) to allow more precise debugging
2019-05-12 10:37:04 +00:00
espie
8afb9c2bda that fork can use a cleanup_after_fork too 2019-05-12 10:28:22 +00:00
semarie
f44aa1ad3e update to Genshi-0.7.2
while here, switch HOMEPAGE to https and use pipy
2019-05-12 10:09:21 +00:00
espie
00411a3e0e hijack DPB::Job->cleanup_after_fork
since it cleans up more.
2019-05-12 08:57:03 +00:00
landry
0ff917eb9a Update to sqlite 3.28.
Cf https://www.sqlite.org/releaselog/3_28_0.html
Will be a requirement for gecko 68 per #1544443

Went into a bulk build.
2019-05-12 08:22:18 +00:00
landry
d17ff899cc Temporarly mark BROKEN, it builds fine with gdal 3 but will break at
runtime as it uses a removed API, per
https://github.com/Toblerity/Fiona/issues/745
2019-05-12 08:09:53 +00:00
landry
e14fbf3715 Major update to gdal 3.0.0.
See https://www.osgeo.org/foundation-news/gdal-3-0-0-is-released/

Depends on PROJ>=6 as its been updated to use the major changes that
happened there per https://trac.osgeo.org/gdal/wiki/rfc73_proj6_wkt2_srsbarn

Various betas/rcs went into some bulk builds without issues. Now is the
right time to put it in to chase potential runtime regressions.
2019-05-12 08:07:33 +00:00
landry
d95111ea30 Update to py-proj 2.1.3, compatible with PROJ 6.
ok benoit@ (MAINTAINER) on a previous version
2019-05-12 08:03:50 +00:00
landry
dddd4304f7 Update to geotiff 1.5.1.
Now depends on PROJ>=6, as it stops shipping the share/epsg_csv files
and now relies on the sqlite db shipped by PROJ.
2019-05-12 08:02:14 +00:00
landry
526cba6dfc Major update to PROJ 6.0.0.
See https://github.com/OSGeo/proj.4/releases/tag/6.0.0 for the details.
This contains an API break, and some next port updates will deal with it.

Went into some bulk builds, all tests pass. Now is the right time to put
it in to chase potential runtime regressions.
2019-05-12 08:00:45 +00:00
espie
3c5856cf98 thinko, noticed by naddy@ 2019-05-12 07:50:00 +00:00
espie
463c4e4d56 use ${PKG_ADD} directly in FETCH_PACKAGES, so we can enforce -I -x,
so working pkg_add is by default silent.

Remove the redirections to /dev/null.
When it fails, people generally want to see how it fails.
2019-05-12 07:46:35 +00:00
espie
80c507a6d5 remove CACHE_PACKAGE_COOKIE (and only CACHE_PACKAGE_COOKIE) as _pfetch
problem noticed by cwen@
2019-05-12 07:43:54 +00:00
espie
bb51084c06 reverse doas env into env doas for a tighter doas.conf
This requires that you allow env variables
TRUSTED_PKG_PATH and TERM in your doas.conf,
or ports install will stop working

also full path to touch

prompted by cwen@ initial touch patch
2019-05-12 07:28:59 +00:00
feinerer
2f24211e5f Update to pgModeler 0.9.1 2019-05-12 06:21:19 +00:00
ajacoutot
fc37276c79 Link to issue URL. 2019-05-12 04:04:12 +00:00
ajacoutot
49790dd58b Use after free in gnucash__sheet_style_destroy (from upstream). 2019-05-12 03:17:17 +00:00
lteo
8427d985fa Drop maintainership 2019-05-12 02:08:29 +00:00
lteo
1a2100ddb8 Drop maintainership 2019-05-12 02:08:13 +00:00
jasper
3630afb51a update to py-zmq-18.0.1 2019-05-12 01:49:17 +00:00
jasper
9c70131595 update to ncdu-1.14 2019-05-12 01:45:09 +00:00
jasper
202f255282 update to itstool-2.0.6 2019-05-12 01:43:29 +00:00
cwen
9730b3d72e p5-XML-Atom-SimpleFeed: update to 0.902
Changelog:
https://metacpan.org/source/ARISTOTLE/XML-Atom-SimpleFeed-0.902/Changes

OK afresh1@
2019-05-11 22:42:10 +00:00
kmos
69a138ab80 Update devel/py-serial 2.7 -> 3.4
Update tested by folks in different scenarios.

Initial version by Olivier. Modified by me to re-add new HOMEPAGE
and replace eliaborate do-test dance with MODPY_PYTEST.

OK Daniel Winters (maintainer) Martin Reindl bket@ phessler@
2019-05-11 21:58:00 +00:00
jasper
60965f5a71 update to gtkwave-3.3.100 2019-05-11 21:42:50 +00:00