[new] sysutils/libfuse

2021-05-06 Thread Helg
Hi All, Now that 6.9 has been released I'd like to commit my changes to replace libfuse from base with the reference implementation in ports. I've included libfuse and the changes to dependent ports in the same patch. Please let me know if you would prefer this to be two or more patches instead.

Re: fzf fails if bash isn't present or FZF_DEFAULT_COMMAND isn't set

2021-05-06 Thread Paco Esteban
On Wed, 05 May 2021, Ashlen wrote: > Executing fzf without bash installed or FZF_DEFAULT_COMMAND set fails > with this output: > > Command failed: set -o pipefail; command find -L . -mindepth 1 \( -path > '*/\.*' -o -fstype 'sysfs' -o -fstype 'devfs' -o.. > > (the output cuts off there for some

Re: NEW: devel/skalibs and sysutils/execline

2021-05-06 Thread Alex Raschi
Ping New bugfix versions and etsh patch attached (skalibs-2.10.0.3 and execline-2.8.0.1). Index: pkg/PLIST === RCS file: /cvs/ports/shells/etsh/pkg/PLIST,v retrieving revision 1.2 diff -u -p -r1.2 PLIST --- pkg/PLIST 30 Mar 2019 18

UPDATE: sysutils/simple-mtpfs

2021-05-06 Thread Alex Raschi
Hi, Here is an update to simple-mtpfs to 0.4.0. The new version requires a macro from devel/autoconf-archive and the two patches are upstream so they can be removed. Tested briefly with some rm/cp operations. More testing/feedback is appreciated! Index: Makefile =

unbreak games/openjk singleplayer fullscreen

2021-05-06 Thread Nam Nguyen
Here is a diff that unbreaks crashing when toggling fullscreen in singleplayer. I used LD_DEBUG=1 to see the differences between openjk_sp and openjk.[1] I eventually found that openjk is linked with -lGL -lGLU whereas openjk_sp lacks these flags. I opened a pull request.[2] Feedback and tests ar

[new] security/microca a small, simple certificate Authority

2021-05-06 Thread Aaron Bieber
Hi, Here is a port of microca which can be used to manage a simple certificate authority. It has no external dependencies beyond the Go stdlib. OK to import? microca.tgz Description: Binary data

[new] audio/navidrome - a subsonic compatible audio streaming server

2021-05-06 Thread Aaron Bieber
Hi, Here is a port of navidrome: https://www.navidrome.org/ I have been using it for a week or so to play audio in my browser, it seems to work quite well! A few others are using it as well. The Go modules have been placed in a 'modules.inc' file to reduce churn in the Makefile. Cluesticks? Oks

[Maintainer Update] devel/p5-Devel-OverloadInfo : Update to 0.007

2021-05-06 Thread wen heping
Hi, ports@: Here is a simple patch for devel/p5-Devel-OverloadInfo to update to 0.007. It build well and pass all tests on amd64-6.9 system. Only one port depends on it p5-Moose, build well and pass all tests too. Cheers ! wen Index: Makefile =

Re: unbreak games/openjk singleplayer fullscreen

2021-05-06 Thread Tobias Heider
On Thu, May 06, 2021 at 04:19:24AM -0700, Nam Nguyen wrote: > Here is a diff that unbreaks crashing when toggling fullscreen in > singleplayer. I used LD_DEBUG=1 to see the differences between openjk_sp > and openjk.[1] I eventually found that openjk is linked with -lGL -lGLU > whereas openjk_sp la

Re: [new] sysutils/libfuse

2021-05-06 Thread Stefan Sperling
On Sun, Feb 21, 2021 at 09:18:31AM +0800, Helg wrote: > Hi All, > > Now that 6.9 has been released I'd like to commit my changes to replace > libfuse from base with the reference implementation in ports. I've > included libfuse and the changes to dependent ports in the same patch. > Please let me

NEW PORTS: gmic + gmic-qt plugins

2021-05-06 Thread Marc Espie
On Wed, May 05, 2021 at 06:26:06PM +0200, Marc Espie wrote: > Compiles almost like a charm, this is a stepping stone to also getting > gmic-qt working, as it is a whole set of fun effects for other graphical > programs. > > gmic is a quaint script language that doesn't look like anything, but > yi

[update] net/synapse -> 1.33.0

2021-05-06 Thread Renaud Allard
Hello, Here is a diff to update net/synapse to 1.33.0 Regards Index: Makefile === RCS file: /cvs/ports/net/synapse/Makefile,v retrieving revision 1.20 diff -u -p -r1.20 Makefile --- Makefile 2 Apr 2021 07:35:56 - 1.20 +++ Makefi

Re: unbreak games/openjk singleplayer fullscreen

2021-05-06 Thread Brian Callahan
Hello Nam -- On Thursday, May 6th, 2021 at 7:19 AM, Nam Nguyen wrote: > Here is a diff that unbreaks crashing when toggling fullscreen in > > singleplayer. I used LD_DEBUG=1 to see the differences between openjk_sp > > and openjk.[1] I eventually found that openjk is linked with -lGL -lGLU > > w

Re: [new] audio/navidrome - a subsonic compatible audio streaming server

2021-05-06 Thread Stefan Hagen
Aaron Bieber wrote: > Here is a port of navidrome: https://www.navidrome.org/ > > I have been using it for a week or so to play audio in my browser, it > seems to work quite well! A few others are using it as well. > > The Go modules have been placed in a 'modules.inc' file to reduce churn > in the

6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Martin
Hi list, After upgrading packages on 6.9amd64 dkimproxy_out won't start with error: rcctl -d start dkimproxy_out doing rc_check Encode.c: loadable library and perl binaries are mismatched (got handshake key 0xb60, needed 0xec0) doing _rc_rm_runfile Martin

Re: 6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Renaud Allard
On 5/6/21 3:22 PM, Martin wrote: Hi list, After upgrading packages on 6.9amd64 dkimproxy_out won't start with error: rcctl -d start dkimproxy_out doing rc_check Encode.c: loadable library and perl binaries are mismatched (got handshake key 0xb60, needed 0xec0) doing _rc_rm_runfile M

Add -qt6 and cleanup wantlibs print/poppler

2021-05-06 Thread Rafael Sadowski
Simple diff to add -qt6 support and clean up WANTLIBs. Please up date your cvs tree before test to avoid issues with x11/qt6. Rafael Index: Makefile === RCS file: /cvs/ports/print/poppler/Makefile,v retrieving revision 1.165 diff -u

Re: 6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Andrew Hewus Fresh
On Thu, May 06, 2021 at 01:44:19PM +, Martin wrote: > After upgrade dkimproxy and error appeared, I did 'pkg_delete dkimproxy' and > 'pkg_delete -a' afterwards to clean up dependent Perl modules (possible > broken ones). > > 'pkg_add dkimproxy' to install it from scratch with all working p5

Re: 6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Martin
After upgrade dkimproxy and error appeared, I did 'pkg_delete dkimproxy' and 'pkg_delete -a' afterwards to clean up dependent Perl modules (possible broken ones). 'pkg_add dkimproxy' to install it from scratch with all working p5 modules. It didn't help, the same error. Previous upgrades went

Re: [new] audio/navidrome - a subsonic compatible audio streaming server

2021-05-06 Thread Denis Fondras
> Here is a port of navidrome: https://www.navidrome.org/ > > I have been using it for a week or so to play audio in my browser, it > seems to work quite well! A few others are using it as well. > > The Go modules have been placed in a 'modules.inc' file to reduce churn > in the Makefile. > > Clues

Re: [UPDATE] lang/erlang

2021-05-06 Thread Denis Fondras
Le Thu, May 06, 2021 at 06:46:24PM +, niamkik a écrit : > Hi, > > Here the last update for lang/erlang, released today. Those ports seem to > work on my laptop using openbsd-current. Here the list of the version update: > > - 21.3.8.23 > - 22.3.4.18 > - 23.3.3 > > If you have some feedback

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

2021-05-06 Thread Dimitri Karamazov
On Tue, May 04, 2021 at 05:48:55AM +, Dimitri Karamazov wrote: > On Wed, Apr 28, 2021 at 08:16:33AM -0400, Dimitri Karamazov wrote: > > Update graphics/openimageio to 2.2.13.1 > > > > Changelog:https://github.com/OpenImageIO/oiio/releases/tag/v2.2.13.1 > > > > Build & Run tested with blender

Re: 6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Andrew Hewus Fresh
On Thu, May 06, 2021 at 06:29:08PM +, Martin wrote: > Great. > > Should I remove? > /usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Encode/Encode.so This is a customization of your system outside something supported by OpenBSD, you should follow the advice of your local system administr

Re: [new] audio/navidrome - a subsonic compatible audio streaming server

2021-05-06 Thread Aaron Bieber
Solene Rapenne writes: > On Thu, 06 May 2021 07:54:10 -0600 > Aaron Bieber : > >> Hi, >> >> Here is a port of navidrome: https://www.navidrome.org/ >> >> I have been using it for a week or so to play audio in my browser, it >> seems to work quite well! A few others are using it as well. >> >>

Re: Add -qt6 and cleanup wantlibs print/poppler

2021-05-06 Thread Matthias Kilian
Hi, On Thu, May 06, 2021 at 07:51:10PM +0200, Rafael Sadowski wrote: > Simple diff to add -qt6 support and clean up WANTLIBs. Please up date > your cvs tree before test to avoid issues with x11/qt6. Look fine. I didn't build it myself yet, but if it builds for you and (port-)lib-depends-check is

Re: [update] lang/node

2021-05-06 Thread vlkrs
In case it helps: * REMOVE patches/patch-configure_py  Has been merged upstream into 12.x here https://github.com/nodejs/node/commit/409fdba6d5c052f14af3ea73f0abb36db197f3d3#diff-4d5f3192809ec1b9add6b33007e0c50031ad9a0a2f3f55a481b506468824db2c * ADD patches/patch-src_cares_wrap_cc Fixes an issu

Re: [new] audio/navidrome - a subsonic compatible audio streaming server

2021-05-06 Thread Aaron Bieber
Solene Rapenne writes: > On Thu, 06 May 2021 15:04:11 -0600 > Aaron Bieber : > >> Solene Rapenne writes: >> >> > On Thu, 06 May 2021 07:54:10 -0600 >> > Aaron Bieber : >> > >> >> Hi, >> >> >> >> Here is a port of navidrome: https://www.navidrome.org/ >> >> >> >> I have been using it for a w

Re: 6.9amd64 dkimproxy upgraded from packages triggers 'perl binaries are mistmatched'

2021-05-06 Thread Martin
Great. Should I remove? /usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Encode/Encode.so Martin ‐‐‐ Original Message ‐‐‐ On Thursday, May 6, 2021 5:58 PM, Andrew Hewus Fresh wrote: > On Thu, May 06, 2021 at 01:44:19PM +, Martin wrote: > > > After upgrade dkimproxy and error a

Re: [UPDATE] lang/erlang

2021-05-06 Thread niamkik
> Funny how our mails have crossed :) > Thank you for working on it, I will test. I am using those versions on my own laptop for development. It works on my side, waiting for your feedback. ;)

postgrey: missing dependency?

2021-05-06 Thread Mike Fischer
Hi! In /var/log/maillog I saw this: May 6 20:07:21 to postgrey[41981]: FATAL: Can't locate IO/Socket/INET6.pm in @INC (you may need to install the IO::Socket::INET6 module) (@INC contains: /usr/local/libdata/perl5/site_perl/amd64-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/am

Problem getting unsigned package working on new port

2021-05-06 Thread Chris Bennett
I'm having an error getting doas make install. Also fails when using root for make package and when I moved the directory over into /usr/ports/devel/ This is what is getting produced with make package: CX p5-File-PathList $ tar zvf /usr/packages/amd64/all/p5-File-PathList-1.04.tgz -r--r--r-- 1 r

Re: [new] audio/navidrome - a subsonic compatible audio streaming server

2021-05-06 Thread Solene Rapenne
On Thu, 06 May 2021 07:54:10 -0600 Aaron Bieber : > Hi, > > Here is a port of navidrome: https://www.navidrome.org/ > > I have been using it for a week or so to play audio in my browser, it > seems to work quite well! A few others are using it as well. > > The Go modules have been placed in a '

Re: Problem getting unsigned package working on new port

2021-05-06 Thread Erling Westenvik
On Thu, May 06, 2021 at 07:02:10PM -0500, Chris Bennett wrote: > I'm having an error getting doas make install. Also fails when using root > for make package and when I moved the directory over into /usr/ports/devel/ > [...] > file:/usr/packages/amd64/all/p5-File-PathList-1.04.tgz: unsigned package

Re: Problem getting unsigned package working on new port

2021-05-06 Thread James Cook
On Thu, May 06, 2021 at 07:02:10PM -0500, Chris Bennett wrote: > I'm having an error getting doas make install. Also fails when using root > for make package and when I moved the directory over into /usr/ports/devel/ > > This is what is getting produced with make package: > > CX p5-File-PathList

Re: [new] audio/navidrome - a subsonic compatible audio streaming server

2021-05-06 Thread Solene Rapenne
On Thu, 06 May 2021 15:04:11 -0600 Aaron Bieber : > Solene Rapenne writes: > > > On Thu, 06 May 2021 07:54:10 -0600 > > Aaron Bieber : > > > >> Hi, > >> > >> Here is a port of navidrome: https://www.navidrome.org/ > >> > >> I have been using it for a week or so to play audio in my browser, it

Re: Problem getting unsigned package working on new port

2021-05-06 Thread Chris Bennett
On Fri, May 07, 2021 at 12:58:18AM +, James Cook wrote: > On Thu, May 06, 2021 at 07:02:10PM -0500, Chris Bennett wrote: > > I'm having an error getting doas make install. Also fails when using root > > for make package and when I moved the directory over into /usr/ports/devel/ > > > > This is

Re: Problem getting unsigned package working on new port

2021-05-06 Thread James Cook
On Thu, May 06, 2021 at 08:58:40PM -0500, Chris Bennett wrote: > On Fri, May 07, 2021 at 12:58:18AM +, James Cook wrote: > > On Thu, May 06, 2021 at 07:02:10PM -0500, Chris Bennett wrote: > > > I'm having an error getting doas make install. Also fails when using root > > > for make package and

boost asio, resiprocate, mongodb vs LIBRESSL_VERSION_NUMBER

2021-05-06 Thread Theo Buehler
boost has a number of LIBRESSL_VERSION_NUMBER code paths that should be removed upstream. In fact, all of these paths can be dropped or weakened once we turn on the OpenSSL TLSv1.3 API (I will start looking into this again after the next bump). I will take this upstream at that point. For the mome