Re: vlc no telnet interface

2023-04-26 Thread Brad Smith
On 2023-04-26 11:15 a.m., Stuart Henderson wrote: On 2023/04/25 09:55, Luca Di Gregorio wrote: Hi, I see that vlc doesn't have the telnet interface: # vlc -vvv -I telnet VLC media player 3.0.18 Vetinari (revision 3.0.13-8-g41878ff4f2) ... main interface debug: looking for interface module

Re: vlc no telnet interface

2023-04-26 Thread Luca Di Gregorio
It would be great for my project. With oldrc I can only add/enqueue items to the playlist, but I cannot remove a specific item. There is the command 'clear', but it removes all the items of the playlist. Thanks a lot Il giorno gio 27 apr 2023 alle ore 06:58 Brad Smith ha scritto: > On

Re: UPDATE: OpenImageIO 2.4 / Blender 3.3

2023-04-26 Thread Brad Smith
On 2023-04-26 4:07 a.m., Stuart Henderson wrote: On 2023/04/26 08:14, Stuart Henderson wrote: On 2023/04/25 14:35, Rafael Sadowski wrote: Compiles and runs without issues. CC Maintainer Let's try CC'ing at a different domain - https://danwin1210.de/new-domain.php Bounced on danwin1210.de,

Re: www/unit update to 1.29.1

2023-04-26 Thread Sergey A. Osokin
On Wed, Apr 26, 2023 at 04:57:32PM +0100, Stuart Henderson wrote: > thanks, committed Thank you, Stuart! -- Sergey A. Osokin

Re: [new] security/squealer

2023-04-26 Thread A Tammy
On 4/25/23 08:50, Pavel Korovin wrote: > On 04/14, Pavel Korovin wrote: >> squealer is a filesystem secrets scanner >> https://github.com/owenrumney/squealer >> >> OK to import? OK aisha > Ping >

Re: new emulators/libchdr

2023-04-26 Thread Stuart Henderson
On 2023/04/26 12:11, bent...@openbsd.org wrote: > Nam Nguyen writes: > > Sorry about that. I imported it as is, so I will change to 0pl with > > EPOCH. > > No need for that. The 0pl suggestion (only a suggestion) was to avoid > hypothetical EPOCH in the future if upstream picks a version number

Re: [Update] lrzip

2023-04-26 Thread Stuart Henderson
On 2023/04/26 20:19, Rubén Llorente wrote: > According to libzpaq/libzpaq.h > > "By default, LIBZPAQ uses JIT (just in time) acceleration. This only > works on x86-32 and x86-64 processors that support the SSE2 instruction > set. To disable JIT, compile with -DNOJIT." All amd64 have sse2.

Re: new emulators/libchdr

2023-04-26 Thread Nam Nguyen
"Anthony J. Bentley" writes: > Nam Nguyen writes: >> Please find attached libchdr. libchdr is a dependency for >> emulators/flycast, which I will send shortly. >> >> DESCR: >> >> libchdr is a standalone library for reading MAME's CHDv1-v5 formats. >> >> The code is based off of MAME's old C

Re: new emulators/libchdr

2023-04-26 Thread bentley
Nam Nguyen writes: > Sorry about that. I imported it as is, so I will change to 0pl with > EPOCH. No need for that. The 0pl suggestion (only a suggestion) was to avoid hypothetical EPOCH in the future if upstream picks a version number less than 1.0; but rolling back from 1.0 now that it's been

Re: [Update] lrzip

2023-04-26 Thread Rubén Llorente
According to libzpaq/libzpaq.h "By default, LIBZPAQ uses JIT (just in time) acceleration. This only works on x86-32 and x86-64 processors that support the SSE2 instruction set. To disable JIT, compile with -DNOJIT." Besides, I have tried the current lrzip port (without -DNOJIT) for zpaq

Re: [Maintainer Update] archivers/zpaqfranz-58.1

2023-04-26 Thread Omar Polo
On 2023/04/21 16:08:37 +0200, tux0r wrote: > zpaqfranz 58.1 (theoretically) grew a new compiler flag to auto-detect > hardware acceleration, but it segfaults on my system. While this remains to > be checked, attached is a patch without the new compiler flag that does NOT > segfault on my

Re: [new] devel/tea

2023-04-26 Thread Stuart Henderson
On 2023/04/26 06:34, Pavel Korovin wrote: > On 04/25, Rafael Sadowski wrote: > > Conflict with editors/teaqt/pkg/PLIST:@bin bin/tea > > Thanks, Rafael! > > Updated PLIST with @conflict teaqt-* > Fixed distinfo, added WRKDIST to the Makefile. > > Looking for OKs to import. totally nit-picking

Re: UPDATE: OpenImageIO 2.4 / Blender 3.3

2023-04-26 Thread Stuart Henderson
On 2023/04/25 14:35, Rafael Sadowski wrote: > Compiles and runs without issues. > > CC Maintainer Let's try CC'ing at a different domain - https://danwin1210.de/new-domain.php If there's no response I think we can go ahead and commit (and let's drop the maintainer lines if that's the case - the

Re: [new] devel/tea

2023-04-26 Thread Pavel Korovin
Hello Stuart, Commited, thanks! -- With best regards, Pavel Korovin

Re: UPDATE: OpenImageIO 2.4 / Blender 3.3

2023-04-26 Thread Stuart Henderson
On 2023/04/26 08:14, Stuart Henderson wrote: > On 2023/04/25 14:35, Rafael Sadowski wrote: > > Compiles and runs without issues. > > > > CC Maintainer > > Let's try CC'ing at a different domain - > https://danwin1210.de/new-domain.php Bounced on danwin1210.de, user unknown. I am happy to go

Re: [UPDATE] x11/girara 0.3.8 -> 0.4.0 (fixes a SIGSEGV in textproc/zathura)

2023-04-26 Thread Omar Polo
On 2023/04/25 16:32:15 -0600, Ashlen wrote: > Hi. textproc/zathura will consistently SIGSEGV and dump a core file when > I hit to view the table of contents. I examined the core file and > found that this is due to an invalid read in girara_node_free, > referenced in this issue and fixed in the

[update] net/synapse 1.82.0

2023-04-26 Thread Renaud Allard
Hello, Here is a diff for net/synapse 1.82.0 Running fine on amd64 Best RegardsIndex: Makefile === RCS file: /cvs/ports/net/synapse/Makefile,v retrieving revision 1.49 diff -u -p -r1.49 Makefile --- Makefile 12 Apr 2023 19:32:19

boringssl: enable tests

2023-04-26 Thread Theo Buehler
We need some Go stuff as listed in ${WRKSRC}/go.mod to run tests. This duplicates a bit of bsd.go.mk, but I'd rather not mess with that. If there's a better way, please let me know. Works for me. Index: Makefile === RCS file:

Re: [maintainer update] net/headscale 0.22.1

2023-04-26 Thread A Tammy
On 4/26/23 05:14, Laurent Cheylus wrote: > Hi, > > update for net/headscale for the latest version 0.22.1 > > Changelog for major version 0.22.0: > https://github.com/juanfont/headscale/releases/tag/v0.22.0 > > - Update Makefile to install only headscale binary in ${PREFIX}/bin > - Update patch

Re: [Update] lrzip

2023-04-26 Thread A Tammy
On 4/25/23 12:10, Rubén Llorente wrote: > Hello, > > this is a small update to the Makefile. > > The current port does not support zpaq compression on OpenBSD. The > following change allows lrzip to use zpaq compression. > > > Why is there an addition of `-DNOJIT` to CPPFLAGS?

Re: boringssl: enable tests

2023-04-26 Thread Klemens Nanni
On Wed, Apr 26, 2023 at 03:09:34PM +0200, Theo Buehler wrote: > We need some Go stuff as listed in ${WRKSRC}/go.mod to run tests. > This duplicates a bit of bsd.go.mk, but I'd rather not mess with > that. If there's a better way, please let me know. Much simpler than reaching for MODULES +=

Re: www/unit update to 1.29.1

2023-04-26 Thread Sergey A. Osokin
Hi, On Wed, Apr 19, 2023 at 10:02:59PM +, Sergey A. Osokin wrote: > > could you please review and commit the following update. Gentle reminder. Thank you. -- Sergey A. Osokin

Re: www/unit update to 1.29.1

2023-04-26 Thread Stuart Henderson
thanks, committed On 2023/04/26 14:41, Sergey A. Osokin wrote: > Hi, > > On Wed, Apr 19, 2023 at 10:02:59PM +, Sergey A. Osokin wrote: > > > > could you please review and commit the following update. > > Gentle reminder. > Thank you. > > -- > Sergey A. Osokin

Re: vlc no telnet interface

2023-04-26 Thread Luca Di Gregorio
I would really appreciate it a lot. Currently I'm setting vlc via the oldrc interface, which has a smaller set of options than the telnet interface. And I don't want to use Linux, PF is by far smarter than iptables. I'm sorry but I can't help in compiling, I have poor knowledge on C. Regards,

Re: [new] devel/efivar

2023-04-26 Thread Stuart Henderson
On 2023/04/23 01:15, Sergii Dmytruk wrote: > Hello, > > Continuing with bringing fwupd to BSD systems [1]. > > [1]: https://nlnet.nl/project/fwdup-BSD/ > > Now that /dev/efi is available, efivar port with several libraries and > binaries can be added to make use of it. efivar itself is a

Re: vlc no telnet interface

2023-04-26 Thread Stuart Henderson
On 2023/04/25 09:55, Luca Di Gregorio wrote: > Hi, I see that vlc doesn't have the telnet interface: > > # vlc -vvv -I telnet > VLC media player 3.0.18 Vetinari (revision 3.0.13-8-g41878ff4f2) > ... > main interface debug: looking for interface module matching "telnet": 13 >candidates > main

Re: boringssl: enable tests

2023-04-26 Thread Stuart Henderson
On 2023/04/26 14:34, Klemens Nanni wrote: > > + > > +do-test: > > + env HOME=${WRKSRC} GOPROXY=file://${DISTDIR}/go_modules \ > > + ninja -C ${WRKBUILD} run_tests > > PORTHOME is set above and should be used; the regular goop does that > (ALL_TEST_ENV contains MAKE_ENV contains

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 14:07:48 Modified files: audio/audacity : Makefile distinfo audio/audacity/patches: patch-lib-src_libnyquist_nyquist_nyqstk_include_Stk_h

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 14:16:04 Modified files: converters/libytnef: Makefile distinfo Log message: update to 2.1.1

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 14:16:05 Modified files: archivers/lzip/tarlz: Makefile distinfo Log message: Update to tarlz-0.23.

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2023/04/26 15:57:38 Modified files: net/mcast-proxy: Makefile distinfo Removed files: net/mcast-proxy/patches: patch-usr_sbin_mcast-proxy_mcast-proxy_c Log

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 14:19:49 Modified files: databases/p5-DBD-SQLite2: Makefile distinfo Log message: update to 0.38

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 14:19:09 Modified files: databases/p5-DBD-SQLite: Makefile distinfo Log message: update to 1.72

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2023/04/26 14:14:25 Modified files: net/filezilla : Makefile distinfo net/filezilla/patches: patch-src_engine_Makefile_am Log message: Update to filezilla-3.64.0 Changes:

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2023/04/26 14:13:31 Modified files: net/libfilezilla: Makefile distinfo net/libfilezilla/pkg: PLIST Log message: Update to libfilezilla-0.42.2 Changes: https://lib.filezilla-project.org/ Bumped

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 14:20:24 Modified files: devel/pcre : Makefile distinfo devel/pcre/patches: patch-configure Log message: update to 8.45 and switch MASTER_SITE to sourceforge

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 14:11:34 Modified files: www/chromium : Makefile www/chromium/files: unveil.main Log message: unveil .config/ibus read-only

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 14:24:06 Modified files: misc/mc: Makefile distinfo misc/mc/patches: patch-configure patch-lib_fileloc_h patch-src_subshell_common_c

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 14:36:54 Modified files: x11/mate/themes: Makefile distinfo x11/mate/themes/pkg: PLIST Log message: update to 3.22.23

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 14:54:43 Modified files: mail/grommunio/gromox: Makefile distinfo mail/grommunio/gromox/pkg: PLIST-main Log message: update to 2.8

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 16:14:47 Modified files: mail/grommunio/web: Makefile distinfo mail/grommunio/web/pkg: PLIST Log message: update to upstream's git HEAD to pull in bugfixes

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/04/26 14:30:54 Modified files: net/zabbix : Makefile distinfo net/zabbix/patches: patch-conf_zabbix_proxy_conf patch-conf_zabbix_server_conf

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 16:17:29 Modified files: mail/grommunio/sync: Makefile distinfo Log message: update to upstream's git HEAD to pull in bugfixes

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Anton Lindqvist
CVSROOT:/cvs Module name:ports Changes by: an...@cvs.openbsd.org 2023/04/26 12:06:18 Modified files: devel/robsd: Makefile distinfo Log message: update to robsd-17.5.1

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 13:50:27 Modified files: www/chromium : Makefile Log message: oopsie ... unbreak packaging

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2023/04/26 12:46:14 Modified files: emulators/libchdr: Makefile distinfo Log message: update emulators/libchdr 1.0pl20230220 - update to 1.0pl20230220 - major bump chdr because long --> long long in

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 14:17:25 Modified files: archivers/makeself: Makefile distinfo archivers/makeself/patches: patch-makeself_sh Log message: Update to makeself-2.5.0.

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 14:33:06 Modified files: x11/mate/marco : Makefile distinfo x11/mate/marco/pkg: PLIST Removed files: x11/mate/marco/patches: patch-configure Log message: update to 1.26.1

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 15:18:22 Modified files: audio/hydrogen : Makefile distinfo audio/hydrogen/patches: patch-src_core_include_hydrogen_Preferences_h

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 15:33:30 Modified files: x11/icewm : Makefile distinfo Log message: Update to icewm-3.3.3.

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2023/04/26 16:48:30 Modified files: converters/p5-Convert-Color: Makefile distinfo Log message: update p5-Convert-Color to 0.17

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/04/26 13:27:03 Modified files: x11/xfce4/xfce4-mixer: Makefile distinfo Log message: x11/xfce4/xfce4-mixer: update to git master includes fix for https://gitlab.xfce.org/apps/xfce4-mixer/-/issues/5

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 14:28:48 Modified files: x11/mate/desktop: Makefile distinfo x11/mate/desktop/pkg: PLIST Removed files: x11/mate/desktop/patches: patch-libmate-desktop_mate-bg_c Log message:

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 15:18:34 Modified files: audio/deadbeef : Makefile distinfo audio/deadbeef/pkg: PLIST Removed files: audio/deadbeef/patches: patch-conf_c patch-junklib_c Log message:

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/04/26 10:49:23 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible 7.4.0 -> 7.5.0 Changelog:

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2023/04/26 00:17:00 Modified files: sysutils/rustic: Makefile distinfo Log message: Update to rustic-0.5.3 Changes: https://github.com/rustic-rs/rustic/releases/tag/v0.5.3

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/04/26 02:36:39 Modified files: archivers/zpaqfranz: Makefile distinfo Log message: update archivers/zpaqfranz to 58.1; from MAINTAINER tux0r, thanks!

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 02:46:51 Modified files: meta/gnome : Makefile Log message: GNOME 44.1.

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Lucas Raab
CVSROOT:/cvs Module name:ports Changes by: lr...@cvs.openbsd.org 2023/04/26 02:58:28 Modified files: x11: Makefile Log message: +x11/xfiles

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 03:10:55 Modified files: x11/xfiles : Makefile x11/xfiles/pkg : README Log message: LOCALBASE -> PREFIX

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/04/26 03:46:23 Modified files: security/rust-openssl-tests: Makefile distinfo Log message: Update to rust-openssl-tests 20230426

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/04/26 02:17:17 Modified files: audio/lilv : Makefile audio/lmms : Makefile audio/lv2 : Makefile audio/sratom : Makefile audio/zynaddsubfx: Makefile

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 02:16:52 Modified files: x11/gnome/tracker3-miners: Makefile distinfo x11/gnome/tracker3-miners/patches: patch-meson_build Log message: Update to tracker3-miners-3.5.1.

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 01:38:12 Modified files: x11/gnome/control-center: Makefile Log message: Append to BUILD_DEPENDS, do not override it.

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 01:43:32 Modified files: textproc/hotdoc: Makefile distinfo textproc/hotdoc/pkg: PLIST Log message: Update to hotdoc-0.15.

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 01:58:52 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-428.0.0.

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 02:06:30 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/patches: patch-js_ui_endSessionDialog_js

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 02:06:55 Modified files: x11/gnome/mutter: Makefile distinfo x11/gnome/mutter/patches: patch-clutter_clutter_clutter-frame-clock_c

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 02:12:12 Modified files: x11/gnome/tracker3: Makefile distinfo x11/gnome/tracker3/patches: patch-meson_build x11/gnome/tracker3/pkg: PLIST Log message: Update to

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/04/26 02:34:13 Modified files: games/openttd : Makefile distinfo Log message: update games/openttd to 13.1; from MAINTAINER Florian Viehweger, thanks!

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Lucas Raab
CVSROOT:/cvs Module name:ports Changes by: lr...@cvs.openbsd.org 2023/04/26 02:57:09 Log message: import x11/xfiles XFiles is a configurable and simple file manager for X11. It can navigate through directories, show icons for files, select files, call a

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 03:19:17 Modified files: emulators/flycast: Makefile Log message: Unbreak: *** Parse error in /usr/ports/emulators/flycast: Poisoned variable ONLY_FOR_ARCHES is already set

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/04/26 02:08:03 Log message: Import tea, command line tool to interact with Gitea Status: Vendor Tag: pvk Release Tags: pvk_20230426 N ports/devel/tea/Makefile N

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/04/26 02:10:12 Modified files: devel : Makefile Log message: +tea

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/04/26 02:18:16 Modified files: x11/girara : Makefile distinfo Log message: update x11/girara to 0.4.0 Adds support for Unicode characters in mappings and fixes a use-after-free in

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 06:37:55 Modified files: x11/gtksourceview5: Makefile Added files: x11/gtksourceview5/patches: patch-gtksourceview_gtksourcebufferoutputstream_c

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 06:38:21 Modified files: x11/gtksourceview5/patches: patch-gtksourceview_gtksourcebufferoutputstream_c Log message: Add bug URL.

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2023/04/26 04:06:30 Modified files: emulators/mgba : Makefile distinfo emulators/mgba/patches: patch-CMakeLists_txt emulators/mgba/pkg: PLIST-main Log message: Update to mgba-0.10.2.

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/04/26 05:54:26 Modified files: net/synapse: Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.82, from Renaud Allard (MAINTAINER)

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/04/26 05:20:09 Modified files: www/nghttp3: Makefile distinfo Log message: Update nghttp3 to 0.11.0 Major bump due to changes in public struct, API addition/removal

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/04/26 06:39:56 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo Log message: x11/xfce4/xfce4-whiskermenu: update to 2.7.3

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/26 08:17:37 Modified files: www/chromium : Makefile www/chromium/files: unveil.gpu www/chromium/patches:

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2023/04/26 06:59:20 Modified files: www/goaccess : Makefile distinfo Log message: update to goaccess-1.7.2

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Aisha Tammy
CVSROOT:/cvs Module name:ports Changes by: ai...@cvs.openbsd.org 2023/04/26 07:42:54 Modified files: net/headscale : Makefile distinfo modules.inc net/headscale/patches: patch-config-example_yaml net/headscale/pkg: MESSAGE README Log message: update

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 08:39:54 Modified files: textproc/yq: Makefile distinfo Log message: Update to yq-3.2.2.

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 08:46:59 Modified files: textproc/doclifter: Makefile distinfo Log message: Update to doclifter-2.20.

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/04/26 09:10:07 Modified files: security/boringssl: Makefile Log message: use *FULL*DISTDIR for correctness

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 09:28:58 Modified files: graphics/cairo : Makefile Added files: graphics/cairo/patches: patch-util_cairo-trace_cairo-trace_in Log message: Unbreak cairo-trace. req. by espie@

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/04/26 08:55:23 Modified files: security/boringssl: Makefile distinfo Log message: Make tests work prefetch go modules and deploy a do-test as per upstream docs that does what MODCMAKE_TEST_TARGET

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/04/26 08:57:32 Modified files: security/boringssl: Makefile Log message: Point PORTHOME away from WRKSRC as cmake sets SEPARATE_BUILD=Yes

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/26 08:56:40 Modified files: productivity/rednotebook: Makefile distinfo Log message: Update to rednotebook-2.29.5.

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/04/26 09:01:24 Modified files: security/boringssl: Makefile Log message: set FIX_CLEANUP_PERMISSIONS, tests "fetch" go modules without w bit

CVS: cvs.openbsd.org: ports

2023-04-26 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/04/26 09:57:29 Modified files: www/unit : Makefile Makefile.inc www/unit/unit : Makefile distinfo www/unit/unit-perl: distinfo www/unit/unit-php: Makefile distinfo