Hi,
regarding your profanity update
(https://marc.info/?l=openbsd-ports&m=148632353126979&w=2) 'make
port-lib-depends-check' complains that WANTLIB lacks 'util python2.7'.
This is because configure picks up python and enables Python plugins:
$ profanity -v
...
Build information:
XMPP library: libstrophe
Desktop notification support: Enabled
OTR support: Enabled
PGP support: Enabled
C plugins: Disabled
Python plugins: Enabled
GTK icons: Disabled
So I have
+WANTLIB += pcre png pthread ssl strophe util z ${MODPY_WANTLIB}
+MODULES = lang/python
in my diff now. Alternatively, disable plugins via CONFIGURE_ARGS.
(You might also want to bring your two patches upstream.)
Works fine for me on amd64.
Besides the WANTLIB issue: OK feinerer@
Best regards,
Ingo