CVS: cvs.openbsd.org: ports

2023-10-18 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2023/10/18 20:33:13

Modified files:
databases/redis: Makefile distinfo 

Log message:
Update to redis-6.2.14

(CVE-2023-45145) The wrong order of listen(2) and chmod(2) calls
creates a race condition that can be used by another process to
bypass desired Unix socket permissions on startup.



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/10/18 16:18:22

Modified files:
sysutils/patchelf: Makefile 

Log message:
fix manual sectiaon for ld.so in patchelf.1



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/10/18 15:43:07

Modified files:
mail/neomutt   : Makefile 
Removed files:
mail/neomutt/patches: patch-color_ansi_c patch-color_command_c 
  patch-pager_display_c 

Log message:
Remove neomutt patches compensating for old curses.



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/10/18 15:08:34

Modified files:
sysutils/patchelf: Makefile 

Log message:
update sparc64 test comment



CVS: cvs.openbsd.org: ports

2023-10-18 Thread James Turner
CVSROOT:/cvs
Module name:ports
Changes by: jtur...@cvs.openbsd.org 2023/10/18 13:47:02

Modified files:
lang/janet : Makefile distinfo 

Log message:
Update janet to 1.32.1



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/10/18 13:35:54

Modified files:
devel/github-cli: Makefile distinfo modules.inc 

Log message:
update to github-cli 2.37.0



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/10/18 13:04:30

Modified files:
x11/qt6ct  : Makefile distinfo 
Added files:
x11/qt6ct/patches: patch-CMakeLists_txt 

Log message:
update to qt6ct 0.9



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/10/18 13:03:50

ports/x11/qt6ct/patches

Update of /cvs/ports/x11/qt6ct/patches
In directory cvs.openbsd.org:/tmp/cvs-serv9111/patches

Log Message:
Directory /cvs/ports/x11/qt6ct/patches added to the repository



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Volker Schlecht
CVSROOT:/cvs
Module name:ports
Changes by: vol...@cvs.openbsd.org  2023/10/18 10:48:09

Modified files:
devel/difftastic: Makefile crates.inc distinfo 
devel/difftastic/patches: patch-Cargo_lock patch-Cargo_toml 

Log message:
devel/difftastic: Update to 0.52.0

diff from Laurent Cheylus, thanks



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2023/10/18 09:51:05

Modified files:
audio/audacity : Makefile 
Added files:
audio/audacity/patches: patch-src_export_ExportMP3_cpp 

Log message:
recognize mp3lame out of the box, okay sthen@, aja@



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/10/18 08:21:43

Modified files:
geo/qgis   : Makefile 
Added files:
geo/qgis/patches: patch-cmake_FindPDAL_cmake 

Log message:
geo/qgis: adjust cmake goo to find pdal 2.6

simpler fix than upstream in https://github.com/qgis/QGIS/pull/54940 but
this one also works



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/10/18 08:19:56

Modified files:
geo/pdal   : Makefile distinfo 
geo/pdal/patches: patch-cmake_macros_cmake 
  patch-pdal_util_CMakeLists_txt 
geo/pdal/pkg   : PLIST 
Added files:
geo/pdal/patches: patch-cmake_test_cmake 

Log message:
geo/pdal: update to 2.6.0

see https://github.com/PDAL/PDAL/releases/tag/2.6.0



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/10/18 07:32:04

Modified files:
www/chromium   : Makefile 
www/ungoogled-chromium: Makefile 

Log message:
oops, my i386 DPB_PROPERTIES .if should have used MACHINE_ARCH not ARCH



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/10/18 06:00:18

Modified files:
geo/gpx-viewer : Makefile 

Log message:
geo/gpx-viewer: add missing BDEP on vala, reported by ajacoutot@



CVS: cvs.openbsd.org: ports

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

Modified files:
archivers/snappy: Makefile 

Log message:
snappy: unify build behaviour between gcc/clang archs

- set flags to add /usr/local/include to header search path unconditionally
rather than just on ports-clang archs.

- set flags to add /usr/local/lib to library search path on base-compiler
archs (previously, with ports-gcc it's searching there automatically and
picking up lz4/lzo2 if present, but with base-clang it isn't.

- register dep on lz4/lzo2. they're used in tests only, so add as
BUILD_DEPENDS not LIB_DEPENDS. fixes possible intermittent build problem
if they're present during configure and then junked (though for lz4,
that's not a practical issue, as snappy uses cmake which depends on lz4
anyway).

no pkg change -> no bump

ok tb@ kn@



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/10/18 04:52:52

Modified files:
www/chromium   : Makefile distinfo 
www/chromium/patches: patch-chrome_common_chrome_features_cc 

Log message:
update to 118.0.5993.88



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/10/18 04:36:46

Modified files:
infrastructure/mk: bsd.port.mk 

Log message:
it's SITE_BACKUP, not SITES_BACKUP



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/10/18 02:20:58

Modified files:
security/xmlsec: Makefile 

Log message:
xmlsec now uses many warning options base-gcc doesn't understand.

Ditch the old base-gcc c99 dance and switch to ports-gcc

Fixes the build on sparc64



Re: CVS: cvs.openbsd.org: ports

2023-10-18 Thread Stuart Henderson
fixed, missed cvs add.

On 2023/10/18 08:45, Antoine Jacoutot wrote:
> On Tue, Oct 17, 2023 at 01:44:12AM -0600, Stuart Henderson wrote:
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: st...@cvs.openbsd.org   2023/10/17 01:44:12
> > 
> > Modified files:
> > www/c-icap/c-icap: Makefile distinfo 
> > 
> > Log message:
> > update to c-icap-0.5.11
> 
> /usr/bin/libtool --tag=disable-static  --tag=CC   --mode=compile cc 
> -DHAVE_CONFIG_H -I.   -I/usr/local/include/db4 -I/usr/local/include 
> -fvisibility=hidden -I./include/ -Iinclude/  -DCI_BUILD_LIB -D_REENTRANT 
> -O2 -pipe -Wall -D_FILE_OFFSET_BITS=64 -MT libicapapi_la-util.lo -MD -MP -MF 
> .deps/libicapapi_la-util.Tpo -c -o libicapapi_la-util.lo `test -f 'util.c' || 
> echo './'`util.c
> cc -DHAVE_CONFIG_H -I. -I/usr/local/include/db4 -I/usr/local/include 
> -fvisibility=hidden -I./include/ -Iinclude/ -DCI_BUILD_LIB -D_REENTRANT -O2 
> -pipe -Wall -D_FILE_OFFSET_BITS=64 -MT libicapapi_la-util.lo -MD -MP -MF 
> .deps/libicapapi_la-util.Tpo -c util.c -fPIC -DPIC -o 
> .libs/libicapapi_la-util.o
> util.c:158:1: warning: non-void function does not return a value in all 
> control paths [-Wreturn-type]
> }
> ^
> 1 warning generated.
> mv -f .deps/libicapapi_la-util.Tpo .deps/libicapapi_la-util.Plo
> /usr/bin/libtool --tag=disable-static  --tag=CC   --mode=compile cc 
> -DHAVE_CONFIG_H -I.   -I/usr/local/include/db4 -I/usr/local/include 
> -fvisibility=hidden -I./include/ -Iinclude/  -DCI_BUILD_LIB -D_REENTRANT 
> -O2 -pipe -Wall -D_FILE_OFFSET_BITS=64 -MT os/unix/libicapapi_la-net_io.lo 
> -MD -MP -MF os/unix/.deps/libicapapi_la-net_io.Tpo -c -o 
> os/unix/libicapapi_la-net_io.lo `test -f 'os/unix/net_io.c' || echo 
> './'`os/unix/net_io.c
> cc -DHAVE_CONFIG_H -I. -I/usr/local/include/db4 -I/usr/local/include 
> -fvisibility=hidden -I./include/ -Iinclude/ -DCI_BUILD_LIB -D_REENTRANT -O2 
> -pipe -Wall -D_FILE_OFFSET_BITS=64 -MT os/unix/libicapapi_la-net_io.lo -MD 
> -MP -MF os/unix/.deps/libicapapi_la-net_io.Tpo -c os/unix/net_io.c -fPIC 
> -DPIC -o os/unix/.libs/libicapapi_la-net_io.o
> mv -f os/unix/.deps/libicapapi_la-net_io.Tpo 
> os/unix/.deps/libicapapi_la-net_io.Plo
> /usr/bin/libtool --tag=disable-static  --tag=CC   --mode=compile cc 
> -DHAVE_CONFIG_H -I.   -I/usr/local/include/db4 -I/usr/local/include 
> -fvisibility=hidden -I./include/ -Iinclude/  -DCI_BUILD_LIB -D_REENTRANT 
> -O2 -pipe -Wall -D_FILE_OFFSET_BITS=64 -MT 
> os/unix/libicapapi_la-proc_mutex.lo -MD -MP -MF 
> os/unix/.deps/libicapapi_la-proc_mutex.Tpo -c -o 
> os/unix/libicapapi_la-proc_mutex.lo `test -f 'os/unix/proc_mutex.c' || echo 
> './'`os/unix/proc_mutex.c
> cc -DHAVE_CONFIG_H -I. -I/usr/local/include/db4 -I/usr/local/include 
> -fvisibility=hidden -I./include/ -Iinclude/ -DCI_BUILD_LIB -D_REENTRANT -O2 
> -pipe -Wall -D_FILE_OFFSET_BITS=64 -MT os/unix/libicapapi_la-proc_mutex.lo 
> -MD -MP -MF os/unix/.deps/libicapapi_la-proc_mutex.Tpo -c 
> os/unix/proc_mutex.c -fPIC -DPIC -o os/unix/.libs/libicapapi_la-proc_mutex.o
> os/unix/proc_mutex.c:47:7: error: redefinition of 'semun'
> union semun {
>   ^
> /usr/include/sys/sem.h:79:7: note: previous definition is here
> union semun {
>   ^
> 1 error generated.
> Error while executing cc -DHAVE_CONFIG_H -I. -I/usr/local/include/db4 
> -I/usr/local/include -fvisibility=hidden -I./include/ -Iinclude/ 
> -DCI_BUILD_LIB -D_REENTRANT -O2 -pipe -Wall -D_FILE_OFFSET_BITS=64 -MT 
> os/unix/libicapapi_la-proc_mutex.lo -MD -MP -MF 
> os/unix/.deps/libicapapi_la-proc_mutex.Tpo -c os/unix/proc_mutex.c -fPIC 
> -DPIC -o os/unix/.libs/libicapapi_la-proc_mutex.o
> gmake[2]: *** [Makefile:1114: os/unix/libicapapi_la-proc_mutex.lo] Error 1
> gmake[2]: Leaving directory '/exopi-obj/pobj/c_icap-0.5.11/c_icap-0.5.11'
> gmake[1]: Leaving directory '/exopi-obj/pobj/c_icap-0.5.11/c_icap-0.5.11'
> gmake[1]: *** [Makefile:1425: all-recursive] Error 1
> gmake: *** [Makefile:632: all] Error 2
> *** Error 2 in www/c-icap/c-icap 
> (/exopi-cvs/ports/infrastructure/mk/bsd.port.mk:3034 
> '/exopi-obj/pobj/c_icap-0.5.11/.build_done': @cd /exop...)
> *** Error 2 in www/c-icap/c-icap 
> (/exopi-cvs/ports/infrastructure/mk/bsd.port.mk:2677 'build': 
> @lock=c_icap-0.5.11;  export _LOCKS_HELD=" c_...)
> ===> Exiting www/c-icap/c-icap with an error
> 
> 
> 
> -- 
> Antoine
> 



CVS: cvs.openbsd.org: ports

2023-10-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/10/18 01:11:36

Added files:
www/c-icap/c-icap/patches: patch-configure_ac 

Log message:
unbreak, missed cvs add