CVS: cvs.openbsd.org: ports

2023-05-08 Thread Peter Hessler
CVSROOT:/cvs
Module name:ports
Changes by: phess...@cvs.openbsd.org2023/05/08 23:36:14

Modified files:
emulators/libchdr: Makefile 

Log message:
doesn't build on arm64, looks for a header we don't provide



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/05/08 23:20:11

Modified files:
games/redeclipse: Makefile 

Log message:
Mark games/redeclipse BROKEN, it now segfaults on startup.
games/sauerbraten which it it is derived from still works.

Thread 1 received signal SIGSEGV, Segmentation fault.
0x009c1aade3fa in client::_icmd_getplayercolour<420>::run 
(m=0x7db93a0f46c0, f=0x1) at game/client.cpp:420
420 ICOMMAND(0, getplayercolour, "bg", (int *m, int *f), 
intret(game::getcolour(game::player1, *m, *f >= 0 && *f <= 10.f ? *f : 1.f)));

reported by Matthias Radke



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Joel Sing
CVSROOT:/cvs
Module name:ports
Changes by: js...@cvs.openbsd.org   2023/05/08 23:07:00

Modified files:
lang/go: Makefile distinfo 
lang/go/patches: patch-src_cmd_link_internal_arm64_asm_go 
 patch-src_cmd_link_internal_ld_lib_go 
 patch-src_syscall_exec_unix_go 
 patch-src_syscall_zsyscall_openbsd_mips64_go 
 patch-src_syscall_zsyscall_openbsd_riscv64_go 
lang/go/pkg: PLIST 

Log message:
Update lang/go to 1.20.4



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/05/08 16:34:00

Modified files:
sysutils/gitlab-cli: Makefile distinfo modules.inc 

Log message:
udpate to gitlab-cli 1.29.1



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stefan Hagen
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2023/05/08 14:55:21

Modified files:
graphics/darktable: Makefile distinfo 
graphics/darktable/patches: patch-CMakeLists_txt 
patch-src_CMakeLists_txt 
patch-src_common_darktable_h 
patch-src_external_CMakeLists_txt 

patch-src_external_rawspeed_cmake_compiler-flags_cmake 
patch-src_is_supported_platform_h 
graphics/darktable/pkg: PLIST 
Added files:
graphics/darktable/patches: 

patch-src_external_LibRaw_src_decoders_fp_dng_cpp 

Log message:
Update darktable to version 4.2.1

# Fixes:
(process:71741): libsoup-ERROR **: 13:55:36.734: libsoup3 symbols detected. 
Using libsoup2 and libsoup3 in the same process is not supported.
Trace/BPT trap

# Port changes:
- removed geo/osm-gps-map (and therefore maps support): Fixes libsoup2/3 
conflict crash.
- added -DDONT_USE_INTERNAL_LIBRAW=ON; The bundled version works fine, but why 
build it twice, when we have it in ports anyway.
- update MODLUA_VERSION to lua5.4, otherwise it uses the bundled lua5.4
- added WANTLIB: cups, raw, SDL2
- added LIB_DEPENDS: print/cups,-libs, graphics/libraw, devel/sdl2
- updated patches (new fix: swap32 renamed to oswap32 because we have a similar 
named function in /usr/include/endian.h)

# Software changes:
https://github.com/darktable-org/darktable/releases/tag/release-4.2.1
https://github.com/darktable-org/darktable/releases/tag/release-4.2.0
https://github.com/darktable-org/darktable/releases/tag/release-4.1.0
https://github.com/darktable-org/darktable/releases/tag/release-4.0.1
https://github.com/darktable-org/darktable/releases/tag/release-4.0.0
https://github.com/darktable-org/darktable/releases/tag/release-3.9.0
https://github.com/darktable-org/darktable/releases/tag/release-3.8.1
https://github.com/darktable-org/darktable/releases/tag/release-3.8.0
https://github.com/darktable-org/darktable/releases/tag/release-3.7.0

"If it works ok :)" landry@



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/05/08 14:03:08

Modified files:
archivers/zpaqfranz: Makefile distinfo 

Log message:
update archivers/zpaqfranz to 58.3; from MAINTAINER tux0r, thanks!



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Lucas Raab
CVSROOT:/cvs
Module name:ports
Changes by: lr...@cvs.openbsd.org   2023/05/08 11:58:46

Modified files:
x11/dunst  : Makefile distinfo 
x11/dunst/patches: patch-docs_dunst_5_pod patch-config_mk 
   patch-dunstrc patch-src_dunst_c 
   patch-src_notification_c 
Added files:
x11/dunst/patches: patch-test_rules_c 
Removed files:
x11/dunst/patches: patch-src_icon-lookup_c 

Log message:
x11/dunst: update to 1.9.2

from MAINTAINER and ok op@



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/05/08 09:49:37

Modified files:
audio/mp3splt-gtk: Makefile 

Log message:
Fix LIB_DEPENDS and WANTLIB.



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/05/08 07:48:41

Modified files:
fonts/terminus-font: Makefile 
fonts/terminus-font/pkg: PLIST 

Log message:
terminus-font: upstream now has its own build infrastructure to produce
otb files, so let's use it instead of a hand-rolled alternative. ok gnezdo@



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/05/08 07:19:33

Modified files:
security/libssh: Makefile distinfo 

Log message:
update to libssh-0.10.5, includes fixes for

CVE-2023-1667: a NULL dereference during rekeying with algorithm guessing

CVE-2023-2283: a possible authorization bypass in pki_verify_data_signature
under low-memory conditions.



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/05/08 07:13:09

Modified files:
net/nfdump : Makefile 

Log message:
add comment about why nfdump is not using 1.7 yet



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/05/08 07:05:59

Modified files:
databases/citus: Makefile distinfo 
databases/citus/patches: patch-Makefile 
databases/citus/pkg: PLIST 

Log message:
update to citus-11.3.0



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/05/08 07:00:15

Modified files:
www/py-soupsieve: Makefile distinfo 

Log message:
update to py3-soupsieve-2.4.1



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/05/08 07:01:23

Modified files:
www/py-requests: Makefile distinfo 

Log message:
update to py3-requests-2.30.0



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/05/08 06:57:15

Modified files:
devel/py-virtualenv: Makefile distinfo 
devel/py-virtualenv/pkg: PLIST 

Log message:
update to py3-virtualenv-20.23.0



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/05/08 06:57:11

Modified files:
textproc/py-css-parser: Makefile distinfo 

Log message:
update to py3-css-parser-1.0.9



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/05/08 06:57:10

Modified files:
textproc/py-elementpath: Makefile distinfo 

Log message:
update to py3-elementpath-4.1.2



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/05/08 06:55:52

Modified files:
textproc/py-tomlkit: Makefile distinfo 

Log message:
update to py3-tomlkit-0.11.8



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/05/08 06:54:40

Modified files:
sysutils/py-platformdirs: Makefile distinfo 

Log message:
update to py3-platformdirs-3.5.0



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/05/08 06:54:39

Modified files:
devel/py-rich  : Makefile distinfo 

Log message:
update to py3-rich-13.3.5



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/05/08 06:54:32

Modified files:
devel/py-simplejson: Makefile distinfo 

Log message:
update to py-simplejson-3.19.1



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/05/08 05:46:41

Modified files:
textproc/libxslt: Makefile distinfo 

Log message:
Update to libxslt-1.1.38.



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2023/05/08 05:19:15

Modified files:
infrastructure/lib/DPB: Distfile.pm 

Log message:
pass engine through: even though we don't use this parameter here,
this keeps the calls consistent

reported by aja@



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/05/08 04:56:32

ports/audio/ymuse/patches

Update of /cvs/ports/audio/ymuse/patches
In directory cvs.openbsd.org:/tmp/cvs-serv1004/patches

Log Message:
Directory /cvs/ports/audio/ymuse/patches added to the repository



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/05/08 04:58:19

Modified files:
audio/ymuse: Makefile 
Added files:
audio/ymuse/patches: patch-internal_config_config_go 
 patch-internal_player_libpath_go 
 patch-internal_player_main-window_go 
 
patch-resources_metainfo_com_yktoo_ymuse_metainfo_xml 

Log message:
Merge a few fixes from upstream.



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/05/08 04:48:41

Modified files:
fonts/juliamono: Makefile distinfo 

Log message:
update fonts/juliamono to 0.048; from MAINTAINER Luarence Tratt, thanks!



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/05/08 04:17:53

Log message:
Import ymuse-0.21.

Ymuse is an easy, functional, and snappy GTK front-end (client) for Music 
Player
Daemon written in Go.

OK lraab@ landry@

Status:

Vendor Tag: ajacoutot
Release Tags:   ajacoutot_20230508

N ports/audio/ymuse/Makefile
N ports/audio/ymuse/distinfo
N ports/audio/ymuse/pkg/DESCR
N ports/audio/ymuse/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/05/08 04:19:42

Modified files:
audio  : Makefile 

Log message:
+ymuse



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/05/08 03:50:42

Modified files:
devel/libgit2/py-git2: Makefile distinfo 

Log message:
Update to py3-git2-1.12.1.



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Solene Rapenne
CVSROOT:/cvs
Module name:ports
Changes by: sol...@cvs.openbsd.org  2023/05/08 03:24:35

Modified files:
meta/xfce  : Makefile 
meta/xfce/pkg  : README-main 

Log message:
drop an obsolete sentence about XFCE integration in GDM
nowadays, it just works out of the box

ok landry@



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/05/08 02:27:11

Modified files:
security/rust-openssl-tests: Makefile crates.inc distinfo 
security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20230508



CVS: cvs.openbsd.org: ports

2023-05-08 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2023/05/08 01:18:45

Modified files:
devel/p5-PAR-Dist: Makefile distinfo 

Log message:
Update to p5-PAR-Dist-0.52.