Re: CVS: cvs.openbsd.org: ports

2023-11-05 Thread Antoine Jacoutot
On Sun, Nov 05, 2023 at 12:04:13PM -0700, Stefan Hagen wrote: > CVSROOT: /cvs > Module name: ports > Changes by: s...@cvs.openbsd.org2023/11/05 12:04:13 > > Log message: > Import x11/srandrd version 0.6.3 > > $ cat pkg/DESCR > srandrd is a tool that executes a command

Re: WIP: devel/sccache

2023-11-05 Thread Klemens Nanni
On Tue, Sep 05, 2023 at 12:11:56PM +0200, Caspar Schutijser wrote: > On Tue, Sep 05, 2023 at 08:42:34AM +0200, Landry Breuil wrote: > > Le Mon, Sep 04, 2023 at 05:13:19PM +0200, Landry Breuil a écrit : > > > Le Mon, Sep 04, 2023 at 04:58:49PM +0200, Caspar Schutijser a écrit : > > > > Hi, > > > >

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2023/11/06 00:02:08 Modified files: infrastructure/mk: dist-tuple.port.mk Log message: tweak the hash check so that shortened commit hashes >= 10 characters can be used. The risk of collision with tags

security/vaultwarden: adding pledge(2) and unveil(2)

2023-11-05 Thread Zack Newman
I inquired upstream (https://github.com/dani-garcia/vaultwarden/discussions/4033) if adding pledge(2) and unveil(2) into Vaultwarden would be accepted, and they replied that it would so long as it was "self-contained". I am currently running Vaultwarden with SQLite on OpenBSD 7.4-stable on the

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2023/11/05 15:20:53 Modified files: audio/vorbis-tools: Makefile Added files: audio/vorbis-tools/patches: patch-oggenc_platform_c Log message: audio/vorbis-tools: fix a buffer overflow in oggenc

UPDATE: net/swirc 3.4.6

2023-11-05 Thread Markus Uhlin
Hi ports@, Today I released net/swirc 3.4.6 with the following changes: ## [3.4.6] - 2023-11-05 ## - **Added** adoption of SPDX-tags for the distributed manual pages - **Added** better detection of server Wallops - **Added** command-line option `-S` (Force TLS) - **Added** event 249

sparc64 bulk build report

2023-11-05 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sat Nov 4 02:30:06 MDT 2023 Finished: Sun Nov 5 13:31:26 MST 2023 Duration: 1 Days 12 hours 1 minutes Built using OpenBSD 7.4-current (GENERIC.MP) #1926: Fri Nov 3 21:25:39 MDT 2023 Built 8179 packages Number of packages built each day:

prevent from using libudev if present

2023-11-05 Thread Rafael Sadowski
Here is a diff that deactivate libudev detection in dvdstyler and add a comment in libudev-openbsd. The list should then be complete, just like the list for libinput in wayland/libinput-openbsd. All consumers should now be patched. Comments, OK? Rafael Index: sysutils/libudev-openbsd/Makefile

Re: patch: allow shortened commits in dist-tuple

2023-11-05 Thread Stefan Hagen
Marc Espie wrote (2023-11-05 20:08 CET): > > I don't think we need to go the full 40 chars. > > It is highly unlikely people are going to use 10 hex chars > as a tag (and if they do, it's likely it's just a copy of the > commit hash) > > 10 seems like a good number. tb@ mentionned that 8 is too

patch: allow shortened commits in dist-tuple

2023-11-05 Thread Marc Espie
I don't think we need to go the full 40 chars. It is highly unlikely people are going to use 10 hex chars as a tag (and if they do, it's likely it's just a copy of the commit hash) 10 seems like a good number. tb@ mentionned that 8 is too short (we already ran into collision with 8). So 10 ?

maintainer update net/dnscontrol --> 4.6.0

2023-11-05 Thread Paco Esteban
Hi ports@, This is an update of net/dnscontrol to its latest version. You can see the changes here: https://github.com/StackExchange/dnscontrol/releases/tag/v4.6.0 Main ones are the removal of the diff1 algorithm and 2 deprecation notices for ACME certs support and NAMEDOTCOM and SOFTLAYER

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Stefan Hagen
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2023/11/05 12:05:15 Modified files: x11: Makefile Log message: Add dir srandrd

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Stefan Hagen
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2023/11/05 12:04:13 Log message: Import x11/srandrd version 0.6.3 $ cat pkg/DESCR srandrd is a tool that executes a command on xrandr output change events, i.e. if a monitor is plugged or

Re: [new] x11/srandrd 0.6.3 - the missing hotplug daemon for X outputs

2023-11-05 Thread Thomas Frohwein
On Sun, Nov 05, 2023 at 07:20:36PM +0100, Stefan Hagen wrote: [...] > > Either way, you should probably pass those include and link dirs only > > in one place, and not both Makefiles. > > ...I clearly didn't sleep enough. > > I tend to go back to my previous solution. Because when I need a

Re: [new] x11/srandrd 0.6.3 - the missing hotplug daemon for X outputs

2023-11-05 Thread Stefan Hagen
Thomas Frohwein wrote (2023-11-05 18:30 CET): > On Sun, Nov 05, 2023 at 04:37:06PM +0100, Stefan Hagen wrote: > > [...] > > > > > SUBST_VARS =${WRKSRC}/Makefile > > [...] > > > > > > > CFLAGS += -I${X11BASE}/include > > > LDFLAGS += -L${X11BASE}/lib > > > > I mixed this up. This should

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/05 10:47:54 Modified files: x11/gentoo : Makefile Log message: use simpler pax(1) copy instead of "tar -c | tar -x" in post-install

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/05 10:45:21 Modified files: x11/gentoo : Makefile distinfo x11/gentoo/patches: patch-Makefile_in patch-src_buttons_c x11/gentoo/pkg : PLIST Log message: update to gentoo

Re: [new] x11/srandrd 0.6.3 - the missing hotplug daemon for X outputs

2023-11-05 Thread Thomas Frohwein
On Sun, Nov 05, 2023 at 04:37:06PM +0100, Stefan Hagen wrote: [...] > > > SUBST_VARS =${WRKSRC}/Makefile [...] > > > > CFLAGS += -I${X11BASE}/include > > LDFLAGS += -L${X11BASE}/lib > > I mixed this up. This should have been: > > post-patch: > ${SUBST_CMD} ${WRKSRC}/Makefile >

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/05 10:24:31 Modified files: net/ipv6calc : Makefile distinfo Log message: update to ipv6calc 4.1.0

Re: firefox graphics acceleration broken - missing libva

2023-11-05 Thread Landry Breuil
Le Sun, Nov 05, 2023 at 03:08:54AM +, unnamed_maker...@aleeas.com a écrit : > (sorry for the duplicate post - it seems the first attempt was not in plain > text - oops) > > On the latest OpenBSD amd64 release, since Firefox 117 (I think), graphics > acceleration has been broken and the

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/11/05 09:58:38 Modified files: wayland/libinput-openbsd: Makefile Log message: Document which libinput consumers have been explicitly deactivated.

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/11/05 09:52:58 Modified files: devel/openmpi : Makefile Log message: Prevent openmpi to detect libudev

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/11/05 09:50:35 Modified files: misc/brltty: Makefile Log message: Disable libinput support for now Set ac_cv_header_linux_input_h=no in CONFIGURE_ENV

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/11/05 09:41:11 Modified files: games/bzflag : Makefile Added files: games/bzflag/patches: patch-configure Log message: Disable libinput support for now - Disable linux rumble

Re: [new] x11/srandrd 0.6.3 - the missing hotplug daemon for X outputs

2023-11-05 Thread Stefan Hagen
Thomas Frohwein wrote (2023-11-05 15:37 CET): > On Wed, Nov 01, 2023 at 09:01:48AM +0100, Stefan Hagen wrote: > > Omar Polo wrote (2023-10-30 19:46 CET): > > > On 2023/10/30 14:28:35 +0100, Stefan Hagen > > > wrote: > > > > Stefan Hagen wrote (2023-10-30 13:56 CET): > > > > > I was looking for a

Re: update emulators/libretro-pcsx-rearmed r23

2023-11-05 Thread Thomas Frohwein
On Sat, Nov 04, 2023 at 08:10:35PM -0700, Nam Nguyen wrote: > Nam Nguyen writes: > > > Nam Nguyen writes: > > > >> Here is an inline diff for updating libretro-pcsx-rearmed to r23, > >> released on March 14, 2022. r22 was released on Feb 4, 2015 so it has > >> been a while. > > > > ping > > ping

Re: build failure, games/cataclysm-dda (picks up abseil)

2023-11-05 Thread Kirill Bychkov
On Thu, November 2, 2023 17:35, Stuart Henderson wrote: > cataclysm-dda's src/third-party/flatbuffers_int/base.h has this, which > looks for a string_view implementation: Hi! cataclysm-tiles works fine for me on amd64. OK kirby@ > > 215 #ifndef FLATBUFFERS_HAS_STRING_VIEW > 216 // Only

Re: [new] x11/srandrd 0.6.3 - the missing hotplug daemon for X outputs

2023-11-05 Thread Thomas Frohwein
On Wed, Nov 01, 2023 at 09:01:48AM +0100, Stefan Hagen wrote: > Omar Polo wrote (2023-10-30 19:46 CET): > > On 2023/10/30 14:28:35 +0100, Stefan Hagen > > wrote: > > > Stefan Hagen wrote (2023-10-30 13:56 CET): > > > > I was looking for a solution to invoke autorandr when a monitor > > > > gets

Re: (DIST_TUPLE) - Re: Update from Maintainer: games/mvdsv -> 0.36

2023-11-05 Thread Thomas Frohwein
On Wed, Nov 01, 2023 at 07:28:46AM +, Stuart Henderson wrote: [...] > (I wonder if DIST_TUPLE/bsd.port.mk can be wrangled into allowing > truncated commit hashes somehow... would need explicit signalling for > tags vs hash rather than implying based on whether the 4th argument > looks like a

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/11/05 06:56:52 Modified files: devel/sdl2 : Makefile distinfo Log message: stable bugfix update to SDL 2.28.5, build and runtime tested with multiple consumers

Re: Update from Maintainer: games/ezquake to 3.6.4

2023-11-05 Thread Thomas Frohwein
On Thu, Nov 02, 2023 at 09:27:21AM +, Tom Murphy wrote: > On Thu, Nov 02, 2023 at 01:59:53AM -0700, Nam Nguyen wrote: > > Tom Murphy writes: > > > > > Hi again, > > > > > > Apologies, in the Makefile shuffle I took out PKGNAME by mistake. > > > Updated diff below. Thanks! > > > > > > -Tom

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/11/05 05:45:06 Modified files: textproc/gron : Makefile distinfo Added files: textproc/gron/patches: patch-go_mod patch-go_sum Log message: patch gron modules list to use newer

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/11/05 05:38:10 ports/textproc/gron/patches Update of /cvs/ports/textproc/gron/patches In directory cvs.openbsd.org:/tmp/cvs-serv87078/patches Log Message: Directory /cvs/ports/textproc/gron/patches added to

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/11/05 04:54:18 Modified files: graphics/py-Pillow: Makefile distinfo Log message: update to py3-Pillow-10.1.0

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/11/05 04:47:56 Modified files: textproc/py-css-parser: Makefile distinfo Log message: update to py3-css-parser-1.0.10

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/11/05 04:47:52 Modified files: textproc/py-charset-normalizer: Makefile distinfo Log message: update to py3-charset-normalizer-3.3.2

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/11/05 04:47:44 Modified files: print/ocrmypdf : Makefile distinfo print/ocrmypdf/pkg: PLIST Log message: update to ocrmypdf-15.4.0

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/11/05 04:42:00 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-main_c Log message: update to neomutt-20231103

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/11/05 04:41:53 Modified files: devel/py-wheel : Makefile distinfo Log message: update to py3-wheel-0.41.3

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/11/05 04:41:48 Modified files: devel/py-wcmatch: Makefile distinfo Log message: update to py3-wcmatch-8.5

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/11/05 04:37:26 Modified files: multimedia/get_iplayer: Makefile distinfo Log message: update to get_iplayer-3.34

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/11/05 03:28:59 Modified files: databases/bbolt: Makefile distinfo Log message: Update bbolt to 1.3.8, tested & ok pvk This version includes jrick's fix to avoid syscall(2) use.

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/11/05 03:14:29 Modified files: sysutils/consul: Makefile distinfo Added files: sysutils/consul/patches: patch-logging_logfile_bsd_go

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/11/05 03:10:25 Modified files: net/zabbix : Makefile distinfo net/zabbix/pkg : PLIST-proxy PLIST-server Added files: net/zabbix/patches: patch-include_zbx_dbversion_constants_h

Re: CVS: cvs.openbsd.org: ports

2023-11-05 Thread Antoine Jacoutot
On Sun, Nov 05, 2023 at 01:55:40AM -0700, Solene Rapenne wrote: > CVSROOT: /cvs > Module name: ports > Changes by: sol...@cvs.openbsd.org 2023/11/05 01:55:40 > > Modified files: > net/syncthing : Makefile > net/syncthing/pkg: PLIST > Added files: > net/syncthing/pkg:

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2023/11/05 01:55:40 Modified files: net/syncthing : Makefile net/syncthing/pkg: PLIST Added files: net/syncthing/pkg: syncthing_discovery.rc syncthing_relay.rc Log message: add rc files

Re: bulk without syscall(2) results

2023-11-05 Thread Theo Buehler
On Wed, Nov 01, 2023 at 10:31:39PM +0100, Theo Buehler wrote: > I ran a bulk with the full diff removing syscall from libc and kernel > applied. Here's what broke or threw a warning. Running nm on .o files > in WRKDIR didn't find any unexpected 'syscall U'. > > Non-Go ports with warnings or build

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/05 01:37:35 Modified files: x11/xarchiver : Makefile distinfo x11/xarchiver/pkg: PLIST Log message: previous out to be to 0.5.4.21 not same .17; thanks aja

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/11/05 01:20:38 Modified files: textproc/unicode/cldr: Makefile distinfo textproc/unicode/cldr/pkg: PLIST-annotations PLIST-main Log message: Update to unicode-cldr-44.0.

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/11/05 02:18:28 ports/mail/opensmtpd-filters/spamassassin/patches Update of /cvs/ports/mail/opensmtpd-filters/spamassassin/patches In directory cvs.openbsd.org:/tmp/cvs-serv80198/patches Log Message:

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/11/05 01:17:08 Modified files: geo: Makefile Log message: Drop geocode-glib,soup3.

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/11/05 01:04:52 Modified files: mail/evolution : Makefile x11/gnome/clocks: Makefile x11/gnome/initial-setup: Makefile x11/gnome/libgweather4: Makefile

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/11/05 01:04:37 Modified files: geo/geocode-glib: Makefile Added files: geo/geocode-glib/pkg: DESCR PLIST Removed files: geo/geocode-glib/pkg: DESCR-icons DESCR-main

CVS: cvs.openbsd.org: ports

2023-11-05 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/11/05 01:29:48 Modified files: x11/gnome/text-editor: Makefile distinfo Log message: Update to gnome-text-editor-45.1.

Re: CVS: cvs.openbsd.org: ports

2023-11-05 Thread Antoine Jacoutot
On Sat, Nov 04, 2023 at 02:47:58AM -0600, Klemens Nanni wrote: > CVSROOT: /cvs > Module name: ports > Changes by: k...@cvs.openbsd.org2023/11/04 02:47:58 > > Modified files: > x11/xarchiver : Makefile distinfo > > Log message: > update to xarchiver 0.5.4.17 using DIST_TUPLE