CVS: cvs.openbsd.org: ports

2024-02-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2024/02/25 01:00:20

Modified files:
print/qpdf : Makefile distinfo 
print/qpdf/patches: patch-CMakeLists_txt 

Log message:
Update to qpdf-11.9.0.



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2024/02/25 02:51:52

Modified files:
graphics/jpeg  : Makefile distinfo 
graphics/jpeg/patches: patch-CMakeLists_txt 
   patch-simd_x86_64_jchuff-sse2_asm 

Log message:
update to libjpeg-turbo-3.0.2



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/02/25 03:12:23

Modified files:
security/openssl/3.1: Makefile 
security/openssl/3.1/patches: 
  patch-crypto_aes_asm_bsaes-x86_64_pl 

Log message:
openssl/3.1: add missing endbr64

Add missing landing pads for ossl_bsaes_xts_{de,en}crypt()

ok kettenis



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/02/25 03:13:01

Modified files:
security/openssl/quictls: Makefile 
security/openssl/quictls/patches: 
  patch-crypto_aes_asm_bsaes-x86_64_pl 

Log message:
quictls: sync patches with openssl/3.1 (missing endbr64 for aes xts)



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/02/25 03:13:33

Modified files:
security/openssl/3.2: Makefile 
security/openssl/3.2/patches: 
  patch-crypto_aes_asm_bsaes-x86_64_pl 

Log message:
openssl/3.2: sync patches with openssl/3.1 (missing endbr64 for aes xts)



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/02/25 03:15:34

Modified files:
sysutils/borgbackup/2.0: Makefile 

Log message:
borgbackup/2.0: bump after openssl/3.1 asm changes (static link)



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/02/25 03:16:25

Modified files:
mail/postfix/stable: Makefile 

Log message:
mail/postfix/stable: bump after openssl/3.1 asm changes (static link)



Re: CVS: cvs.openbsd.org: ports

2024-02-25 Thread Stuart Henderson
On 2024/02/24 22:51, Daniel Dickman wrote:
> 
> 
> On Wed, 21 Feb 2024, Anthony J. Bentley wrote:
> 
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: bent...@cvs.openbsd.org 2024/02/21 22:44:26
> > 
> > Modified files:
> > emulators/gambatte: Makefile 
> > 
> > Log message:
> > Python 2 is only used for tests; fix {BUILD,RUN}_DEPENDS.
> > 
> > 
> 
> Surprisingly I think this might now need an explicit:
> 
> TEST_DEPENDS = lang/python/${MODPY_VERSION}
> 
> Without Python already installed and without a TDEP on py-test, there's 
> nothing to force python to be installed.

pytest is python3-only so that wouldn't help anyway.

> And the latest commit now hides the fact that gambatte is a consumer of 
> python2 from show-reverse-deps.
> 
> Maybe something that should be fixed in python.port.mk? I haven't looked 
> too closely what the python module does for tests. On the other hand there 
> are probably very few ports left with TDEPs on python 2 so might not be 
> worth fixing centrally...

I first thought that TEST_DEPENDS (either lang/python/${MODPY_VERSION}
or ${MODPY_RUN_DEPENDS}) would be the right thing to do, but then I
spotted MODPY_TESTDEP so actually I think we need:

Index: python.port.mk
===
RCS file: /cvs/ports/lang/python/python.port.mk,v
retrieving revision 1.183
diff -u -p -r1.183 python.port.mk
--- python.port.mk  22 Dec 2023 12:51:20 -  1.183
+++ python.port.mk  25 Feb 2024 10:37:30 -
@@ -132,6 +132,8 @@ NO_TEST = Yes
 MODPY_TEST_DEPENDS =   ${RUN_DEPENDS}
 MODPY_TEST_DEPENDS +=  devel/py-test${MODPY_FLAVOR}
 .  endif
+.else
+MODPY_TEST_DEPENDS =   ${MODPY_RUN_DEPENDS}
 .endif
 
 .if ${NO_BUILD:L} == "no"



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2024/02/25 04:36:11

Modified files:
mail/dovecot-fts-xapian: Makefile distinfo 

Log message:
update to dovecot-fts-xapian-1.7.0



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2024/02/25 05:24:33

Modified files:
games/freeciv  : Makefile 

Log message:
Unbreak: fix LDEP and WANTLIB after recent sdl2-* updates.



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/02/25 06:40:36

Modified files:
games/allegro  : Makefile 
games/allegro/patches: 
   patch-include_allegro_platform_alunixac_hin 
Added files:
games/allegro/patches: patch-src_amd64_asmdefs_inc 

Log message:
games/allegro: add missing endbr64

ok kettenis



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2024/02/25 06:43:48

Modified files:
fonts/unifont  : Makefile distinfo 
fonts/unifont/pkg: PLIST 

Log message:
Update to unifont-15.1.05, no longer ships ttf fonts, only otf fonts



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Thomas Frohwein
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/02/25 06:47:52

Modified files:
devel/sdl2-mixer: Makefile 

Log message:
I missed new dlopen(3) library dependencies on wavpack and libxmp. Add
those. Found by aja@ - thanks!



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2024/02/25 07:45:21

Modified files:
meta/gnome : Makefile 

Log message:
Add HOMEPAGE.



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2024/02/25 07:46:13

Modified files:
meta/jitsi : Makefile 

Log message:
PERMIT_PACKAGE is inherited from Makefile.inc.



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Mark Kettenis
CVSROOT:/cvs
Module name:ports
Changes by: kette...@cvs.openbsd.org2024/02/25 08:04:17

Modified files:
multimedia/x264: Makefile 
multimedia/x264/patches: patch-common_x86_x86inc_asm 

Log message:
Another macro that needs an ENDBR64 instruction.

ok tb@



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2024/02/25 09:35:49

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
obsolete qt5/webkit goldendict;  OK tb



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2024/02/25 09:37:09

Modified files:
textproc   : Makefile 
Removed files:
textproc/goldendict: Makefile distinfo 
textproc/goldendict/patches: patch-goldendict_pro patch-main_cc 
textproc/goldendict/pkg: DESCR PLIST 

Log message:
reomve goldendict, superseded by goldendict-ng



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Daniel Dickman
CVSROOT:/cvs
Module name:ports
Changes by: dan...@cvs.openbsd.org  2024/02/25 10:00:25

Modified files:
math/pari  : Makefile distinfo 

Log message:
update pari to 2.15.5; a bugfix release



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2024/02/25 10:15:17

ports/multimedia/py-chromecast/patches

Update of /cvs/ports/multimedia/py-chromecast/patches
In directory cvs.openbsd.org:/tmp/cvs-serv57593/patches

Log Message:
Directory /cvs/ports/multimedia/py-chromecast/patches added to the repository



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2024/02/25 10:16:04

Modified files:
multimedia/py-chromecast: Makefile distinfo 
multimedia/py-chromecast/pkg: PLIST 
Added files:
multimedia/py-chromecast/patches: patch-pyproject_toml 

Log message:
Update to py3-chromecast-14.0.0.



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2024/02/25 12:10:21

Modified files:
security/libsrtp: Makefile distinfo 
security/libsrtp/patches: patch-include_srtp_h patch-srtp_srtp_c 

Log message:
update to libsrtp-2.6.0



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2024/02/25 12:17:18

Modified files:
graphics/png   : Makefile distinfo 

Log message:
update to png-1.6.43, from Brad



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2024/02/25 13:10:10

Modified files:
www/chromium/patches: 
  
patch-third_party_blink_renderer_core_xml_xslt_processor_h 
  
patch-third_party_blink_renderer_core_xml_xslt_processor_libxslt_cc 
  
patch-third_party_perfetto_src_trace_processor_db_column_numeric_storage_cc 
www/ungoogled-chromium/patches: 

patch-third_party_perfetto_src_trace_processor_db_column_numeric_storage_cc 
Removed files:
www/chromium/patches: 
  
patch-third_party_perfetto_src_trace_processor_db_column_h 
www/ungoogled-chromium/patches: 

patch-third_party_perfetto_src_trace_processor_db_column_h 

Log message:
sync patches with shared bsd repo



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Daniel Dickman
CVSROOT:/cvs
Module name:ports
Changes by: dan...@cvs.openbsd.org  2024/02/25 13:32:52

Modified files:
audio/mkplaylist: Makefile 
audio/mkplaylist/pkg: PLIST 

Log message:
update to point at the current homepage and download site



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Daniel Dickman
CVSROOT:/cvs
Module name:ports
Changes by: dan...@cvs.openbsd.org  2024/02/25 13:42:58

Modified files:
audio  : Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 
Removed files:
audio/mkplaylist: Makefile distinfo 
audio/mkplaylist/files: mkplaylist.1 setup.py 
audio/mkplaylist/pkg: DESCR PLIST 

Log message:
retire mkplaylist which is python2-only

ok sthen@



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Daniel Dickman
CVSROOT:/cvs
Module name:ports
Changes by: dan...@cvs.openbsd.org  2024/02/25 14:02:00

Modified files:
audio/py-discogs-client: Makefile distinfo 

Log message:
update py-discogs-client to 2.7

>From Johan Huldtgren (MAINTAINER)



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2024/02/25 14:11:24

Modified files:
emulators/melonds: Makefile 
Added files:
emulators/melonds/patches: patch-src_teakra_src_CMakeLists_txt 

Log message:
Leave out some test files from the build. Fixes build on i386.

ok sthen@



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Thomas Frohwein
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/02/25 15:42:10

Modified files:
games/luasteam : Makefile 

Log message:
luasteam depends on luajit, therefore needing USE_NOBTCFI=Yes at this point, 
raised by sthen@



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2024/02/25 19:02:32

Modified files:
sysutils/firmware/amd: Makefile distinfo 

Log message:
update amd microcode to 20240220

00A00F1119-01-01Milan-B10x0a0011d1 -> 0x0a0011d3
00A00F1219-01-02Milan-X B2  0x0a001234 -> 0x0a001236



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2024/02/25 19:06:55

Modified files:
sysutils/firmware/amdgpu: Makefile distinfo 
sysutils/firmware/amdgpu/pkg: PLIST 

Log message:
update amdgpu firmware to to 20240220
includes initial firmware for GC 9.4.3



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2024/02/25 19:08:25

Modified files:
sysutils/firmware/inteldrm: Makefile distinfo 

Log message:
update inteldrm firmware to 20240220



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2024/02/25 19:10:15

Modified files:
sysutils/firmware/radeondrm: Makefile distinfo 

Log message:
update radeon firmware to 20240220
no binary change



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/02/25 21:45:13

Modified files:
devel/libuv: Makefile 

Log message:
libuv: set compiler/langs to fix build on sparc64 (stdatomic.h)



CVS: cvs.openbsd.org: ports

2024-02-25 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/02/25 21:49:46

Modified files:
multimedia/gstreamer1/plugins-good: Makefile 
Added files:
multimedia/gstreamer1/plugins-good/patches: 

patch-gst_deinterlace_x86_x86inc_asm 

Log message:
gstreamer1-plugins-good: add missing endbr

ok aja kettenis sthen