Re: Question about lang/ghc module (trying to port git-annex)

2021-01-31 Thread Greg Steuck
Greg Steuck writes: >> git-annex has at least 50 dependencies I couldn't find in ports, so I >> want to make sure I understand this before I start porting them one at >> a time (or just give up)... > > This is exactly the problem I want to solve with cabal.port.mk. You > can try to look at >

[NEW] devel/py-importlib_resources

2021-01-31 Thread Dimitri Karamazov
Information for inst:py3-importlib_resources-5.1.0 Comment: backport of the importlib.resources module Required by: qutebrowser-2.0.0 Description: importlib_resources is a backport of Python standard library importlib.resources module for older Pythons. Users of Python 3.9 and beyond should use

Re: [UPDATE] devel/py-setuptools_scm -> 3.4.1

2021-01-31 Thread Dimitri Karamazov
On Sun, Jan 31, 2021 at 09:04:49PM +, Stuart Henderson wrote: > On 2021/01/31 13:09, Dimitri Karamazov wrote: > > Update py-setuptools_scm to 3.4.1 > > py-toml update is required before this. > > Required for py-importlib_resources port > > to update qutebrowser. > > It really would be

Re: replace security/stegcracker with security/stegseek

2021-01-31 Thread Sebastian Reitenbach
Hi, Am Freitag, Januar 29, 2021 20:25 CET, schrieb Stuart Henderson : > On 2021/01/28 23:28, Sebastian Reitenbach wrote: > > Hi, > > not long ago, stegcracker was imported. I saw an update is available, > > looking at it, > > it says, that's the last version, use stegseek, as that's "lightning

Re: replace security/stegcracker with security/stegseek

2021-01-31 Thread Sebastian Reitenbach
Hi, Am Freitag, Januar 29, 2021 19:22 CET, schrieb Klemens Nanni : > On Thu, Jan 28, 2021 at 11:28:10PM +0100, Sebastian Reitenbach wrote: > > for the quirks, just use reason 3: "no longer maintained upstream" > > or add a new one: "no longer maintained upstream, suggest stegseek" ? > Just add

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/01/31 23:39:44 Modified files: security/keepassxc: Makefile distinfo security/keepassxc/pkg: PLIST Log message: Update keepassxc to 2.6.4

graphics/tumble -fno-common

2021-01-31 Thread Jonathan Gray
no newer release or upstream fix Index: Makefile === RCS file: /cvs/ports/graphics/tumble/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile25 Apr 2020 14:02:14 - 1.1.1.1 +++ Makefile1

Re: Packaging rust code

2021-01-31 Thread Sebastien Marie
On Sun, Jan 31, 2021 at 08:36:59PM +, Sven Assmann wrote: > Hi Dear OpenBSD ports folks, > > My name is Sven and I’m very new to openBSD (have some FreeBSD experience > from >10years ago). > > I’m an author and maintainer of some rust cli tools and I’m totally new to > preparing ports

Re: Packaging rust code

2021-01-31 Thread Greg Steuck
Sven Assmann writes: > Hi Dear OpenBSD ports folks, > > My name is Sven and I’m very new to openBSD (have some FreeBSD experience > from >10years ago). > > I’m an author and maintainer of some rust cli tools and I’m totally new to > preparing ports packages, have done deb, rpm and homebrew

Re: net/ncftp: update with -fno-common

2021-01-31 Thread Greg Steuck
Charlene Wendling writes: > Hi, > > The fix has been taken from FreeBSD [0]. With that i can build and run > ncftp without issues on amd64. While here, i moved HOMEPAGE to https. > > OK? OK gnezdo > > Charlène. > > > [0] https://github.com/freebsd/freebsd-ports/commit/3f1dcac7 > > Index:

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2021/01/31 22:31:03 Modified files: net/unison : Makefile.inc net/unison/2.4x: Makefile net/unison/2.5x: Makefile Log message: net/unison, set MODOCAML_RUNDEP=if-not-native Bumped

sparc64 bulk build report

2021-01-31 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Fri Jan 29 07:49:23 MST 2021 Finished: Sun Jan 31 22:26:46 MST 2021 Duration: 2 Days 14 hours 37 minutes Built using OpenBSD 6.8-current (GENERIC.MP) #662: Fri Jan 29 04:30:31 MST 2021 Built 9348 packages Number of packages built each day:

Re: Add MODOCAML_RUNDEP to ocaml.port.mk

2021-01-31 Thread Bjorn Ketelaars
On Mon 01/02/2021 01:47, Jeremie Courreges-Anglas wrote: > On Sat, Jan 23 2021, Bjorn Ketelaars wrote: > > On Sat 23/01/2021 18:22, Jeremie Courreges-Anglas wrote: > >> On Sat, Jan 23 2021, Stuart Henderson wrote: > >> > On 2021/01/23 13:33, Jeremie Courreges-Anglas wrote: > >> >> On Fri, Jan 22

python.port.mk: Run MODPY_BIN_ADJ once for all MODPY_ADJ_FILES

2021-01-31 Thread Klemens Nanni
The perl snippat that looks like this can cope with multiple files at once, so save a few execs: MODPY_BIN_ADJ = perl -pi \ -e '$$. == 1 && s|^.*env +python.*$$|\#!${MODPY_BIN}|;' \ -e '$$. == 1 && s|^.*bin/python.*$$|\#!${MODPY_BIN}|;' \ -e 'close

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2021/01/31 21:16:41 Modified files: audio/musepack : Makefile games/chocolate-doom: Makefile sysutils/squashfs-tools: Makefile misc/magicpoint: Makefile

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/01/31 21:09:48 Modified files: textproc/calibre: Makefile Log message: Replace perl snippet with MODPY_BIN_ADJ, move to pre-patch Doing so after "patch" causes "update-patches" to pick up shebang

x11/wmdate: fix with the new devel/libdockapp (3/4)

2021-01-31 Thread Charlene Wendling
This has been tested successfully on macppc and amd64. If you don't use windowmaker, you'll need to use the '-w' option. A vintage patch got refreshed while here. Comments/feedback are welcome, Charlène. Index: Makefile === RCS

net/wmnetload: fix with the new devel/libdockapp (2/4)

2021-01-31 Thread Charlene Wendling
This has been tested on amd64 and macppc. To potential testers, if you're not using windowmaker, you'll need to use the '-w' option. Comments/feedback are welcome, Charlène. Index: Makefile === RCS file:

[update] devel/libdockapp 0.4 -> 0.7.3 (1/4)

2021-01-31 Thread Charlene Wendling
Hi, Here is an update for libdockapp to 0.7.3. This is needed to update some dockapps (i've already a diff for x11/wmitime) concerned by -fno-common and that now uses this lib. The major highlight is that the include file for changed. All consumers are impacted and no updates for them in this

Re: [UPDATE] devel/py-setuptools_scm -> 3.4.1

2021-01-31 Thread Klemens Nanni
On Mon, Feb 01, 2021 at 03:13:32AM +, Dimitri Karamazov wrote: > On Sun, Jan 31, 2021 at 09:04:49PM +, Stuart Henderson wrote: > > It really would be preferable to avoid bringing back a py2 port that was > > already removed. > > > > py-toml is only needed for ports that use

Re: Use -fcommon with or remove security/siphon

2021-01-31 Thread Charlene Wendling
On Mon, 1 Feb 2021 02:34:53 +0100 Klemens Nanni wrote: > Upstream still ships the tarball, that's it, > "primary distsite and homepage have gone away" in 2002 as per CVS log. > > The only TCP port I've been able to detect (after producing traffing > on a variety of them) is SSH -- and that only

UPDATE: ircd-hybrid 8.2.38

2021-01-31 Thread Brad Smith
Here is an update to ircd-hybrid 8.2.38. -- Noteworthy changes in version 8.2.38 (2021-01-17) * Backwards compatibility mode for ircd-hybrid 8.2.22 and below has been removed * Minimum supported version of the Anope IRC services is now 2.0.8 * Fixed displaying issue with channel MODE messages *

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/01/31 19:01:59 Modified files: security/ikeman: Makefile Log message: Set "-fcommon" for seven duplicate symbols No upstream activity since 2011.

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/01/31 18:46:00 Modified files: www/edbrowse : Makefile distinfo www/edbrowse/patches: patch-CMakeLists_txt patch-src_html_c Log message: Update to edbrowser 3.7.7 (incidentially fixes

Use -fcommon with or remove security/siphon

2021-01-31 Thread Klemens Nanni
Upstream still ships the tarball, that's it, "primary distsite and homepage have gone away" in 2002 as per CVS log. The only TCP port I've been able to detect (after producing traffing on a variety of them) is SSH -- and that only worked after enabling IPv4. Siphon does not seem to

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/31 18:22:57 Modified files: misc/deco : Makefile misc/deco/patches: patch-scr_c Added files: misc/deco/patches: patch-env_h patch-tty_c Log message: deco: fix the build with

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/31 18:21:36 Modified files: net/ncftp : Makefile Added files: net/ncftp/patches: patch-sh_util_gpshare_c Log message: ncftp: fix the build with -fno-common OK naddy@

Re: Update micro editor to v2.0.8

2021-01-31 Thread Thaison Nguyen
Hi, I have added your patch to the Makefile. Thanks for that. I had to add WRKDIST=${WRKSRC}, else the correct directory for patching was not found. OK? On Sat, 30 Jan 2021, Aaron Bieber wrote: > On Sat, 30 Jan 2021 at 15:39:41 +0100, Thaison Nguyen wrote: > > Hi, > > > > do you mean like

Re: misc/deco: -fno-common fix

2021-01-31 Thread Klemens Nanni
On Sun, Jan 31, 2021 at 10:40:16PM +0100, Charlene Wendling wrote: > This fix has been taken once again from FreeBSD [0]. This builds and > works fine on amd64. OK kn

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/01/31 18:02:54 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/lxnb : Makefile distinfo

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/01/31 17:56:58 Modified files: x11/emelfm2: Makefile x11/emelfm2/pkg: DESCR Log message: Set "-fcommon" for twenty duplicate symbols No upstream activity since 2014. Enrich COMMENT and

Re: Remove net/lxnb

2021-01-31 Thread Jonathan Gray
On Mon, Feb 01, 2021 at 01:29:46AM +0100, Klemens Nanni wrote: > That's a NetBus 1.6 client... upstream's dead as in NXDOMAIN, we seem to > be the only folks still packaging it. > > Can we remove this port that hasn't changed in twenty years and > basically only exists to screw around with old

Re: Add MODOCAML_RUNDEP to ocaml.port.mk

2021-01-31 Thread Jeremie Courreges-Anglas
On Sat, Jan 23 2021, Bjorn Ketelaars wrote: > On Sat 23/01/2021 18:22, Jeremie Courreges-Anglas wrote: >> On Sat, Jan 23 2021, Stuart Henderson wrote: >> > On 2021/01/23 13:33, Jeremie Courreges-Anglas wrote: >> >> On Fri, Jan 22 2021, Bjorn Ketelaars wrote: >> >> > >> >> > Don't think so. If

Packaging rust code

2021-01-31 Thread Sven Assmann
Hi Dear OpenBSD ports folks, My name is Sven and I’m very new to openBSD (have some FreeBSD experience from >10years ago). I’m an author and maintainer of some rust cli tools and I’m totally new to preparing ports packages, have done deb, rpm and homebrew so far. My question is about the

Remove net/lxnb

2021-01-31 Thread Klemens Nanni
That's a NetBus 1.6 client... upstream's dead as in NXDOMAIN, we seem to be the only folks still packaging it. Can we remove this port that hasn't changed in twenty years and basically only exists to screw around with old old Windows boxes which actually have the server running? Fails with

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2021/01/31 17:17:55 Modified files: lang/ocaml : ocaml.port.mk Log message: Let OCaml ports declare a rundep on lang/ocaml as appropriate Some OCaml ports build native-code programs on architectures

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2021/01/31 17:08:18 Modified files: audio/speech-dispatcher: Makefile distinfo audio/speech-dispatcher/pkg: PLIST Removed files: audio/speech-dispatcher/patches:

Update net/echoping [WIP]

2021-01-31 Thread Klemens Nanni
Came here for "-fno-common". Not sure why we're patching things in our 5.2.0 version from 2004 when there was 6.0.0 released in 2007. 6.0.1 came out a month after and marked the end of echoping. Upstream moved code to https://framagit.org and confusingly enough,

Re: [update] py-ldap0 and web2ldap

2021-01-31 Thread Lucas Raab
On Jan 31, 2021, at 4:31 PM, Stuart Henderson wrote: > > On 2021/01/30 20:51, Lucas Raab wrote: >> Hello, >> >> Here are updates to databases/py-ldap0 and databases/web2ldap after the >> py-dnspython split. >> >> web2ldap changelog: https://web2ldap.de/changes-1.5.html > > I tried looking,

Re: Remove audio/gimmix

2021-01-31 Thread Anthony J. Bentley
Stuart Henderson writes: > Are you doing your testing with > strict vm.malloc_conf options? It is unrealistic to expect random crap > from ports to work with anything tighter than the defaults (and even the > defaults are asking a bit much for some of it..) I've run vm.malloc_conf=SU for the last

Re: Remove audio/gimmix

2021-01-31 Thread Christian Weisgerber
Klemens Nanni: > Upstream is completely dead, even FreeBSD has marked their port as such > (EXPIRATION DATE: 2021-04-01, not sure what will happen then, though). It will be removed. r...@freebsd.org performs regular "Remove expired ports" commits. -- Christian "naddy" Weisgerber

Re: UPDATE: Boost 1.72

2021-01-31 Thread Stuart Henderson
On 2021/01/29 19:09, Brad Smith wrote: > On 1/27/2021 12:54 AM, Brad Smith wrote: > > On Wed, Jan 20, 2021 at 04:06:20PM -0500, Brad Smith wrote: > > > Here is an update to Boost 1.72. > > > > > > Took a bit more digging. After a bit of adjustments and with debugging > > > messages turned on in

Re: Remove audio/gimmix

2021-01-31 Thread Klemens Nanni
On Sun, Jan 31, 2021 at 10:25:15PM +, Stuart Henderson wrote: > That doesn't happen here. I don't have an mpd setup to test if it > actually works but it doesn't crash. Are you doing your testing with > strict vm.malloc_conf options? It is unrealistic to expect random crap > from ports to work

Re: [update] py-ldap0 and web2ldap

2021-01-31 Thread Stuart Henderson
On 2021/01/30 20:51, Lucas Raab wrote: > Hello, > > Here are updates to databases/py-ldap0 and databases/web2ldap after the > py-dnspython split. > > web2ldap changelog: https://web2ldap.de/changes-1.5.html I tried looking, but web2ldap.de is down.

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/01/31 15:25:56 Modified files: misc/pdmenu: Makefile distinfo Log message: Update to pdmenu 1.3.6 1.3.5 from may 2018 added --borderspace/-b option and missing docs 1.3.6 from sep 2020 fixes

Re: Remove audio/gimmix

2021-01-31 Thread Stuart Henderson
On 2021/01/31 22:43, Klemens Nanni wrote: > Starting the app shows a window, I leave user/password and host/port to > the defaults and click OK, then it dies: That doesn't happen here. I don't have an mpd setup to test if it actually works but it doesn't crash. Are you doing your testing with

Re: Remove audio/soundtracker

2021-01-31 Thread Klemens Nanni
On Sun, Jan 31, 2021 at 10:18:10PM +, Stuart Henderson wrote: > I've updated to 1.0.1 and cleaned up the autoconf patches, it still > crashes at startup though (but in a different way, now it's in xkeymap > setup code..). OK, thanks. > No python there at all? It's an indirect dependency.

Re: Remove audio/soundtracker

2021-01-31 Thread Stuart Henderson
I've updated to 1.0.1 and cleaned up the autoconf patches, it still crashes at startup though (but in a different way, now it's in xkeymap setup code..). > More or less functional GTK+ 3 port: Git gtk3 branch > Last release for GTK+ 1: v0.6.8 (25-Feb-2006) > The rest of this web

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 15:14:02 Modified files: audio/soundtracker: Makefile distinfo audio/soundtracker/files: sndio-input.c sndio-output.c audio/soundtracker/patches: patch-app_audio_c

Remove audio/xhippo

2021-01-31 Thread Klemens Nanni
Upstream at https://www.gnu.org/software/xhippo/ no longer provides distfiles since at least 2019, FreeBSD also has marked the port as such; the website says The GNU xhippo has been decommissioned. I think we should stop carrying such cruft. Other ports such as audio/mkplaylist do

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 14:58:27 Modified files: net/icli : Makefile net/icli/pkg : DESCR Log message: fix following icinga 1 removal

Remove audio/gimmix

2021-01-31 Thread Klemens Nanni
Starting the app shows a window, I leave user/password and host/port to the defaults and click OK, then it dies: (gdb) bt #0 strlen () at /usr/src/lib/libc/arch/amd64/string/strlen.S:125 #1 0x0a766b5c1914 in ?? () #2 0x0a766b5cd6fb in ?? () #3

misc/deco: -fno-common fix

2021-01-31 Thread Charlene Wendling
Hi, This fix has been taken once again from FreeBSD [0]. This builds and works fine on amd64. OK? Charlène. [0] https://github.com/freebsd/freebsd-ports/commit/4b6803fe Index: Makefile === RCS file:

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Andrew Fresh
CVSROOT:/cvs Module name:ports Changes by: afre...@cvs.openbsd.org 2021/01/31 14:20:45 Modified files: net/nagios/check_openbgpd: Makefile distinfo Log message: Update nagios check_openbgpd to 1.10.1 This just updates the README to reflect the removal of the "-r" flag.

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 14:18:23 Modified files: infrastructure/mk: bsd.port.mk Log message: mention the port dir (devel/gettext,-tools) not just "gettext-tools" in the poisoned scripts; easier to cut-and-paste

net/ncftp: update with -fno-common

2021-01-31 Thread Charlene Wendling
Hi, The fix has been taken from FreeBSD [0]. With that i can build and run ncftp without issues on amd64. While here, i moved HOMEPAGE to https. OK? Charlène. [0] https://github.com/freebsd/freebsd-ports/commit/3f1dcac7 Index: Makefile

Re: [UPDATE] devel/py-setuptools_scm -> 3.4.1

2021-01-31 Thread Stuart Henderson
On 2021/01/31 13:09, Dimitri Karamazov wrote: > Update py-setuptools_scm to 3.4.1 > py-toml update is required before this. > Required for py-importlib_resources port > to update qutebrowser. It really would be preferable to avoid bringing back a py2 port that was already removed. py-toml is

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 13:47:25 Modified files: devel/distcc : Makefile Log message: reinstate accidentally deleted line; reported by naddy

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 13:25:31 Modified files: net/flow-tools : Makefile Added files: net/flow-tools/patches: patch-src_acl2_h patch-src_aclyacc_y patch-src_flow-filter_c

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2021/01/31 13:18:26 Modified files: audio/mpg321 : Makefile audio/mpg321/patches: patch-mpg321_c patch-mpg321_h audio/mpg321/pkg: DESCR Added files: audio/mpg321/patches:

Remove audio/soundtracker

2021-01-31 Thread Klemens Nanni
Starting this app spews numerous GLib-GObject-WARNING and -CRITICAL, Gtk-WARNING, Pango-CRITICAL and Gdk-CRITICAL messages before dying right away: $ soundtracker [...] Segmentation fault (core dumped) (gdb) bt #0 0x02fdf28dba99 in

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 13:14:42 Modified files: x11/freerdp: Makefile Log message: freerdp: build with -fcommon; the commit supposed to fix it upstream doesn't apply against the old code in the version we have,

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 13:08:42 Modified files: comms/smstools : Makefile distinfo comms/smstools/pkg: PLIST Log message: smstools3: add -fno-common patchset from debian

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/01/31 13:05:17 Modified files: audio/soundtracker: Makefile audio/soundtracker/pkg: DESCR Log message: Update HOMEPAGE, kill esd FLAVOR mention (gone in 2009)

Re: Question about lang/ghc module (trying to port git-annex)

2021-01-31 Thread Greg Steuck
Hi James, James Cook writes: > I'm trying to write a port for git-annex, which is built using > Haskell's Cabal. I'm new to OpenBSD porting and don't completely > understand the lang/ghc module. > > Basic question: do all of the Haskell dependencies (from git-annex.cabal) need > to already have

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 12:55:17 Modified files: sysutils/memtester: Makefile distinfo sysutils/memtester/patches: patch-Makefile Added files: sysutils/memtester/patches: patch-tests_c Log message:

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/01/31 12:50:02 Modified files: net: Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/nemesis: Makefile distinfo

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 12:44:30 Modified files: mail/dcc : Makefile Log message: dcc: build with -fcommon (annoying license)

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 12:41:30 Modified files: security/yubico/yubikey-personalization: Makefile Added files: security/yubico/yubikey-personalization/patches:

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 12:41:02 ports/security/yubico/yubikey-personalization/patches Update of /cvs/ports/security/yubico/yubikey-personalization/patches In directory cvs.openbsd.org:/tmp/cvs-serv80011/patches Log Message:

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 12:36:23 Modified files: sysutils/ipmitool: Makefile sysutils/ipmitool/patches: patch-lib_ipmi_hpmfwupg_c Added files: sysutils/ipmitool/patches:

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 12:28:02 Modified files: devel/distcc : Makefile distinfo devel/distcc/patches: patch-Makefile_in devel/distcc/pkg: PLIST-gtk Log message: update to distcc-3.3.5

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 12:27:02 Modified files: benchmarks/netperf: Makefile Added files: benchmarks/netperf/patches: patch-src_nettest_omni_c Log message: netperf: -fno-common fix from PR waiting for merge

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 12:17:17 Modified files: sysutils/ipmitool: Makefile distinfo Log message: change to github upstream

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2021/01/31 12:10:20 Modified files: graphics/evince: Makefile distinfo Log message: update to evince-3.38.1

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 12:06:09 Modified files: telephony/astmanproxy: Makefile Added files: telephony/astmanproxy/patches: patch-src_include_astmanproxy_h Log message: -fno-common fix for astmanproxy there

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 11:53:55 Modified files: net/icinga : Makefile net/icinga/core2: Makefile net/icinga/core2/pkg: PLIST-main PLIST-mysql net/icinga/web2: Makefile

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/01/31 11:16:02 Modified files: x11/xfce4/xfce4-cpugraph: Makefile distinfo Log message: x11/xfce4/xfce4-cpugraph: update to 1.2.1. See

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/01/31 11:15:10 Modified files: x11/xfce4/mousepad: Makefile distinfo Log message: x11/xfce4/mousepad: update to 0.5.2. See https://mail.xfce.org/pipermail/xfce-announce/2021-January/000997.html

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 11:03:49 Modified files: security/suricata: Makefile distinfo security/suricata/patches: patch-suricata_yaml_in security/suricata/pkg: PLIST README suricata.rc Added files:

[UPDATE] devel/py-setuptools_scm -> 3.4.1

2021-01-31 Thread Dimitri Karamazov
Update py-setuptools_scm to 3.4.1 py-toml update is required before this. Required for py-importlib_resources port to update qutebrowser. 130 passed, 2 skipped(py2) 127 passed, 5 skipped(py3) Build tested(py2,py3):- archivers/py-lz4 databases/barman devel/py-automat

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/01/31 09:52:40 Modified files: net/weechat: Makefile distinfo Log message: Bugfix update weechat to 3.0.1 https://weechat.org/files/changelog/ChangeLog-3.0.1.html

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/01/31 09:51:36 Modified files: devel/intellij : Makefile distinfo devel/intellij/pkg: PLIST Log message: Update intellij to 2020.3.2 Update diff from maintainer Lucas Raab

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/01/31 09:46:55 Modified files: devel/pycharm : Makefile distinfo devel/pycharm/pkg: PLIST Log message: Update pycharm to 2020.3.3 Update diff from maintainer Lucas Raab

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/31 09:45:21 Modified files: games/ace : Makefile Added files: games/ace/patches: patch-lib_table_c Log message: ace: fix the build with -fno-common OK jsg@

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/31 09:42:51 Modified files: games/xblast : Makefile Added files: games/xblast/patches: patch-cfg_control_h patch-network_h Log message: xblast: fix the build with -fno-common OK

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2021/01/31 09:40:35 Modified files: games/xinvaders: Makefile games/xinvaders/patches: patch-vaders_h Log message: xinvaders: fix the build with -fno-common OK naddy@

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/01/31 09:37:47 Modified files: games/dmagnetic: Makefile distinfo Log message: Update dmagnetic to 0.30 The changelog is: dmagnetic (0.30-1) unstable; urgency=medium   * Internal bugfixes

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/01/31 09:34:50 Added files: x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_skia_src_opts_SkRasterPipeline_opts_h Log message:

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2021/01/31 09:21:48 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.6.1 -> 1.6.2 Changelog: https://github.com/hashicorp/vault/blob/master/CHANGELOG.md#162 ok ajacoutot@

Re: Unbreak x11/qt5/qtwebengine aarch64

2021-01-31 Thread Peter Hessler
builds and packages with this diff. OK On 2021 Jan 29 (Fri) at 20:47:00 +0100 (+0100), Rafael Sadowski wrote: :I have no access to aarch64. This is my first try to unbreak qtwebengine :on arm64. : :http://build-failures.rhaalovely.net/aarch64/2021-01-24/x11/qt5/qtwebengine.log : :A built test

games/dMagnetic 0.30 has been released.

2021-01-31 Thread Thomas Dettbarn
Hello! So, my project dMagnetic has seen release 0.30. The changelog is: dmagnetic (0.30-1) unstable; urgency=medium   * Internal bugfixes   * Fixed missing picture from 'Fish!' in C64 mode   * New characters for the monochrome vmode  -- Thomas Dettbarn   Sun, 31 Jan 2021 14:47:30 +0100 As

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2021/01/31 08:16:54 Modified files: x11/xvkbd : Makefile distinfo x11/xvkbd/patches: patch-xvkbd_c x11/xvkbd/pkg : DESCR PLIST Added files: x11/xvkbd/patches:

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2021/01/31 08:01:23 Modified files: www/dillo : Makefile Log message: Hey dol! merry dol! set -fcommon in dillo! Ring a dong! hop along! fal lal the willow!

Re: games/ace: -fno-common fix

2021-01-31 Thread Charlene Wendling
On Mon, 1 Feb 2021 00:38:19 +1100 Jonathan Gray wrote: > On Sun, Jan 31, 2021 at 01:30:19PM +0100, Charlene Wendling wrote: > > Hi, > > > > This fix has been taken from FreeBSD [0]. check_sym reports no > > dynamic change. This has been built and tested successfully on > > macppc and amd64. > >

Re: Update micro editor to v2.0.8

2021-01-31 Thread Stuart Henderson
On 2021/01/31 07:38, Aaron Bieber wrote: > On Sun, 31 Jan 2021 at 09:27:30 +, Stuart Henderson wrote: > > On 2021/01/30 08:21, Aaron Bieber wrote: > > > On Sat, 30 Jan 2021 at 15:39:41 +0100, Thaison Nguyen wrote: > > > > Hi, > > > > > > > > do you mean like this? > > > > I have not seen any

Re: Update micro editor to v2.0.8

2021-01-31 Thread Aaron Bieber
On Sun, 31 Jan 2021 at 09:27:30 +, Stuart Henderson wrote: > On 2021/01/30 08:21, Aaron Bieber wrote: > > On Sat, 30 Jan 2021 at 15:39:41 +0100, Thaison Nguyen wrote: > > > Hi, > > > > > > do you mean like this? > > > I have not seen any Makefile yet, where PORTS_PRIVSEP=Yes is set. > > > The

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 07:19:38 Modified files: graphics/gd: Makefile distinfo graphics/gd/patches: patch-CMakeLists_txt Log message: update to gd-2.3.1

CVS: cvs.openbsd.org: ports

2021-01-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/01/31 07:18:23 Modified files: textproc/p5-Template-Tiny: Makefile distinfo Log message: update to p5-Template-Tiny-1.13

Re: games/ace: -fno-common fix

2021-01-31 Thread Jonathan Gray
On Sun, Jan 31, 2021 at 01:30:19PM +0100, Charlene Wendling wrote: > Hi, > > This fix has been taken from FreeBSD [0]. check_sym reports no dynamic > change. This has been built and tested successfully on macppc and amd64. > > OK? Is a revision bump strictly needed for this? ok jsg@ > >

  1   2   >