CVS: cvs.openbsd.org: ports

2023-04-18 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/04/18 23:58:11 Modified files: devel/robsd: Makefile Log message: Shift to base-clang and ports-gcc Fixes build on sparc64

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/04/18 23:48:45 Removed files: graphics/ffmpegthumbnailer/patches: patch-CMakeLists_txt Log message: graphics/ffmpegthumbnailer: remove empty patch reminded by brad, thanks !

Re: WM_CLASS/StartupWMClass, desktop files & mozilla ports (was: Re: help creating new port: x11/xfce4/xfce4-docklike)

2023-04-18 Thread Landry Breuil
Le Tue, Apr 18, 2023 at 10:20:54PM +0200, Joel Carnat a écrit : > Le 18/04/2023 à 16:08, Landry Breuil a écrit : > > > > > > Can you try removing the '-default' suffixing horror, and just add > > > StartupWMClass=firefox (or thunderbird, or firefox-esr..) to your custom > > > desktop file and

Re: unbreak/update databases/influxdb

2023-04-18 Thread Landry Breuil
Le Tue, Apr 18, 2023 at 06:43:21PM +0200, Martin REINDL a écrit : > Am 16.04.2023 um 19:11 schrieb Landry Breuil: > > Hi, > > > > spent some days fixin' influxdb which currently badly crashes at startup > > on 7.3 with SIGSYS, due to go and syscalls *sigh*. > > > > diffs attached: > > -

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Greg Steuck
CVSROOT:/cvs Module name:ports Changes by: gne...@cvs.openbsd.org 2023/04/18 21:54:57 Modified files: x11/xmobar : Makefile distinfo x11/xmobar/patches: patch-xmobar_cabal Added files: x11/xmobar/patches: patch-etc_xmobar_config Removed files:

new emulators/flycast

2023-04-18 Thread Nam Nguyen
Please find attached a new port for emulators/flycast, a dreamcast emulator. I was able to upstream a lot of openbsd fixes. This commit was based on rpcs3's fix for struct sigcontext. It also includes a mimmutable fix, marking a section .openbsd.mutable; this was also done in emulators/desmume.

new lang/luabridge

2023-04-18 Thread Nam Nguyen
Please find attached a new port for lang/luabridge, a headers-only library. It will be required building emulators/flycast. DESCR: LuaBridge is a lightweight and dependency-free library for mapping data, functions, and classes back and forth between C++ and Lua, a powerful, fast, lightweight,

graphics/glslang build shared libs

2023-04-18 Thread Nam Nguyen
Here is a diff to build shared libraries for glslang. This shared lib glslang will be used by emulators/flycast. I checked consumers graphics/vulkan-tools and graphics/piglit and they both build and run. -Wl,--no-undefined is removed to avoid compiler error about missing functions. ok?

new emulators/libchdr

2023-04-18 Thread Nam Nguyen
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 codebase which read up to CHDv4 with OS-dependent features removed, and

UPDATE: pianobar 2022.04.01

2023-04-18 Thread Brad Smith
Here is an update to pianobar 2022.04.01. Release 2022.04.01 - Not a joke - Fix compilation with ffmpeg 5.0 and replace deprecated function - Improved retry handling with unreliable HTTP proxies - Minor UI improvements Index: Makefile

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2023/04/18 14:32:53 Modified files: graphics/p5-GD : Makefile distinfo Log message: update p5-GD to 2.76

Re: WM_CLASS/StartupWMClass, desktop files & mozilla ports (was: Re: help creating new port: x11/xfce4/xfce4-docklike)

2023-04-18 Thread Joel Carnat
Le 18/04/2023 à 16:08, Landry Breuil a écrit : Le Tue, Apr 18, 2023 at 08:25:54AM +0200, Landry Breuil a écrit : Le Sun, Apr 16, 2023 at 06:53:35PM +0200, Joel Carnat a écrit : Le 16/04/2023 à 18:21, Landry Breuil a écrit : Le Fri, Apr 14, 2023 at 09:49:38AM +0200, Joel Carnat a écrit :

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/04/18 14:13:05 Modified files: databases/influxdb: Tag: OPENBSD_7_3 Makefile distinfo modules.inc databases/influxdb/patches: Tag: OPENBSD_7_3 patch-go_mod

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2023/04/18 14:11:29 Modified files: devel/p5-Net-Server: Makefile distinfo devel/p5-Net-Server/patches: patch-lib_Net_Server_Proto_SSLEAY_pm

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/04/18 13:57:10 Modified files: databases/influxdb: Makefile distinfo modules.inc databases/influxdb/patches: patch-go_mod patch-go_sum patch-man_Makefile

Re: update emulators/sameboy 0.15.8 [Was Re: update devel/rgbds 0.6.1]

2023-04-18 Thread Nam Nguyen
Nam Nguyen writes: > "Anthony J. Bentley" writes: > >> sameboy actually has a build dependency on rgbds. Can you test that it >> still builds? > > A sameboy update for 0.15.8 is inline. Since 0.15.7, it now builds with > new rgbds. "SameBoy (and SameBoot) can now be built with RGBDS 0.6.x; >

update emulators/sameboy 0.15.8 [Was Re: update devel/rgbds 0.6.1]

2023-04-18 Thread Nam Nguyen
"Anthony J. Bentley" writes: > sameboy actually has a build dependency on rgbds. Can you test that it > still builds? A sameboy update for 0.15.8 is inline. Since 0.15.7, it now builds with new rgbds. "SameBoy (and SameBoot) can now be built with RGBDS 0.6.x; support for RGBDS 0.4.x has been

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2023/04/18 13:17:16 Modified files: editors/neovim : Makefile distinfo editors/neovim/pkg: PLIST Log message: editors/neovim: update to version 0.9.0. Initial diff from Laurence Tratt, with some

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2023/04/18 13:13:29 Modified files: textproc/tree-sitter: Makefile crates.inc distinfo Log message: textproc/tree-sitter: update to version 0.20.8. Required for neovim-0.9.0. Diff from Laurence Tratt,

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/04/18 13:07:17 Modified files: textproc/solr : Tag: OPENBSD_7_3 Makefile distinfo textproc/solr/patches: Tag: OPENBSD_7_3 patch-bin_solr textproc/solr/pkg: Tag: OPENBSD_7_3 PLIST

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/04/18 13:06:20 Modified files: textproc/solr : Makefile textproc/solr/patches: patch-bin_solr Log message: patch solr wrapper script to use ps -ww when trying to identify the correct pid to

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/04/18 12:05:38 Modified files: geo/mapserver : Makefile distinfo geo/mapserver/patches: patch-CMakeLists_txt Removed files: geo/mapserver/patches:

Re: unbreak/update databases/influxdb

2023-04-18 Thread Martin REINDL
Am 16.04.2023 um 19:11 schrieb Landry Breuil: Hi, spent some days fixin' influxdb which currently badly crashes at startup on 7.3 with SIGSYS, due to go and syscalls *sigh*. diffs attached: - influxdb-1.8.10-stable.diff is for 7.3 and 'only' updates x/sys to 0.5.0, i've it running fine on

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/18 10:14:09 Modified files: x11/mate/desktop: Makefile Added files: x11/mate/desktop/patches: patch-libmate-desktop_mate-bg_c Log message: fix a crash when caja has a background

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/04/18 10:13:34 ports/x11/mate/desktop/patches Update of /cvs/ports/x11/mate/desktop/patches In directory cvs.openbsd.org:/tmp/cvs-serv19700/patches Log Message: Directory /cvs/ports/x11/mate/desktop/patches

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/04/18 09:59:47 Modified files: textproc/yq: Makefile distinfo Log message: update to yq 3.2.1

Re: [rfc] postgresql extensions & pg_upgrade

2023-04-18 Thread Stuart Henderson
On 2023/04/18 17:24, Florian Obser wrote: > On 2023-04-18 15:47 +02, Landry Breuil wrote: > > Le Tue, Apr 18, 2023 at 09:04:00AM +0100, Stuart Henderson a écrit : > >> On 2023/04/18 09:05, Landry Breuil wrote: > >> > What do postgresql users do when upgrading databases with extensions ? > >> >

Re: [rfc] postgresql extensions & pg_upgrade

2023-04-18 Thread Florian Obser
On 2023-04-18 15:47 +02, Landry Breuil wrote: > Le Tue, Apr 18, 2023 at 09:04:00AM +0100, Stuart Henderson a écrit : >> On 2023/04/18 09:05, Landry Breuil wrote: >> > What do postgresql users do when upgrading databases with extensions ? >> > Use the manual dump/restore way ? >> >> That's what I

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/04/18 09:04:37 Modified files: textproc/solr : Tag: OPENBSD_7_3 Makefile Log message: fix java version, spotted by landry

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/04/18 09:02:58 Modified files: security/p5-Crypt-OpenSSL-EC: Makefile Added files: security/p5-Crypt-OpenSSL-EC/patches: patch-EC_xs Log message: p5-Crypt-OpenSSL-EC: make this code not use

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/04/18 09:01:42 Modified files: lang/ruby/3.0 : Makefile Added files: lang/ruby/3.0/patches: patch-ext_openssl_ossl_pkey_ec_c Log message: Prepare ruby/3.0 for upcoming libcrypto bump

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/04/18 08:49:02 Modified files: security/rust-openssl-tests: Makefile distinfo Log message: Update to rust-openssl-tests 20230418

Remove comms/wy60?

2023-04-18 Thread Christian Weisgerber
I would like to remove comms/wy60, a "curses-based emulator for the Wyse 60 terminal". Does anybody still use this? Has anybody ever? Upstream is long dead. The last release was in 2007. It still runs, but I'm not convinced that it works well or ever did. -- Christian "naddy" Weisgerber

Re: [rfc] postgresql extensions & pg_upgrade

2023-04-18 Thread Stuart Henderson
On 2023/04/18 15:47, Landry Breuil wrote: > Le Tue, Apr 18, 2023 at 09:04:00AM +0100, Stuart Henderson a écrit : > > On 2023/04/18 09:05, Landry Breuil wrote: > > > What do postgresql users do when upgrading databases with extensions ? > > > Use the manual dump/restore way ? > > > > That's what I

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/04/18 08:19:39 Modified files: telephony/iaxmodem: Makefile distinfo telephony/iaxmodem/patches: patch-iaxmodem_c Log message: update to iaxmodem-1.3.4

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/04/18 08:19:38 Modified files: security/yubico/yubikey-manager: Makefile distinfo security/yubico/yubikey-manager/pkg: PLIST Log message: update to yubikey-manager-5.1.0

Re: WM_CLASS/StartupWMClass, desktop files & mozilla ports (was: Re: help creating new port: x11/xfce4/xfce4-docklike)

2023-04-18 Thread Landry Breuil
Le Tue, Apr 18, 2023 at 08:25:54AM +0200, Landry Breuil a écrit : > Le Sun, Apr 16, 2023 at 06:53:35PM +0200, Joel Carnat a écrit : > > Le 16/04/2023 à 18:21, Landry Breuil a écrit : > > > Le Fri, Apr 14, 2023 at 09:49:38AM +0200, Joel Carnat a écrit : > > > > > > > > Only the Exec part: > > > >

Re: [rfc] postgresql extensions & pg_upgrade

2023-04-18 Thread Landry Breuil
Le Tue, Apr 18, 2023 at 09:04:00AM +0100, Stuart Henderson a écrit : > On 2023/04/18 09:05, Landry Breuil wrote: > > What do postgresql users do when upgrading databases with extensions ? > > Use the manual dump/restore way ? > > That's what I did last time I needed it. I thought the pkg-readme >

回复: x11/lxqt: Update to 1.2.0

2023-04-18 Thread wen heping
lxqt released 1.3.0 today, would someone have a test of this patch ? wen 发件人: wen heping 发送时间: 2023年3月9日 11:00 收件人: ports@openbsd.org 主题: x11/lxqt: Update to 1.2.0 Hi, ports@: Here is a patch for x11/lxqt to update to 1.2.0, it include 25 ports

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/04/18 05:08:53 Modified files: lang/go: go.port.mk Log message: lang/go/go.port.mk: don't override EXTRACT_ONLY but append to it allows ports using the module to set the value, the module

powerpc bulk build report

2023-04-18 Thread gkoehler
Bulk build on macppc-0.ports.openbsd.org Started : Fri Mar 24 21:31:25 MDT 2023 Finished: Tue Apr 18 03:57:26 MDT 2023 Duration: 24 Days 6 hours 26 minutes Built using OpenBSD 7.3 (GENERIC) #99: Wed Mar 22 13:47:00 MDT 2023 Built 9971 packages Number of packages built each day: Mar 24: 172 Mar

UPDATE: Suricata-6.0.11

2023-04-18 Thread Gonzalo L. Rodriguez
Hi, Update for Suricata to 6.0.11: https://github.com/OISF/suricata/releases/tag/suricata-6.0.11 OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/security/suricata/Makefile,v retrieving revision 1.58 diff -u -p

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2023/04/18 02:52:08 Modified files: www/nextcloud : Makefile Log message: Add nc 26

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2023/04/18 02:51:44 Added files: www/nextcloud/26: Makefile distinfo www/nextcloud/26/pkg: PLIST Log message: Add Nextcloud 26 OK landry@

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2023/04/18 02:49:15 ports/www/nextcloud/26/pkg Update of /cvs/ports/www/nextcloud/26/pkg In directory cvs.openbsd.org:/tmp/cvs-serv83479/26/pkg Log Message: Directory /cvs/ports/www/nextcloud/26/pkg added to the

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2023/04/18 02:49:00 ports/www/nextcloud/26 Update of /cvs/ports/www/nextcloud/26 In directory cvs.openbsd.org:/tmp/cvs-serv62319/26 Log Message: Directory /cvs/ports/www/nextcloud/26 added to the repository

Re: [rfc] postgresql extensions & pg_upgrade

2023-04-18 Thread Stuart Henderson
On 2023/04/18 09:05, Landry Breuil wrote: > What do postgresql users do when upgrading databases with extensions ? > Use the manual dump/restore way ? That's what I did last time I needed it. I thought the pkg-readme mentioned this but I just checked and I see it doesn't so at least we shoukd add

[update] geo/traccar 5.7

2023-04-18 Thread Renaud Allard
Hello, Here is an update to geo/traccar 5.7. There are no imcompatible changes. However default.xml config file has changed and now needs 3 times ../ in the changelog path for some reason. Best RegardsIndex: Makefile === RCS

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/18 01:24:15 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.45.3.

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/18 01:13:43 Modified files: x11/gnome/aisleriot: Makefile distinfo Log message: Update to aisleriot-3.22.29.

CVS: cvs.openbsd.org: ports

2023-04-18 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/04/18 01:07:58 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo Log message: Update to p5-Sys-Virt-9.2.0.

[rfc] postgresql extensions & pg_upgrade

2023-04-18 Thread Landry Breuil
Hi, recently updated one of my servers to 7.3, and in doing so updated from psql 14 to 15. Went for the pg_upgrade path which requires postgresql-previous, all looked fine.. until it tried dumping one of my DBs which uses the postgis extension. the general idea was that it failed accessing

WM_CLASS/StartupWMClass, desktop files & mozilla ports (was: Re: help creating new port: x11/xfce4/xfce4-docklike)

2023-04-18 Thread Landry Breuil
Le Sun, Apr 16, 2023 at 06:53:35PM +0200, Joel Carnat a écrit : > Le 16/04/2023 à 18:21, Landry Breuil a écrit : > > Le Fri, Apr 14, 2023 at 09:49:38AM +0200, Joel Carnat a écrit : > > > > > > Only the Exec part: > > > # diff /usr/local/share/applications/firefox.desktop > > >

Re: update devel/rgbds 0.6.1

2023-04-18 Thread bentley
Nam Nguyen writes: > - workaround in Makefile patch from [1] for vasprintf bug in openbsd > headers when POSIX_C_SOURCE=200809L is defined. This was discussed by > bentley@ in [1] and rsadowski@ in [2]. I propose having this as a > temporary workaround until openbsd's llvm headers can be