dhcpcd consistently terminates

2023-01-09 Thread Zack Newman
dhcpcd crashes every 5 days. I tried saving a crash report by setting sysctl.kern.nosuidcoredump=2; however dhcpcd.core was not written to /var/crash/dhcpcd. Here is some more information about my problem: https://marc.info/?l=openbsd-misc&m=167289142025844&w=2 Some other information not include

Re: net/qbittorrent: drop autoconf patch, use saner cmake

2023-01-09 Thread Klemens Nanni
On Wed, Jan 04, 2023 at 10:10:51PM +, Klemens Nanni wrote: > (this needs the python.port.mk diff I just sent.) Turns out it doesn't: If lang/python comes before devel/cmake in MODULES it is enough to set CONFIGURE_STYLE=cmake to build with cmake. This is what productivity/ktimetracker (I'm m

security/keepassxc,browser,yubikey: Defer test compilation to test target

2023-01-09 Thread Klemens Nanni
Same approach as in net/libtorrent-rasterbar. No symbol/PLIST/package change. With FLAVOR='yubikey browser', `make build' compiles 198 less files. `make test' does so and runs tests as usual. keepassxc is built in four different FLAVOR combinations, so overall saving is a little more compared to

Re: python-module: only set do-* targets if MODPY_*DEP is true

2023-01-09 Thread Klemens Nanni
09.01.2023 19:23, Theo Buehler пишет: > The only port that failed to build with this diff is textproc/catfish. Great, thanks for testing, tb! I'll still hold off with any python.port.mk diff until the xonly dust settles, just to avoid any possible churn or noise for now. That should also give me

Re: python-module: only set do-* targets if MODPY_*DEP is true

2023-01-09 Thread Theo Buehler
On Wed, Jan 04, 2023 at 09:22:35PM +, Klemens Nanni wrote: > net/qbittorrent uses python with MODPY_BUILDDEP=No MODPY_TESTDEP=No. > I've switched it to cmake and the way its Makefile.inc is now means that > lang/python comes before devel/cmake in MODULES. > > I expected this to work without fu

update textproc/tree-sitter to 0.20.7

2023-01-09 Thread Paco Esteban
Hi ports@, This is an update for textproc/tree-sitter to 0.20.7 It builds and installs ok for me on amd64. Its only consumer editors/neovim, builds and works fine for me on amd64 after the upgrade. I dropped maintainer for this one. ok to commit ? diff /usr/ports commit - f7c8f9feec8d6ce2c07b

maintainer update, productivity/khard to 0.18.0

2023-01-09 Thread Paco Esteban
Hi ports@, This is an update of productivity/khard to its latest version 0.18.0 Changelog for the software: - Move project home on GitHub from @scheibler to @lucc - Catch exceptions when loading the config (#294) - Split $EDITOR env variable on spaces (#314) - Add special phone number field query

execute-only (Re: aarch64 bulk build report)

2023-01-09 Thread Stuart Henderson
On 2023/01/09 02:26, phess...@openbsd.org wrote: > bulk build on arm64.ports.openbsd.org > started on Sat Jan 7 11:35:36 MST 2023 > finished at Mon Jan 9 02:25:42 MST 2023 > lasted 1D14h50m > done with kern.version=OpenBSD 7.2-current (GENERIC.MP) #1955: Thu Jan 5 > 18:56:38 MST 2023 > > built

Re: ephemetoot depends on py3-setuptools?!

2023-01-09 Thread Paco Esteban
On Mon, 09 Jan 2023, Stuart Henderson wrote: > On 2023/01/09 09:53, Florian Obser wrote: > > Hi there, > > > > after moving ephemetoot to a different server it failed thusly: > > > > Traceback (most recent call last): > > File "/usr/local/bin/ephemetoot", line 5, in > > from ephemetoot.co

Re: [fix] devel/gitea, bash as rundep + socket path creation

2023-01-09 Thread Pavel Korovin
On 01/09, Stefan Hagen wrote: > The problematic part is, that "[repository]" is still commented. This > means SCRIPT_TYPE is in "[service]" (previous open section) and has no effect. > > So what we actually need is not bash, but something like the sed in > do-install below. Stefan, thank you! I

Re: [fix] devel/gitea, bash as rundep + socket path creation

2023-01-09 Thread Stefan Hagen
Pavel Korovin wrote (2023-01-09 12:53 WET): > On 01/09, Stefan Hagen wrote: > > /var/gitea# fgrep -r 'env bash' . > > ./data/gitea-repositories/sdk/dotfiles.git/hooks/pre-receive.d/gitea:#!/usr/bin/env > > bash > > ./data/gitea-repositories/sdk/dotfiles.git/hooks/pre-receive:#!/usr/bin/env > > ba

rxvt-unicode 9.31 update quirks

2023-01-09 Thread Stuart Henderson
There are a couple of slight annoyances with the rxvt-unicode update which I'll draw attention to here. One is that in conjunction with a recent tmux change, you'll get junk "entered" on the console in some conditions. I've patched around this in the port (9.31p0) but it's too soon to make it into

Re: NEW: editors/calligraplan

2023-01-09 Thread Klemens Nanni
27.12.2022 12:33, Rafael Sadowski пишет: > The story is short: once calligraplan was part of editors/calligra, so I > added a @conflict calligra-<3.2.0 to PLIST. Nothing else special. OK kn > > OK to import? > > Information for inst:calligraplan-3.3.0 > > Comment: > KDE Calligra project manage

Re: [fix] devel/gitea, bash as rundep + socket path creation

2023-01-09 Thread Pavel Korovin
On 01/09, Stefan Hagen wrote: > /var/gitea# fgrep -r 'env bash' . > ./data/gitea-repositories/sdk/dotfiles.git/hooks/pre-receive.d/gitea:#!/usr/bin/env > bash > ./data/gitea-repositories/sdk/dotfiles.git/hooks/pre-receive:#!/usr/bin/env > bash > ./data/gitea-repositories/sdk/dotfiles.git/hooks/up

Re: Ping: [maintainer update] getmail 6.18.10 -> 6.18.11

2023-01-09 Thread Klemens Nanni
09.01.2023 08:00, Martin Ziemer пишет: > Am Mon, Jan 02, 2023 at 09:54:40AM +0100 schrieb Martin Ziemer: >> This patch updates getmail from 6.18.10 to 6.18.11. >> >> For the new shell quotes, which fixes a security hole, i changed the >> getmails-script from using /bin/sh to use bash. >> >> Tested

Re: misc/rlwrap: unicode xclipboard behaviour

2023-01-09 Thread Omar Polo
Hello, On 2023/01/05 06:25:52 +, screwtape wrote: > Excuse me, after enabling UTF8 I noticed this funny behaviour that didn't > seem very good. In ~ the default fvwm xterm with rlwrap and xclip packages > from ports on both arm64 and amd64 > > $ printf "a\xe2\x98\xbdb" | xclip -i > $ rlwra

Re: devel/bamf bamfdaemon segmentation fault

2023-01-09 Thread Joel Carnat
Le 09/01/2023 à 09:56, Stuart Henderson a écrit : (moved to ports) On 2023-01-08, Joel Carnat wrote: Hi, On OpenBSD 7.2-current (snapshot from Jan 8th) with bamf-0.5.4p0 installed, bamfdaemon dies right away after launching. I start it from an xterm in an XFCE session. My user is in class sta

aarch64 bulk build report

2023-01-09 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sat Jan 7 11:35:36 MST 2023 finished at Mon Jan 9 02:25:42 MST 2023 lasted 1D14h50m done with kern.version=OpenBSD 7.2-current (GENERIC.MP) #1955: Thu Jan 5 18:56:38 MST 2023 built packages:10538 Jan 7:3475 Jan 8:3438 Jan 9:3624 critical path m

Re: ephemetoot depends on py3-setuptools?!

2023-01-09 Thread Stuart Henderson
On 2023/01/09 09:53, Florian Obser wrote: > Hi there, > > after moving ephemetoot to a different server it failed thusly: > > Traceback (most recent call last): > File "/usr/local/bin/ephemetoot", line 5, in > from ephemetoot.console import main > File "/usr/local/lib/python3.10/site-pac

Re: devel/bamf bamfdaemon segmentation fault

2023-01-09 Thread Stuart Henderson
(moved to ports) On 2023-01-08, Joel Carnat wrote: > Hi, > > On OpenBSD 7.2-current (snapshot from Jan 8th) with bamf-0.5.4p0 > installed, bamfdaemon dies right away after launching. I start it from > an xterm in an XFCE session. My user is in class staff and in groups > wheel and operator. Ev

games/warzone2100 build failure

2023-01-09 Thread Theo Buehler
Failed to build in my latest bulk since textproc/nlohmann-json was installed on the builder as a dependency of another port. The nlohmann-json 3.9.1 we package is incompatible with 3.11.2 bundled in warzone2100: FAILED: lib/sound/CMakeFiles/sound.dir/playlist.cpp.o /tmp/pobj/warzone2100-4.3.2/bin

ephemetoot depends on py3-setuptools?!

2023-01-09 Thread Florian Obser
Hi there, after moving ephemetoot to a different server it failed thusly: Traceback (most recent call last): File "/usr/local/bin/ephemetoot", line 5, in from ephemetoot.console import main File "/usr/local/lib/python3.10/site-packages/ephemetoot/console.py", line 33, in import pkg

Re: Proposal/Question: drop databases/riak?

2023-01-09 Thread Jonathan Matthew
On Fri, Dec 30, 2022 at 09:59:07AM +0100, Volker Schlecht wrote: > Cc: Maintainer > > Hi, > > the version of riak in ports has been broken for almost two years now, so I > would consider it a safe assumption that there's not a whole lot of interest > in that port. > While I could (and would be wi

Ping: [maintainer update] getmail 6.18.10 -> 6.18.11

2023-01-09 Thread Martin Ziemer
Am Mon, Jan 02, 2023 at 09:54:40AM +0100 schrieb Martin Ziemer: > This patch updates getmail from 6.18.10 to 6.18.11. > > For the new shell quotes, which fixes a security hole, i changed the > getmails-script from using /bin/sh to use bash. > > Tested on to amd64 systems. > > Index: Makefile > =