Re: [UPDATE] lang/node 18.12.1

2022-12-28 Thread Thomas Frohwein
I can compile and run a brief interactive test session with the interactive node interpreter. Noticed a two things, guess they might be known already about the port (?): - Build log shows a bunch of '-O3', not everywhere, but looks like CFLAGS/CXXFLAGS aren't honored consistently. - I'm getting

Re: [UPDATE] lang/node 18.12.1

2022-12-28 Thread A Tammy
On 12/27/22 11:10, Volker Schlecht wrote: > bump > > On 12/20/22 19:15, Volker Schlecht wrote: >> bump once more in the hope of finding someone to eventually commit ;-) >> working fine for me. ok aisha going to commit this tomorrow if no one has any objections. I don't know if we have testers

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 15:56:15 Modified files: x11/girara : Makefile distinfo Log message: Update to girara-0.3.8.

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 15:52:53 Modified files: x11/Xaw3d : Makefile distinfo x11/Xaw3d/pkg : PLIST Log message: Update to Xaw3d-1.6.4.

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 15:49:58 Modified files: x11/py-xlib: Makefile distinfo x11/py-xlib/pkg: PLIST Log message: Update to py3-xlib-0.33.

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 15:47:29 Modified files: x11/greybird : Makefile distinfo x11/greybird/pkg: PLIST Log message: Update to greybird-3.23.2.

Re: [Update] Build benchmarks/tsung with erlang25

2022-12-28 Thread Volker Schlecht
Forgot a REVISION bump there. On 12/28/22 11:55, Volker Schlecht wrote: Attached is a proposal to build benchmarks/tsung with erlang25. I pulled in an upstream patch to fix an already failing testcase that was already reported by gnezdo@: https://github.com/processone/tsung/issues/385 The

Re: [update] x11/polybar 3.6.3

2022-12-28 Thread Volker Schlecht
Your BUILD_DEPENDS line looks off with the commented backslash. Ugh. Yes, a leftover from me building it with i3-gaps installed and running instead of i3. Fix attached. Also, in your post-install, the rm shouldn’t be needed if you can override the installation directory with FAKE_FLAGS

new: misc/lchat

2022-12-28 Thread Jan Klemkow
Hi, This port contains the suckless tool lchat: lchat (line chat) is a line oriented front end for ii-like chat programs. It handles the input from keyboard and output file in parallel. Thus, you are able to type messages while new chat lines are arriving. Its main focus is on usability and

Re: [update] x11/polybar 3.6.3

2022-12-28 Thread Jasper Lievisse Adriaanse
> On 28 Dec 2022, at 15:02, Volker Schlecht wrote: > > Got it - fixed diff attached. > > On 12/28/22 14:30, Stuart Henderson wrote: >> On 2022/12/28 14:27, Volker Schlecht wrote: >>> Cc: Maintainer >>> >>> This updates x11/polybar to 3.6.3 (latest) >>>

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2022/12/28 13:36:18 Modified files: games/naev : Makefile distinfo games/naev/patches: patch-meson_build patch-utils_build_gen_gettext_stats_py

[new] age-plugin-yubikey

2022-12-28 Thread Volker Schlecht
With the update to age 1.1.x, and free time galore, I couldn't resist playing with age-plugin-yubikey, which to my surprise worked smoothly with my Yubikey 5, once I re-enabled API access to the serial number. I'm not sure if that was something I removed myself or whether my Yubi5 came with

[Update] cad/coil64 v2.1.25 -> v2.1.26

2022-12-28 Thread Tracey Emery
Hello ports, Here is a minor update to cad/coil64 bringing us to v2.1.26. Changes include: · Improved data rounding. · Added initial options to close-winding one-layer coil calculation. · Added Estonian language translation Fix up the COMMENT while here. Compiles and appears to run fine on

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/12/28 09:49:58 Modified files: x11/qt5: Makefile.version Log message: Add a note to bump multimedia/qtav after Qt update

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 09:39:57 Modified files: news/pan : Makefile distinfo Removed files: news/pan/patches: patch-pan_general_string-view_h Log message: Update to pan-0.153.

Re: [update][proposal] sysutils/nnn add nerd font flavor

2022-12-28 Thread Joel Carnat
Le 28/12/2022 à 14:57, Martin Ziemer a écrit : Am Wed, Dec 28, 2022 at 01:23:09PM + schrieb Stuart Henderson: On 2022/12/28 13:07, Joel Carnat wrote: When using one of the Nerd Fonts in the terminal, you can get glyphs (icons) rendered. The attached patch enables a flavor for sysutils/nnn

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 09:23:13 Modified files: multimedia/qtav: Makefile Log message: Bump to unbreak: include/X11/qt5/QtAV/5.15.6 -> include/X11/qt5/QtAV/5.15.7

Re: MODGO_VERSION in modules.inc (was Re: [Maintainer Update] security/age 1.1.1)

2022-12-28 Thread Volker Schlecht
On 12/28/22 17:14, Daniel Jakots wrote: I personally do `make modgo-gen-modules > modules.inc` in which case I'm not sure it's going to help much. Are you people doing things differently to update a go port? I do the same, but I'd definitely have stumbled over such a comment when

MODGO_VERSION in modules.inc (was Re: [Maintainer Update] security/age 1.1.1)

2022-12-28 Thread Daniel Jakots
On Wed, 28 Dec 2022 13:15:11 +, Stuart Henderson wrote: > On 2022/12/28 13:13, Theo Buehler wrote: > > On Wed, Dec 28, 2022 at 12:52:50PM +0100, Volker Schlecht wrote: > > > Updates security/age to version 1.1.1 > > > https://github.com/FiloSottile/age/releases/tag/v1.1.1 > > > > > >

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2022/12/28 08:34:26 Modified files: security/py-fastecdsa: Makefile distinfo Log message: Bump to py3-fastecdsa 2.3.1 (only the version number changed)

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 08:20:01 Modified files: devel/glib2: Makefile Removed files: devel/glib2/patches: patch-glib_gfileutils_c Log message: Drop redundant patch merged 3 years ago.

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 07:36:09 Modified files: productivity/libphonenumber: Makefile distinfo productivity/libphonenumber/patches: patch-cpp_CMakeLists_txt

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 07:19:10 Modified files: audio/soundtouch: Makefile distinfo audio/soundtouch/pkg: PLIST Log message: Update to soundtouch-2.3.2.

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 07:12:45 Modified files: productivity/rednotebook: Makefile distinfo productivity/rednotebook/pkg: PLIST Log message: Update to rednotebook-2.27.2.

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 07:04:16 Modified files: net/ipv6calc : Makefile distinfo Log message: Update to ipv6calc-4.0.2.

Re: [update] x11/polybar 3.6.3

2022-12-28 Thread Volker Schlecht
Got it - fixed diff attached. On 12/28/22 14:30, Stuart Henderson wrote: On 2022/12/28 14:27, Volker Schlecht wrote: Cc: Maintainer This updates x11/polybar to 3.6.3 (latest) https://github.com/polybar/polybar/releases/tag/3.6.3 Other changes: * Add devel/libuv to LIB_DEPENDS * Drop

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 07:01:13 Modified files: games/py-chess : Makefile distinfo Log message: Update to py3-chess-1.9.4.

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 06:58:14 Modified files: devel/pyusb: Makefile distinfo devel/pyusb/pkg: PLIST Removed files: devel/pyusb/patches: patch-usb_backend_libusb0_py Log message: Update

Re: [update][proposal] sysutils/nnn add nerd font flavor

2022-12-28 Thread Martin Ziemer
Am Wed, Dec 28, 2022 at 01:23:09PM + schrieb Stuart Henderson: > On 2022/12/28 13:07, Joel Carnat wrote: > > When using one of the Nerd Fonts in the terminal, you can get glyphs (icons) > > rendered. The attached patch enables a flavor for sysutils/nnn that will > > render mime types icons

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 06:45:20 Modified files: cad/gtkwave: Makefile distinfo Log message: Update to gtkwave-3.3.113.

Re: [update] x11/polybar 3.6.3

2022-12-28 Thread Stuart Henderson
On 2022/12/28 14:27, Volker Schlecht wrote: > Cc: Maintainer > > This updates x11/polybar to 3.6.3 (latest) > https://github.com/polybar/polybar/releases/tag/3.6.3 > > Other changes: > > * Add devel/libuv to LIB_DEPENDS > * Drop pre-configure step, because it substitutes into files that aren't

[update] x11/polybar 3.6.3

2022-12-28 Thread Volker Schlecht
Cc: Maintainer This updates x11/polybar to 3.6.3 (latest) https://github.com/polybar/polybar/releases/tag/3.6.3 Other changes: * Add devel/libuv to LIB_DEPENDS * Drop pre-configure step, because it substitutes into files that aren't patched anymore (the respective patches are in the attic) *

Re: [update][proposal] sysutils/nnn add nerd font flavor

2022-12-28 Thread Stuart Henderson
On 2022/12/28 13:07, Joel Carnat wrote: > Hello, > > When using one of the Nerd Fonts in the terminal, you can get glyphs (icons) > rendered. The attached patch enables a flavor for sysutils/nnn that will > render mime types icons next to file listing. An example can be seen there: >

Re: [Maintainer Update] security/age 1.1.1

2022-12-28 Thread Theo Buehler
On Wed, Dec 28, 2022 at 01:15:11PM +, Stuart Henderson wrote: > On 2022/12/28 13:13, Theo Buehler wrote: > > On Wed, Dec 28, 2022 at 12:52:50PM +0100, Volker Schlecht wrote: > > > Updates security/age to version 1.1.1 > > > https://github.com/FiloSottile/age/releases/tag/v1.1.1 > > > > > >

Re: [Maintainer Update] security/age 1.1.1

2022-12-28 Thread Stuart Henderson
On 2022/12/28 13:13, Theo Buehler wrote: > On Wed, Dec 28, 2022 at 12:52:50PM +0100, Volker Schlecht wrote: > > Updates security/age to version 1.1.1 > > https://github.com/FiloSottile/age/releases/tag/v1.1.1 > > > > Tested on amd64. > > Committed without MODGO_VERSION in modules.inc. Thanks

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/12/28 05:48:04 Modified files: sysutils/restic: Makefile sysutils/restic/pkg: PLIST Log message: Always regenerate manuals Turns out restic-generate(1) is clever enough to omit the

Re: [Maintainer Update] security/age 1.1.1

2022-12-28 Thread Theo Buehler
On Wed, Dec 28, 2022 at 12:52:50PM +0100, Volker Schlecht wrote: > Updates security/age to version 1.1.1 > https://github.com/FiloSottile/age/releases/tag/v1.1.1 > > Tested on amd64. Committed without MODGO_VERSION in modules.inc. Thanks

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2022/12/28 05:11:42 Modified files: security/age : Makefile distinfo modules.inc Log message: Update age to 1.1.1 from maintainer https://github.com/FiloSottile/age/releases/tag/v1.1.1

[update][proposal] sysutils/nnn add nerd font flavor

2022-12-28 Thread Joel Carnat
Hello, When using one of the Nerd Fonts in the terminal, you can get glyphs (icons) rendered. The attached patch enables a flavor for sysutils/nnn that will render mime types icons next to file listing. An example can be seen there: https://i.imgur.com/kOld6HT.gif Tested on

[Maintainer Update] security/age 1.1.1

2022-12-28 Thread Volker Schlecht
Updates security/age to version 1.1.1 https://github.com/FiloSottile/age/releases/tag/v1.1.1 Tested on amd64.Index: Makefile === RCS file: /cvs/ports/security/age/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile ---

[Update] Build benchmarks/tsung with erlang25

2022-12-28 Thread Volker Schlecht
Attached is a proposal to build benchmarks/tsung with erlang25. I pulled in an upstream patch to fix an already failing testcase that was already reported by gnezdo@: https://github.com/processone/tsung/issues/385 The only remaining failing testcase has apparently been failing already in

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2022/12/28 03:32:14 Modified files: databases/pspg : Makefile distinfo databases/pspg/patches: patch-src_args_c Log message: databases/pspg: update to 5.7.1 - minor code cleaning (e.g. replace

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/12/28 03:17:31 Modified files: security/qdigidoc4: Makefile security/qdigidoc4/patches: patch-CMakeLists_txt Log message: replace LTO fix with hunk from upstream PR

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 02:41:00 Modified files: x11/gnome/console: Makefile x11/gnome/text-editor: Makefile Log message: Add DEBUG_PACKAGES.

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2022/12/28 02:08:52 Modified files: www/sogo : Makefile distinfo www/sogo/pkg : PLIST Log message: Update 5.7.1 -> 5.8.0

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2022/12/28 02:07:53 Modified files: www/sope : Makefile distinfo Log message: Update 5.7.1 -> 5.8.0

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 01:49:03 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.27.38.

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 01:48:49 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.26.38.

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 01:48:39 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.29.38.

CVS: cvs.openbsd.org: ports

2022-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/12/28 01:45:33 Modified files: net/rsnapshot : Makefile distinfo Log message: Update to rsnapshot-1.4.5.