Re: undeclared identifier 'sigset' in new port

2020-07-18 Thread Otto Moerbeek
On Sat, Jul 18, 2020 at 09:31:46PM -, Dimitri Karamazov wrote: > On Sat, July 18, 2020 18:52, Otto Moerbeek wrote: > > > > this is an old System V idiom. See e.g. > > https://man7.org/linux/man-pages/man3/sigset.3.html > > > > -Otto > > > > > This compiled fine, but fine is it? > > #include

aarch64 bulk build report

2020-07-18 Thread phessler
bulk build on arm64.ports.openbsd.org started on Thu Jul 16 03:52:54 MDT 2020 finished at Sat Jul 18 20:54:04 MDT 2020 lasted 2D17h01m done with kern.version=OpenBSD 6.7-current (GENERIC.MP) #719: Wed Jul 15 19:28:52 MDT 2020 built packages:10839 Jul 16:3970 Jul 17:1459 Jul 18:5409 critical pa

Re: undeclared identifier 'sigset' in new port

2020-07-18 Thread Dimitri Karamazov
On Sat, July 18, 2020 18:52, Otto Moerbeek wrote: > > this is an old System V idiom. See e.g. > https://man7.org/linux/man-pages/man3/sigset.3.html > > -Otto > > This compiled fine, but fine is it? #include static void increase_verbosity(int signum) { verbosity++; cerr << "Increased verbosi

devel/py-buildbot requires databases/py-psycopg2 runtime dependency

2020-07-18 Thread Martin
latest py-buildbot from -current needs databases/py-psycopg2 to run. Hope original formatting will be keep by mail agent. --- buildbot/Makefile.old Sat Jul 18 20:50:38 2020 +++ buildbot/Makefile Sat Jul 18 20:51:12 2020 @@ -8,6 +8,7 @@ RUN_DEPENDS = databases/py-sqlalchemy${MODPY_FLAVOR} \ datab

undeclared identifier 'sigset' in new port

2020-07-18 Thread Dimitri Karamazov
I guess this is another deprecated api that is removed in OpenBSD, can anyone suggest a replacement for this? I've attached the code which utilizes it below. normalize.cpp:557:3: error: use of undeclared identifier 'sigset' sigset(SIGUSR1, increase_verbosity); ^ normalize.cpp:558:3: error: use

Re: update pandas to 1.0.5

2020-07-18 Thread Bjorn Ketelaars
On Sat 18/07/2020 11:58, Daniel Dickman wrote: > Version 1.0.4 includes a number of regression and bug fixes. Version 1.0.5 > includes a small number of additional regressions. > > ok? Yes, please! OK bket@

Re: bsd.port.mk: produce build.log

2020-07-18 Thread Klemens Nanni
On Sat, Jul 18, 2020 at 09:28:50PM +0200, Marc Espie wrote: > Definitely not a fan... > I hate squishing pipes in there Why? Due to addmittedly ugly file descriptor handling? In that regard, I was also wondering whether our new ksh(1) pipefail addition could be of use here to simplify things.

Re: bsd.port.mk: produce build.log

2020-07-18 Thread Marc Espie
On Sat, Jul 18, 2020 at 08:29:03PM +0200, Klemens Nanni wrote: > "make test" always produces TEST_LOGFILE (default is ${WRKDIR}/test.log) > which is really handy for analysing failures and sharing them here on > ports@. > > Diff below implements BUILD_LOGFILE so "make build" behaves the same; > so

Re: undeclared identifier 'sigset' in new port

2020-07-18 Thread Otto Moerbeek
On Sat, Jul 18, 2020 at 06:41:31PM -, Dimitri Karamazov wrote: > I guess this is another deprecated api that is removed in OpenBSD, > can anyone suggest a replacement for this? I've attached the code > which utilizes it below. > > normalize.cpp:557:3: error: use of undeclared identifier 'sigs

Re: www/aria2-1.35.0 from -current ports build successful but SSL/TLS handshake failure: protocol error (core dumped)

2020-07-18 Thread Klemens Nanni
On Sat, Jul 18, 2020 at 07:44:09PM +0200, Theo Buehler wrote: > On Sat, Jul 18, 2020 at 12:29:54PM +, Martin wrote: > > Abort trap (core dumped) appeared exactly after updating 6.7 to -current > > with previously installed aria2 from 6.7 -stable package. > > Rebuilding www/aria2 from 6.7 -curr

bsd.port.mk: produce build.log

2020-07-18 Thread Klemens Nanni
"make test" always produces TEST_LOGFILE (default is ${WRKDIR}/test.log) which is really handy for analysing failures and sharing them here on ports@. Diff below implements BUILD_LOGFILE so "make build" behaves the same; sometimes builds fail late and/or relevant output has fallen of my teminal's

Re: www/aria2-1.35.0 from -current ports build successful but SSL/TLS handshake failure: protocol error (core dumped)

2020-07-18 Thread Theo Buehler
On Sat, Jul 18, 2020 at 12:29:54PM +, Martin wrote: > Abort trap (core dumped) appeared exactly after updating 6.7 to -current with > previously installed aria2 from 6.7 -stable package. > Rebuilding www/aria2 from 6.7 -current port didn't fix Abort trap (core > dumped). > > It seems aria2 p

Re: www/aria2-1.35.0 from -current ports build successful but SSL/TLS handshake failure: protocol error (core dumped)

2020-07-18 Thread Klemens Nanni
On Sat, Jul 18, 2020 at 12:29:54PM +, Martin wrote: > Abort trap (core dumped) appeared exactly after updating 6.7 to -current with > previously installed aria2 from 6.7 -stable package. > Rebuilding www/aria2 from 6.7 -current port didn't fix Abort trap (core > dumped). > > It seems aria2 p

UPDATE: textproc/lowdown 0.7.1

2020-07-18 Thread Caspar Schutijser
Hi, Below is a diff that updates textproc/lowdown to 0.7.1. Tested on amd64. Thanks, Caspar Schutijser Index: Makefile === RCS file: /cvs/ports/textproc/lowdown/Makefile,v retrieving revision 1.21 diff -u -p -r1.21 Makefile --- Mak

aqbanking -lstdc++

2020-07-18 Thread Stuart Henderson
Another port that fails because amd64 still includes libstdc++. It would be nice if porters running amd64 could remove /usr/lib/libstdc++.* so they find these problems before commit :) /usr/bin/libtool --tag=CC --mode=link cc -fvisibility=hidden -O2 -pipe -g -Wall -L/usr/local/lib -lintl -g

Re: www/aria2-1.35.0 from -current ports build successful but SSL/TLS handshake failure: protocol error (core dumped)

2020-07-18 Thread Martin
Abort trap (core dumped) appeared exactly after updating 6.7 to -current with previously installed aria2 from 6.7 -stable package. Rebuilding www/aria2 from 6.7 -current port didn't fix Abort trap (core dumped). It seems aria2 port is broken with new SSL/TLS on 6.7 -current. Martin ‐‐‐ Orig

update pandas to 1.0.5

2020-07-18 Thread Daniel Dickman
Version 1.0.4 includes a number of regression and bug fixes. Version 1.0.5 includes a small number of additional regressions. ok? Index: Makefile === RCS file: /cvs/ports/math/py-pandas/Makefile,v retrieving revision 1.13 diff -u -

Re: UPDATE net/ocserv-1.1.0

2020-07-18 Thread Bjorn Ketelaars
On Sat 11/07/2020 15:54, Bjorn Ketelaars wrote: > On Fri 03/07/2020 23:14, Bjorn Ketelaars wrote: > > Diff below brings ocserv to 1.1.0. Biggest change is that ocserv > > switched from fork to fork/exec model to achieve better scaling. > > Implementation of this fork/exec model does not really agre

[NEW] astro/py-astropy

2020-07-18 Thread wen heping
Hi, ports@: Here is a patch to create astro/py-astropy. It build well and run well on amd64-current system. Currently I set it NO_TEST because we lack some of TEST_DEPENDS in portstree. Cheers ! wen astropy.tar.gz Description: astropy.tar.gz

Widelands Version Build-21 Released

2020-07-18 Thread Benedikt Straub
Dear package maintainers, the Widelands Development Team is proud to announce that a new version of Widelands, *build-21*, has just been released. Widelands is a free, cross-platform economy strategy game in which players control the fate of a small tribe that can grow into a big empire, in a sty