dpb crashes in fetching distfiles

2019-11-08 Thread Peter Hessler
Found while attempting to start an aarch64 bulk build. Yes, I am fully up to date. Can't locate object method "fullpkgname" via package "DPB::Distfile" at /usr/ports/infrastructure/lib/DPB/Engine.pm line 156. DPB::Engine::log_as_built(bless( {affinity => 'DPB::Affinity=HASH(0x21784e

Re: maintainer update: productivity/khard

2019-11-08 Thread Paco Esteban
On Fri, 08 Nov 2019, Stuart Henderson wrote: > On 2019/11/07 18:27, Paco Esteban wrote: > > I have question regarding the new man pages generation. They use > > a (gnu)make target with some variables pointing to sphinx executables. > > On OpenBSD those executables are called differently (they hav

Re: cleanup audio/id3lib

2019-11-08 Thread Stuart Henderson
On 2019/11/08 07:30, Raf Czlonka wrote: > Which brings us to the final - simply download the tarball[2], untar > it, and run: > > $ head -n 2 COPYING > GNU LIBRARY GENERAL PUBLIC LICENSE > Version 2, June 1991 Please check the source code files or other files

Re: nextcloudclient port

2019-11-08 Thread Kirill Bychkov
On Fri, November 8, 2019 04:25, Adriano Barbosa wrote: > Follow a diff with Stuart's suggestion on keeping GH_* variables. > I can confirm it works well. > [...] Hi, Some cleanup Rafael's version + some chunks of Adriano's diff: - use DISTNAME = nextcloudclient-${V} - drop PKGNAME - drop WRKDIS

update emulators/dolphin 5.0.0.20191107

2019-11-08 Thread Nam Nguyen
Here is a diff for emulators/dolphin from this November 7, 2019 commit: https://github.com/dolphin-emu/dolphin/commit/cc9c1583b1ea8d8b784ad8b9a2fb8a2f008778fc The port update includes: - Enabled tests - Added README files 1) Remove devel/llvm dependency 2) Remove audio/pulseaudio dependency 3) pat

Re: cleanup audio/id3lib

2019-11-08 Thread Raf Czlonka
On Fri, Nov 08, 2019 at 08:36:44AM GMT, Stuart Henderson wrote: > On 2019/11/08 07:30, Raf Czlonka wrote: > > Which brings us to the final - simply download the tarball[2], untar > > it, and run: > > > > $ head -n 2 COPYING > > GNU LIBRARY GENERAL PUBLIC LICENSE > >

Re: nextcloudclient port

2019-11-08 Thread Rafael Sadowski
On Fri Nov 08, 2019 at 11:36:51AM +0300, Kirill Bychkov wrote: > > Rafael's port and cleaned up both fails to build on my amd64 (log attached). Hi Kirill, Hi Adriano, please update to current: /tmp/pobj/nextcloudclient-2.6.1/desktop-2.6.1/src/libsync/clientsideencryption.cpp:577:9: error: use of

Re: nextcloudclient port

2019-11-08 Thread Adriano Barbosa
Hi Kirill, thank you for your test and suggestions. error: use of undeclared identifier 'EVP_PKEY_CTX_set_rsa_oaep_md' is related to LibreSSL. Are you running -current? My original port had a patch for it, but its not necessary anymore in -current. Best Em sex., 8 de nov. de 2019 às 05:36, Kirill

Re: Update: games/braincurses 1.1.0

2019-11-08 Thread Frederic Cambus
On Thu, Nov 07, 2019 at 10:24:29PM +0100, Christian Weisgerber wrote: > I accidentally discovered that I'm still the maintainer of this > little port. I must have played it for a few days, years ago, and > then forgot about it. Here's an update to the latest and probably > final release. I'm dro

Re: [Update] math/openfst : Update to 1.7.5

2019-11-08 Thread Stuart Henderson
This requires SHARED_LIBS major bumps. https://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs On 2019/11/08 06:59, wen heping wrote: > Hi, ports@: > > Here is a patch for math/openfst to update to 1.7.5. > It build well and pass all tests on amd64-current system. > No other ports

Re: nextcloudclient port

2019-11-08 Thread Adriano Barbosa
By the way, Kirill's suggestions are ok for me. Just compiled it without problems. Best Em sex., 8 de nov. de 2019 às 06:03, Adriano Barbosa escreveu: > > Hi Kirill, > thank you for your test and suggestions. > error: use of undeclared identifier 'EVP_PKEY_CTX_set_rsa_oaep_md' is > related to Li

[UPDATE] net/gdnsd to 2.4.3 (Fixes CVE-2019-13952)

2019-11-08 Thread Frederic Cambus
Hi ports@, Here is a diff to update gdnsd to 2.4.3. This fixes CVE-2019-13952. While there, switch MASTER_SITES to HTTPS. Comments? OK? Index: Makefile === RCS file: /cvs/ports/net/gdnsd/Makefile,v retrieving revision 1.22 diff -u

Re: [UPDATE] net/gdnsd to 2.4.3 (Fixes CVE-2019-13952)

2019-11-08 Thread Stuart Henderson
On 2019/11/08 11:46, Frederic Cambus wrote: > Hi ports@, > > Here is a diff to update gdnsd to 2.4.3. This fixes CVE-2019-13952. > > While there, switch MASTER_SITES to HTTPS. OK. I looked at updating to 3.x earlier but then I read "The TL;DR here is that gdnsd doesn't manage its own OS securit

Re: nextcloudclient port

2019-11-08 Thread Kirill Bychkov
On Fri, November 8, 2019 12:32, Adriano Barbosa wrote: > By the way, Kirill's suggestions are ok for me. Just compiled it > without problems. > > Best > > Em sex., 8 de nov. de 2019 ?s 06:03, Adriano Barbosa > escreveu: >> >> Hi Kirill, >> thank you for your test and suggestions. >> error: use of

[PATCH] www/slowhttptest: fix a segmentation fault

2019-11-08 Thread Frederic Cambus
Hi ports@, slowhttptest doesn't check that the argument passed to freeaddrinfo(3) is not NULL, resulting in a segmentation fault. This can be triggered in the current version by running: slowhttptest -u example.org The following diff fixes it. Comments? OK? Index: Makefile ===

Re: [PATCH] www/slowhttptest: fix a segmentation fault

2019-11-08 Thread Jeremie Courreges-Anglas
On Fri, Nov 08 2019, Frederic Cambus wrote: > Hi ports@, > > slowhttptest doesn't check that the argument passed to freeaddrinfo(3) > is not NULL, resulting in a segmentation fault. > > This can be triggered in the current version by running: > > slowhttptest -u example.org > > The following diff

Re: UPDATE: lang/pypy

2019-11-08 Thread Stuart Henderson
On 2019/11/07 15:46, Edd Barrett wrote: > On Thu, Nov 07, 2019 at 02:32:45PM +, Stuart Henderson wrote: > > edd: do you have any tests you'd like to run? OK? > > PyPy has a test suite which you could try running, but it's so large you > are almost certain to find a handful of failures. > > To

Re: New/Replacement: Kicad 5.1.4

2019-11-08 Thread Stuart Henderson
On 2019/11/07 14:36, Tracey Emery wrote: > > > +pre-build: > > > + @sed -i "s,-lrt,," \ > > > + ${WRKDIR}/build-amd64/build.ninja > > New patches to address this issue. I figured out where to make the > changes. Thanks. > > > > this change is bogus, the input files must be fixed instead

Re: New/Replacement: Kicad 5.1.4

2019-11-08 Thread Tracey Emery
On Fri, Nov 08, 2019 at 02:44:07PM +, Stuart Henderson wrote: > However with pre-build removed we can use cmake's make backend which > is less susceptible to these problems so I've done that for now and > committed. > Stuart, thanks for the extra effort you put in on this port and your patien

Re: [UPDATE] net/gdnsd to 2.4.3 (Fixes CVE-2019-13952)

2019-11-08 Thread Joerg Jung
> On 8. Nov 2019, at 11:46, Frederic Cambus wrote: > > Hi ports@, > > Here is a diff to update gdnsd to 2.4.3. This fixes CVE-2019-13952. > > While there, switch MASTER_SITES to HTTPS. > > Comments? OK? ok jung@ RUN_DEPENDS should be updated from GeoIP -> libmaxminddb > Index: Makefile >

[ld.bfd] Unbreak x11/xkbcommon

2019-11-08 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net//sparc64/last/x11/xkbcommon.log > https://bin.charlenew.xyz/xkbcommon.fail.log (no bulk report yet on macppc) ld.bfd is unable to find libraries again. The issue here is that a few hundreds ports are depending on it. Because meson is used, i tried at fi

Re: [ld.bfd] Unbreak x11/xkbcommon

2019-11-08 Thread Antoine Jacoutot
On Fri, Nov 08, 2019 at 04:09:50PM +0100, Charlene Wendling wrote: > Hi, > > > http://build-failures.rhaalovely.net//sparc64/last/x11/xkbcommon.log > > https://bin.charlenew.xyz/xkbcommon.fail.log > (no bulk report yet on macppc) > > ld.bfd is unable to find libraries again. The issue here is tha

Re: New/Replacement: Kicad 5.1.4

2019-11-08 Thread Tracey Emery
On Fri, Nov 08, 2019 at 02:44:07PM +, Stuart Henderson wrote: > However with pre-build removed we can use cmake's make backend which > is less susceptible to these problems so I've done that for now and > committed. With this commit, kicad-library is no longer needed. Is there some other magic

Re: [ld.bfd] Unbreak x11/xkbcommon

2019-11-08 Thread Charlene Wendling
On Fri, 8 Nov 2019 16:30:58 +0100 Antoine Jacoutot wrote: > On Fri, Nov 08, 2019 at 04:09:50PM +0100, Charlene Wendling wrote: > > Hi, > > > > > http://build-failures.rhaalovely.net//sparc64/last/x11/xkbcommon.log > > > https://bin.charlenew.xyz/xkbcommon.fail.log > > (no bulk report yet on macpp

Re: [UPDATE] net/gdnsd to 2.4.3 (Fixes CVE-2019-13952)

2019-11-08 Thread Stuart Henderson
On 2019/11/08 16:07, Joerg Jung wrote: > > > On 8. Nov 2019, at 11:46, Frederic Cambus wrote: > > > > Hi ports@, > > > > Here is a diff to update gdnsd to 2.4.3. This fixes CVE-2019-13952. > > > > While there, switch MASTER_SITES to HTTPS. > > > > Comments? OK? > > ok jung@ > > RUN_DEPENDS

Re: New/Replacement: Kicad 5.1.4

2019-11-08 Thread Stuart Henderson
On 2019/11/08 08:34, Tracey Emery wrote: > On Fri, Nov 08, 2019 at 02:44:07PM +, Stuart Henderson wrote: > > However with pre-build removed we can use cmake's make backend which > > is less susceptible to these problems so I've done that for now and > > committed. > > With this commit, kicad-l

Re: [UPDATE] net/gdnsd to 2.4.3 (Fixes CVE-2019-13952)

2019-11-08 Thread Stuart Henderson
On 2019/11/08 16:04, Stuart Henderson wrote: > On 2019/11/08 16:07, Joerg Jung wrote: > > > > > On 8. Nov 2019, at 11:46, Frederic Cambus wrote: > > > > > > Hi ports@, > > > > > > Here is a diff to update gdnsd to 2.4.3. This fixes CVE-2019-13952. > > > > > > While there, switch MASTER_SITES t

[update] devel/protobuf to 3.10.1

2019-11-08 Thread Theo Buehler
Here's a relatively simple update to protobuf 3.10.1. This again skips a few versions. The main change of 3.10.0 is that the parser was switched which resulted in quite a number of symbol removals, so a major bump is required. The release notes are here: https://github.com/protocolbuffers/protobuf

Re: [UPDATE] net/gdnsd to 2.4.3 (Fixes CVE-2019-13952)

2019-11-08 Thread Frederic Cambus
On Fri, Nov 08, 2019 at 04:10:58PM +, Stuart Henderson wrote: > > > RUN_DEPENDS should be updated from GeoIP -> libmaxminddb > > > > As-is, it doesn't pick up libmaxminddb so it probably can't use the > > new db. But here's an new diff that enables it. > > Regenerated against -current. (The

Re: [ld.bfd] Unbreak x11/xkbcommon

2019-11-08 Thread Antoine Jacoutot
On Fri, Nov 08, 2019 at 05:01:03PM +0100, Charlene Wendling wrote: > On Fri, 8 Nov 2019 16:30:58 +0100 > Antoine Jacoutot wrote: > > > On Fri, Nov 08, 2019 at 04:09:50PM +0100, Charlene Wendling wrote: > > > Hi, > > > > > > > http://build-failures.rhaalovely.net//sparc64/last/x11/xkbcommon.log >

Re: [UPDATE] fonts/public-sans to 1.006

2019-11-08 Thread Frederic Cambus
On Thu, Nov 07, 2019 at 09:34:48AM -0500, George Rosamond wrote: > Simple diff attached and inline. Commited, thanks!

Re: [ld.bfd] Unbreak x11/xkbcommon

2019-11-08 Thread Charlene Wendling
On Fri, 8 Nov 2019 17:25:17 +0100 Antoine Jacoutot wrote: > On Fri, Nov 08, 2019 at 05:01:03PM +0100, Charlene Wendling wrote: > > On Fri, 8 Nov 2019 16:30:58 +0100 > > Antoine Jacoutot wrote: > > > > > On Fri, Nov 08, 2019 at 04:09:50PM +0100, Charlene Wendling wrote: > > > > Hi, > > > > > > >

[UPDATE] fonts/inter to 3.11

2019-11-08 Thread Frederic Cambus
Hi ports@, Here is a diff to update inter to 3.11. Comments? OK? Index: Makefile === RCS file: /cvs/ports/fonts/inter/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile12 Jul 2019 20:46:12 - 1.3 +

[UPDATE] x11/icewm to 1.6.2

2019-11-08 Thread Frederic Cambus
Hi ports@, Here is a diff to update icewm to 1.6.2. Comments? OK? Index: Makefile === RCS file: /cvs/ports/x11/icewm/Makefile,v retrieving revision 1.70 diff -u -p -r1.70 Makefile --- Makefile26 Aug 2019 19:43:45 - 1.70

Remove net/clive?

2019-11-08 Thread Frederic Cambus
Hi ports@, I noticed clive has not been updated since it was imported in 2004, despite the fact new versions have been released over the years, up to clive-0.4.10 in 2012. I don't have a LiveJournal account to test if it even works anymore, but entering test/test for username/password results in

Re: Remove net/clive?

2019-11-08 Thread Klemens Nanni
On Fri, Nov 08, 2019 at 07:00:11PM +0100, Frederic Cambus wrote: > I don't have a LiveJournal account to test if it even works anymore, > but entering test/test for username/password results in a segmentation > fault: Noone has spoken up, I see no point in keeping it. OK kn

lang/gcc/8: include all libs in adastrap

2019-11-08 Thread Christian Weisgerber
The adastrap depends on several libraries (libc, libm, libz, libgmp, libmpfr, libmpc), but currently only libc and libm ship with it. If one of the other libs changes, boom, the build breaks. Also, having to manually specify the library versions in the Makefile is cumbersome. I have revised the a

Re: [ld.bfd] Unbreak x11/xkbcommon

2019-11-08 Thread Antoine Jacoutot
On Fri, Nov 08, 2019 at 05:58:17PM +0100, Charlene Wendling wrote: > On Fri, 8 Nov 2019 17:25:17 +0100 > Antoine Jacoutot wrote: > > > On Fri, Nov 08, 2019 at 05:01:03PM +0100, Charlene Wendling wrote: > > > On Fri, 8 Nov 2019 16:30:58 +0100 > > > Antoine Jacoutot wrote: > > > > > > > On Fri, Nov

UPDATE: math/gnuplot 5.2.7

2019-11-08 Thread Paul Irofti
Hi, Here is a trivial update to gnuplot-5.2.7. Regress tests pass. OK? Paul Index: Makefile === RCS file: /cvs/ports/math/gnuplot/Makefile,v retrieving revision 1.74 diff -u -p -u -p -r1.74 Makefile --- Makefile12 Jul 2019 20:4

[UPDATE] emulators/vbam to 2.1.4

2019-11-08 Thread Frederic Cambus
Hi ports@, Here is a diff to update vbam to 2.1.4. We can remove the patch for src/gba/GBAcpu.h as the regparm function attribute is now only defined on i386 and amd64, even if it is only useful on i386. While there, update HOMEPAGE to HTTPS. Comments? OK? Index: Makefile =

[base-gcc] Unbreak security/opensc

2019-11-08 Thread Charlene Wendling
> http://build-failures.rhaalovely.net/sparc64/2019-11-07/security/opensc.log The glib2 update brought some deprecations, and as such uncovered more ports that are built with `-Werror'. I simply removed it, and then it builds [0] on macppc. Comments/feedback are welcome! Charlène. [0] http

Re: lang/gcc/8: include all libs in adastrap

2019-11-08 Thread Stuart Henderson
On 2019/11/08 21:27, Christian Weisgerber wrote: > The adastrap depends on several libraries (libc, libm, libz, libgmp, > libmpfr, libmpc), but currently only libc and libm ship with it. > If one of the other libs changes, boom, the build breaks. Also, > having to manually specify the library vers

Re: [base-gcc] Unbreak security/opensc

2019-11-08 Thread Jeremie Courreges-Anglas
On Fri, Nov 08 2019, Charlene Wendling wrote: >> http://build-failures.rhaalovely.net/sparc64/2019-11-07/security/opensc.log > > The glib2 update brought some deprecations, and as such uncovered more > ports that are built with `-Werror'. > > I simply removed it, and then it builds [0] on macppc.

Re: Remove net/clive?

2019-11-08 Thread Antoine Jacoutot
On Fri, Nov 08, 2019 at 07:00:11PM +0100, Frederic Cambus wrote: > Hi ports@, > > I noticed clive has not been updated since it was imported in 2004, > despite the fact new versions have been released over the years, up > to clive-0.4.10 in 2012. > > I don't have a LiveJournal account to test if

[wip] firefox 71.0b8 with unveil integration

2019-11-08 Thread Landry Breuil
Hi, now that jcs@'s work has been commited upstream and will be in firefox 72 (cf https://bugzilla.mozilla.org/show_bug.cgi?id=1580268, https://bugzilla.mozilla.org/show_bug.cgi?id=1584839 & https://bugzilla.mozilla.org/show_bug.cgi?id=1580271) i've backported all the corresponding commits to the

Re: [wip] firefox 71.0b8 with unveil integration

2019-11-08 Thread Solène Rapenne
If someone can confirm a behavior I had with firefox patched for pledge and unveil I was not able to delete extensions, but it wasn't triggering a pledge error and I've not been able to deal with the huge ktrace...Le 8 nov. 2019 23:48, Landry Breuil a écrit : > > Hi, > > now that jcs@'s work h

Re: [wip] firefox 71.0b8 with unveil integration

2019-11-08 Thread joshua stein
On Sat, 09 Nov 2019 at 00:02:55 +0100, Solène Rapenne wrote: > If someone can confirm a behavior I had with firefox patched for pledge and > unveil > I was not able to delete extensions, but it wasn't triggering a pledge error > and I've not been able to deal with the huge ktrace... I just insta

Re: Neovim update and new libluv port

2019-11-08 Thread Travis Cole
Hey Edd, Thanks for another review! On Thu, Nov 7, 2019, at 04:13, Edd Barrett wrote: > Hi Travis, > > Thanks for the revised diffs. > > unibilium now looks fine. Great! that's progress. :) > libvterm: > > On Mon, Nov 04, 2019 at 08:40:19PM -0800, Travis Cole wrote: > > > SHARED_LIBS += vt

[base-gcc] Unbreak net/librsync

2019-11-08 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/sparc64/2019-11-07/net/librsync.log base-gcc uses -std=gnu89 by default, this includes some C99 features, but not initialisations in for loops. This requires -std=gnu99 to build. It builds fine on macppc [0] and amd64. Comments/feedback are welcome.