CVS: cvs.openbsd.org: ports

2021-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/24 00:59:36 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: fix missing , spotted by daniel@, fix typo

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

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:

Re: CVS: cvs.openbsd.org: ports

2021-02-23 Thread Daniel Dickman
> On Feb 23, 2021, at 7:49 AM, Klemens Nanni wrote: > > CVSROOT:/cvs > Module name:ports > Changes by:k...@cvs.openbsd.org2021/02/23 05:48:54 > > Modified files: >devel : Makefile >devel/quirks : Makefile >devel/quirks/files: Quirks.pm > Removed

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?

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2021/02/23 19:22:04 Modified files: databases : Makefile graphics : Makefile www: Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm

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

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

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

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

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

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

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

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/23 15:04:35 Modified files: lang/python: python.port.mk www/kore : Makefile security/sudo : Makefile devel/subversion: Makefile net/toxic :

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

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/23 14:45:50 Modified files: www/kore : Makefile security/sudo : Makefile devel/subversion: Makefile net/toxic : Makefile editors/libreoffice: Makefile

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:

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

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: cvs.openbsd.org: ports

2021-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/23 13:55:02 Modified files: lang/python: python.port.mk Log message: fix for unflavoured py3 ports

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/23 13:44:38 Modified files: lang/python: python.port.mk Log message: oops, I deleted a line by mistake before committing this. unbreak the tree.

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

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 >

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2021/02/23 13:06:01 Modified files: net/weex : Makefile distinfo net/weex/patches: patch-configure_in net/weex/pkg : PLIST Added files: net/weex/patches: patch-Makefile_am

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2021/02/23 13:03:29 Modified files: graphics/gimp/liquid-rescale: Makefile distinfo graphics/gimp/liquid-rescale/pkg: PLIST Added files: graphics/gimp/liquid-rescale/patches:

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

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/23 12:39:53 Modified files: archivers/py-backports-lzma: Makefile archivers/py-lzo: Makefile astro/py-metar : Makefile astro/stellarium: Makefile audio/audacity :

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2021/02/23 10:32:57 Modified files: lang/go: Makefile distinfo Log message: Switch lang/go on i386 to use a binary bootstrap. This allows us to build with GO386=softfloat. Discussed with

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

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2021/02/23 09:37:54 Modified files: sysutils/apachetop: Makefile distinfo Log message: Update for Apachetop to 0.19.7 OK sthen@

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2021/02/23 09:29:14 Modified files: emulators/libretro-genesis-plus-gx: Makefile distinfo emulators/libretro-genesis-plus-gx/patches:

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

[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

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

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

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/23 08:45:05 Modified files: lang/go: Makefile Log message: add a "native_bootstrap" pseudo-flavour, similar to jdk's, allowing build with an existing installed go package. tweak/ok jsing@

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,

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

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

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2021/02/23 08:16:14 Modified files: net/munin : Makefile distinfo Log message: update to munin-2.0.67

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/02/23 07:48:13 Modified files: www/firefox-esr: Tag: OPENBSD_6_8 Makefile distinfo Log message: www/firefox-esr: MFC update to 78.8.0. See https://www.mozilla.org/en-US/firefox/78.8.0/releasenotes/

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/02/23 07:47:53 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Removed files: www/firefox-esr/patches: patch-Cargo_toml Log message:

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/02/23 07:46:30 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-dom_ipc_ContentChild_cpp

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/23 07:40:58 Modified files: textproc/solr : Makefile distinfo Log message: update to solr-8.8.1

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/23 07:30:05 Modified files: graphics/ffmpeg: Makefile distinfo x11/mplayer: Makefile Removed files: graphics/ffmpeg/patches: patch-libavcodec_x86_h264_deblock_asm

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/23 07:29:03 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-mysys_crc32_crc32c_cc databases/mariadb/pkg: PLIST-tests Removed files:

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/23 07:27:33 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_plugins_fts_decode2text_sh Log message: Dovecot tweaks: depend on

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/02/23 07:24:40 Modified files: graphics/openjp2: Makefile distinfo graphics/openjp2/patches: patch-CMakeLists_txt graphics/openjp2/pkg: PLIST Log message: graphics/openjp2: update

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

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

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

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/02/23 05:48:54 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/mk : Makefile distinfo

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 >

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

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/02/23 04:24:03 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: mail/avenger : Makefile distinfo mail/avenger/patches:

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/02/23 03:46:18 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/tempwatch: Makefile distinfo

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

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,

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

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2021/02/23 02:34:36 Modified files: net/dico : Makefile Log message: Use MASTER_SITE_GNU. suggested by naddy@

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

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2021/02/23 02:16:26 ports/x11/agar/test/patches Update of /cvs/ports/x11/agar/test/patches In directory cvs.openbsd.org:/tmp/cvs-serv18688/test/patches Log Message: Directory /cvs/ports/x11/agar/test/patches

CVS: cvs.openbsd.org: ports

2021-02-23 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2021/02/23 01:10:37 Modified files: net/swirc : Makefile distinfo Removed files: net/swirc/patches: patch-configure Log message: Update to swirc-3.2.6 Diff from maintainer Markus Uhlin