Re: mail/sma: -fno-common fix

2021-02-23 Thread Greg Steuck
Theo Buehler writes: > This is straightforward. I don't have a sendmail setup with logs to test > this against... > > FreeBSD moved all variable definitions from sma.h to sma.c and externed > them in the header. I decided to move a few of them into init.c since > they're allocated/initialized the

Re: net/argus-clients: fix for -fno-common

2021-02-23 Thread Greg Steuck
Christian Weisgerber writes: > net/argus-clients: fix for -fno-common > > This removes an unused variable from the static library argus_common.a. > It clashes with one in the raconvert tool. You could argue the latter > one should be renamed instead, but then again, the library variable > isn't

Re: net/argus: fix for -fno-common

2021-02-23 Thread Greg Steuck
Christian Weisgerber writes: > net/argus: fix the build with -fno-common > > This is just unused code that is copy-pasted from ArgusUdp.c where > is also unused. > > OK? OK gnezdo > > Index: Makefile > === > RCS file: /cvs/ports/ne

Re: move flask rdeps to py3 only

2021-02-23 Thread Daniel Dickman
> On Feb 23, 2021, at 8:08 AM, Lucas Raab wrote: > > Hello, > > Here are the rdeps for Flask all moved to py3-only with the exception > of www/py-httpbin. There ends up being a chain up to www/py-requests > which I haven't looked at yet. > > Did I miss anything in the transition? Committed

Re: [MAINTAINER UPDATE] graphics/openimageio -> 2.2.11.1

2021-02-23 Thread Daniel Dickman
> On Feb 23, 2021, at 4:17 AM, Dimitri Karamazov > wrote: > > On Mon, Feb 22, 2021 at 01:28:26AM -0500, Daniel Dickman wrote: >> >> >>> On Mon, 22 Feb 2021, Rafael Sadowski wrote: >>> > > Bump for a new release. >>> >>> Still OK for me but we need to import robin-map first. A se

Re: Remove devel/mk

2021-02-23 Thread Jonathan Gray
On Tue, Feb 23, 2021 at 04:36:49PM +0100, Klemens Nanni wrote: > On Tue, Feb 23, 2021 at 11:59:12PM +1100, Jonathan Gray wrote: > > devel/mk was also the only use of > > > > devel/libfmt > > devel/libbio > > devel/libregexp9 > > devel/libutf > Correct, those we can tackle now; I had not yet check

Updated devel/remake to remake-4.3+dbg-1.5 [-fno-common]

2021-02-23 Thread Greg Steuck
The installed package produced believable output in own pobj. OK? Subject: [PATCH] Updated devel/remake to remake-4.3+dbg-1.5 [-fno-common] Slightly massaged patches from: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3f45f6f1ac0dbe8d987af727a0f7445cd30048 Passes all tests: 653 Tests i

Re: Update libtool

2021-02-23 Thread Rafael Ávila de Espíndola
Stuart Henderson writes: > On 2021/02/23 15:25, Stuart Henderson wrote: >> I'll do some testing, I'm using this updated diff > > Oh yuk, gnu m4 is now needed at runtime for libtoolize. > Is there a way around that? This is probably from - GNU M4 is required to run libtoolize in a directory

Re: [update] Redis 6.2.0

2021-02-23 Thread Daniel Jakots
On Tue, 23 Feb 2021 17:21:46 +0100, Theo Buehler wrote: > So danj conned me into looking at Redis again... Thank you so much! > I replaced some lua related patches with sed + CFLAGS and dropped two > hunks in our diff to deps/Makefile which tended to produce conflicts. Awesome! > I also decid

Re: Remove x11/golem?

2021-02-23 Thread Antoine Jacoutot
On Wed, Feb 24, 2021 at 12:09:16AM +0100, Christian Weisgerber wrote: > x11/golem is an old window manager. This is another port that is > broken by -fno-common. > > Our port is at version 0.0.5, which is 19 years old. When you start > it, there is a spew of errors about undefined symbols and th

Re: Remove x11/golem?

2021-02-23 Thread Klemens Nanni
On Wed, Feb 24, 2021 at 12:09:16AM +0100, Christian Weisgerber wrote: > Remove it? OK kn

Remove x11/golem?

2021-02-23 Thread Christian Weisgerber
x11/golem is an old window manager. This is another port that is broken by -fno-common. Our port is at version 0.0.5, which is 19 years old. When you start it, there is a spew of errors about undefined symbols and the plugins can't be loaded. I don't think anybody uses this. There is a newer d

mail/sma: -fno-common fix

2021-02-23 Thread Theo Buehler
This is straightforward. I don't have a sendmail setup with logs to test this against... FreeBSD moved all variable definitions from sma.h to sma.c and externed them in the header. I decided to move a few of them into init.c since they're allocated/initialized there (usually via strdup). They're n

Re: Update libtool

2021-02-23 Thread Stuart Henderson
On 2021/02/23 21:33, Stuart Henderson wrote: > On 2021/02/23 15:25, Stuart Henderson wrote: > > I'll do some testing, I'm using this updated diff > > Oh yuk, gnu m4 is now needed at runtime for libtoolize. > Is there a way around that? Also requires help2man as a BUILD_DEPENDS (but that's not so

net/argus-clients: fix for -fno-common

2021-02-23 Thread Christian Weisgerber
net/argus-clients: fix for -fno-common This removes an unused variable from the static library argus_common.a. It clashes with one in the raconvert tool. You could argue the latter one should be renamed instead, but then again, the library variable isn't referenced anywhere. OK? Index: Makefile

net/argus: fix for -fno-common

2021-02-23 Thread Christian Weisgerber
net/argus: fix the build with -fno-common This is just unused code that is copy-pasted from ArgusUdp.c where is also unused. OK? Index: Makefile === RCS file: /cvs/ports/net/argus/Makefile,v retrieving revision 1.25 diff -u -p -r1.2

Re: Update libtool

2021-02-23 Thread Stuart Henderson
On 2021/02/23 15:25, Stuart Henderson wrote: > I'll do some testing, I'm using this updated diff Oh yuk, gnu m4 is now needed at runtime for libtoolize. Is there a way around that? > Index: Makefile > === > RCS file: /cvs/ports/devel

Re: portgen following MODPY_VERSION flip

2021-02-23 Thread Stuart Henderson
On 2021/02/23 15:32, Kurt Mosiejczuk wrote: > On Tue, Feb 23, 2021 at 07:59:34PM +, Stuart Henderson wrote: > > Here's a first cut at fixing python version handling in portgen > > now the default has changed to MODPY_DEFAULT_VERSION_3. > > > For a port with just a py3 version it currently uses

Re: portgen following MODPY_VERSION flip

2021-02-23 Thread Kurt Mosiejczuk
On Tue, Feb 23, 2021 at 07:59:34PM +, Stuart Henderson wrote: > Here's a first cut at fixing python version handling in portgen > now the default has changed to MODPY_DEFAULT_VERSION_3. > For a port with just a py3 version it currently uses > FLAVORS = python3 > FLAVOR ?= python3 > I

portgen following MODPY_VERSION flip

2021-02-23 Thread Stuart Henderson
Here's a first cut at fixing python version handling in portgen now the default has changed to MODPY_DEFAULT_VERSION_3. For a port with just a py3 version it currently uses FLAVORS = python3 FLAVOR ?= python3 It ought to use FLAVORS = python3 FLAVOR =python3 but I can

shotcut-20.07.11 fix for blank file dialog/chooser windows

2021-02-23 Thread Mike Menza
I had problems with all the file|open dialog windows in Shotcut, the video editing application. I would get an empty window instead of a file chooser and the application would hang with a GtkDialog error in its log, followed by other gtk errors. I am running openbsd 6.8 with fvwm, and had installe

Re: Update libtool

2021-02-23 Thread Rafael Ávila de Espíndola
Stuart Henderson writes: > On 2021/02/23 07:44, Rafael Ávila de Espíndola wrote: >> Thanks! >> >> I see that you added >> >> touch -r .version Makefile.in aclocal.m4 m4/ltversion.m4 configure >> >> Which I assume is to prevent make from trying to recreate those files. I >> also see that you

[update] Redis 6.2.0

2021-02-23 Thread Theo Buehler
So danj conned me into looking at Redis again... This is a major upgrade from the 6.0 branch, but as the releaese notes put it: Redis 6.2 includes many new commands and improvements, but no big features. It mainly makes Redis more complete and addresses issues that have been requested by ma

Re: [update] net/sniproxy -> 0.6.2

2021-02-23 Thread Solene Rapenne
On Sat, 20 Feb 2021 10:40:30 +0100 Renaud Allard : > Hello, > > net/sniproxy has numerous fixes that have been committed to the original > project but never included in a release. Amongst them, an fd leak, an > use after free, etc. The original developer doesn't seem very interested > in makin

Re: Update libtool

2021-02-23 Thread Stuart Henderson
On 2021/02/23 07:44, Rafael Ávila de Espíndola wrote: > Thanks! > > I see that you added > > touch -r .version Makefile.in aclocal.m4 m4/ltversion.m4 configure > > Which I assume is to prevent make from trying to recreate those files. I > also see that you upgraded autoconf: Yes, it happens be

Re: Update libtool

2021-02-23 Thread Rafael Ávila de Espíndola
Thanks! I see that you added touch -r .version Makefile.in aclocal.m4 m4/ltversion.m4 configure Which I assume is to prevent make from trying to recreate those files. I also see that you upgraded autoconf: AUTOCONF_VERSION= 2.69 But given the "touch", is autoconf still needed? Thanks, Rafael

Re: Remove devel/mk

2021-02-23 Thread Klemens Nanni
On Tue, Feb 23, 2021 at 11:59:12PM +1100, Jonathan Gray wrote: > devel/mk was also the only use of > > devel/libfmt > devel/libbio > devel/libregexp9 > devel/libutf Correct, those we can tackle now; I had not yet checked their relation to plan9/plan9port. Only libbio and libregexp9 seem to be pa

Re: Update libtool

2021-02-23 Thread Stuart Henderson
I'll do some testing, I'm using this updated diff Index: Makefile === RCS file: /cvs/ports/devel/libtool/Makefile,v retrieving revision 1.85 diff -u -p -r1.85 Makefile --- Makefile12 Jul 2019 20:44:40 - 1.85 +++ Makefile

Re: [MAINTAINER UPDATE] graphics/openimageio -> 2.2.11.1

2021-02-23 Thread Dimitri Karamazov
On Mon, Feb 22, 2021 at 01:28:26AM -0500, Daniel Dickman wrote: > > > On Mon, 22 Feb 2021, Rafael Sadowski wrote: > > > > > > > Bump for a new release. > > > > Still OK for me but we need to import robin-map first. A second OK is > > needed. > > > > Where is the port for robin-map? Can someo

move flask rdeps to py3 only

2021-02-23 Thread Lucas Raab
Hello, Here are the rdeps for Flask all moved to py3-only with the exception of www/py-httpbin. There ends up being a chain up to www/py-requests which I haven't looked at yet. Did I miss anything in the transition? cc: maintainer of py-pygal Thanks, Lucas diff 91da35285afbebf06da96cfbe031b710b

Re: Remove devel/mk

2021-02-23 Thread Jonathan Gray
On Tue, Feb 23, 2021 at 12:50:55PM +0100, Klemens Nanni wrote: > Fails with "-fno-common" and Upstream HOMEPAGE (equals MASTER_SITES) now > points to https://9fans.github.io/plan9port/unix/ which provides > unversioned tarballs with links to checksums that yield 404; same story > for their manual

Re: UPDATE: Apachetop-0.19.7

2021-02-23 Thread Stuart Henderson
On 2021/02/23 11:45, Gonzalo L. Rodriguez wrote: > Hello, > > Little update for Apachetop to 0.19.7. > > Cheers.- > > -- > >%gonzalo > Index: Makefile > === > RCS file: /cvs/ports/sysutils/apachetop/Makefile,v > r

Re: [UPDATE] x11/polybar 3.5.4

2021-02-23 Thread Stuart Henderson
On 2021/02/23 10:41, Guy Godfroy wrote: > Hello, > > Thanks to recent py-sphinx update, here is the diff to update polybar. > > On the old version of the port, i3 support was explicitly disabled, > don't know why. I re-enabled it and it works fine. Diff doesn't apply directly against -current.

Remove devel/mk

2021-02-23 Thread Klemens Nanni
Fails with "-fno-common" and Upstream HOMEPAGE (equals MASTER_SITES) now points to https://9fans.github.io/plan9port/unix/ which provides unversioned tarballs with links to checksums that yield 404; same story for their manual page links on that page. The GitHub repository does not contain releas

UPDATE: Apachetop-0.19.7

2021-02-23 Thread Gonzalo L. Rodriguez
Hello, Little update for Apachetop to 0.19.7. Cheers.- -- %gonzalo Index: Makefile === RCS file: /cvs/ports/sysutils/apachetop/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile12 Jul

samba AD DC status

2021-02-23 Thread Olivier Cherrier
Hello, I'm trying to setup a Samba AD DC on 6.8 (amd64) and it always fails to start with following error: 8< [2021/02/23 10:58:06.223190, 0] ../source4/smbd/server.c:587(binary_smbd_main) samba version 4.9.18 started. Copyright Andrew Tridgell and the Samba Team 1992-2018

sparc64 bulk build report

2021-02-23 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sat Feb 20 15:27:59 MST 2021 Finished: Tue Feb 23 03:18:05 MST 2021 Duration: 2 Days 11 hours 50 minutes Built using OpenBSD 6.9-beta (GENERIC.MP) #698: Fri Feb 19 23:55:06 MST 2021 Built 9326 packages Number of packages built each day: Feb 2

Re: [UPDATE] x11/polybar 3.5.4

2021-02-23 Thread Guy Godfroy
Hello, Thanks to recent py-sphinx update, here is the diff to update polybar. On the old version of the port, i3 support was explicitly disabled, don't know why. I re-enabled it and it works fine. Works on amd64. OK? Le 17/02/2021 à 11:37, Stuart Henderson a écrit : > Hold off on the update, o

Re: emulators/libretro-genesis-plus-gx update

2021-02-23 Thread Anthony J. Bentley
Jeremy Evans writes: > This updates libretro-genesis-plus-gx to the latest GitHub commit, which > builds cleanly with -fno-common after some Makefile patching. ok bentley@ > I'm not really sure how to configure Retroarch I consider Retroarch's configuration rather impenetrable. $ wc -l .config/

x11/agar update + -fno-common fix

2021-02-23 Thread Anthony J. Bentley
Hi, Here's an update to agar-1.6.0 and agartest-1.6.0. The update is actually still broken with -fno-common, but it's only one variable so it was easy enough to fix for real. There was a lot of weird churn in this update. For instance, there's no point in enabling iconv because it will unfixably