Re: New: Recoil - 3D engine for Real-Time Strategy games

2024-02-25 Thread Thomas Frohwein
*ping* I'm still interested in getting this in. Upstream has merged the first set of OpenBSD-specific patches, so this has a decent outlook to be a longer-lived engine port. On Sun, Feb 18, 2024 at 10:37:54AM -0500, Thomas Frohwein wrote: > *ping* > > Attached new tarball with a few changes: >

sparc64 bulk build report

2024-02-25 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Thu Feb 22 05:31:09 MST 2024 Finished: Sun Feb 25 15:57:58 MST 2024 Duration: 3 Days 10 hours 27 minutes Built using OpenBSD 7.5-beta (GENERIC.MP) #2049: Wed Feb 21 15:01:48 MST 2024 Built 7435 packages Number of packages built each day: Feb

Re: pandoc: pkg-readme concerning PDF output

2024-02-25 Thread Dima Pasechnik
On Sun, Feb 25, 2024 at 11:50:28AM -0800, Evan Silberman wrote: > job@ emailed me asking why PDF output for pandoc via LaTeX was failing. > Here's a pkg-readme about that. > > --- > commit 86a9ed9487281ed9cebbbcfda4d3989dc603a1c4 (master) > from: Evan Si

Re: acme-client: add challenge hook to support dns-01

2024-02-25 Thread Christopher Zimmermann
Hi, thanks for your input Stuart. On Sun, Feb 25, 2024 at 11:27:33AM +, Stuart Henderson wrote: On 2024/02/24 21:44, Christopher Zimmermann wrote: Keep it simple, there's no need to handle every way to do things here. TLS-ALPN-01 […] doesn't seem very useful for acme-client to support. t

Re: pandoc: pkg-readme concerning PDF output

2024-02-25 Thread Evan Silberman
Dima Pasechnik wrote: > On Sun, Feb 25, 2024 at 11:50:28AM -0800, Evan Silberman wrote: > > job@ emailed me asking why PDF output for pandoc via LaTeX was failing. > > Here's a pkg-readme about that. > > > > --- > > commit 86a9ed9487281ed9cebbbcfda4d398

[new] graphics/ptex

2024-02-25 Thread Daniel Dickman
ok to import a new port for ptex? This package is used in the VFX industry. --- $ pkg_info ptex Information for inst:ptex-2.4.2 Comment: per-face texture mapping for production rendering Description: Ptex is a texture mapping system developed by Walt Disney Animation Studios f

Re: missing endbr64

2024-02-25 Thread Sebastian Reitenbach
On Sunday, February 25, 2024 16:44 CET, Mark Kettenis wrote: > > x11/gnustep/libobjc2.log > > ld: warning: __objc_block_trampoline_sret: missing endbr64 > > ld: warning: __objc_block_trampoline: missing endbr64 > > ld: warning: objc_msgSend: missing endbr64 > > ld: warning: objc_msgSend_fpret: m

pandoc: pkg-readme concerning PDF output

2024-02-25 Thread Evan Silberman
job@ emailed me asking why PDF output for pandoc via LaTeX was failing. Here's a pkg-readme about that. --- commit 86a9ed9487281ed9cebbbcfda4d3989dc603a1c4 (master) from: Evan Silberman date: Sun Feb 25 19:48:17 2024 UTC Add a pkg-readme concerning P

Re: Add missing endbr64 to gstreamer1-plugins-good

2024-02-25 Thread Mark Kettenis
> Date: Sun, 25 Feb 2024 19:49:52 +0100 > From: Theo Buehler > > This fixes > > ld: warning: gst_yadif_filter_line_mode0_ssse3: missing endbr64 > ld: warning: gst_yadif_filter_line_mode2_ssse3: missing endbr64 > ld: warning: gst_yadif_filter_line_mode0_sse2: missing endbr64 > ld: warning: gst_ya

Re: missing endbr64

2024-02-25 Thread Mark Kettenis
> Date: Sun, 25 Feb 2024 18:43:54 + > From: Stuart Henderson > > > > sysutils/borgbackup/2.0.log: lots of warnings about symbols from > > > openssl/3.1: > > > ld: warning: aesni_set_decrypt_key: missing endbr64 > > > ld: warning: aesni_set_encrypt_key: missing endbr64 > > > ld: warning: ChaC

Re: [new] Nickel configuration language

2024-02-25 Thread Evan Silberman
Evan Silberman wrote: > Klemens Nanni wrote: > > No idea about nickel, but port-wise this this looks fine and builds. > > > > Tests do not compile and thus don't run, though, is that a known issue? > > I think it's because dev/test dependencies are only in Cargo.toml in the > root of upstream's

NEW. sysutils/croc

2024-02-25 Thread Paco Esteban
Hi ports@, cat DESCR croc is a tool that allows any two computers to simply and securely transfer files and folders. croc's features include: * allow any two computers to transfer data (using a relay) * end-to-end encryption (using PAKE) * easy cross-platform transfers (W

Re: Add missing endbr64 to gstreamer1-plugins-good

2024-02-25 Thread Stuart Henderson
On 2024/02/25 19:49, Theo Buehler wrote: > This fixes > > ld: warning: gst_yadif_filter_line_mode0_ssse3: missing endbr64 > ld: warning: gst_yadif_filter_line_mode2_ssse3: missing endbr64 > ld: warning: gst_yadif_filter_line_mode0_sse2: missing endbr64 > ld: warning: gst_yadif_filter_line_mode2_ss

Re: missing endbr64

2024-02-25 Thread Stuart Henderson
On 2024/02/25 13:01, Stuart Henderson wrote: > On 2024/02/25 12:46, Stuart Henderson wrote: > > I will look at rspamd and luajit later today. > > > > lang/luajit.log > > > ld.lld: warning: lj_vm_unwind_c_eh: missing endbr64 > > > ld.lld: warning: lj_vm_unwind_rethrow: missing endbr64 > > > ld.lld:

Add missing endbr64 to gstreamer1-plugins-good

2024-02-25 Thread Theo Buehler
This fixes ld: warning: gst_yadif_filter_line_mode0_ssse3: missing endbr64 ld: warning: gst_yadif_filter_line_mode2_ssse3: missing endbr64 ld: warning: gst_yadif_filter_line_mode0_sse2: missing endbr64 ld: warning: gst_yadif_filter_line_mode2_sse2: missing endbr64 These are generated by the two c

Re: missing endbr64

2024-02-25 Thread Stuart Henderson
> > sysutils/borgbackup/2.0.log: lots of warnings about symbols from > > openssl/3.1: > > ld: warning: aesni_set_decrypt_key: missing endbr64 > > ld: warning: aesni_set_encrypt_key: missing endbr64 > > ld: warning: ChaCha20_ctr32: missing endbr64 > > ld: warning: bn_mul_mont: missing endbr64 > > l

Re: multimedia/libass: endbr64

2024-02-25 Thread Stuart Henderson
On 2024/02/25 15:42, Klemens Nanni wrote: > On Sun, Feb 25, 2024 at 10:39:39AM +0100, Theo Buehler wrote: > > multimedia/libass.log > > ld: warning: ass_fill_solid_tile16_sse2: missing endbr64 > > ld: warning: ass_fill_solid_tile16_avx2: missing endbr64 > > ld: warning: ass_fill_halfplane_tile16_ss

archivers/lha to 1.14i-ac20220213 with all the subsequent commits

2024-02-25 Thread Yozo TODA
here is the diff to update archivers/lha. anyone please commit it to the ports tree? - HOMEPAGE to github URL, because osdn.jp is now dead - update to ac20220213, including all the subsequent commits till today (PKGNAME is just lha-1.14i.ac20220213, without commit ID) packaged on amd64, a

Re: [net/nheko] is crashes after login can't use dbus?

2024-02-25 Thread beecdaddict
On Sun, February 25, 2024 3:46 pm, Klemens Nanni wrote: > On Sun, Feb 25, 2024 at 03:43:39PM -, beecdadd...@danwin1210.de > wrote: > >> hi list nheko crashes after a register/login complaining about secret >> storage keyring >> >> here is error messsage Nheko could not connect to the secure s

Re: [net/nheko] is crashes after login can't use dbus?

2024-02-25 Thread Klemens Nanni
On Sun, Feb 25, 2024 at 03:43:39PM -, beecdadd...@danwin1210.de wrote: > hi list > nheko crashes after a register/login complaining about secret storage keyring > > here is error messsage > Nheko could not connect to the secure storage to save encryption secrets > to. This can have multiple re

Re: missing endbr64

2024-02-25 Thread Mark Kettenis
> From: Theo Buehler > Date: Sun, 25 Feb 2024 09:39:39 + > > Here's the list of ~90 ports emitting warnings after about 1/4 of an > amd64 bulk. First the ports that I haven't looked at more closely with > (some of) the warnings. Then some ports using D where I suspect NOBTCFI > is missing. Go

[net/nheko] is crashes after login can't use dbus?

2024-02-25 Thread beecdaddict
hi list nheko crashes after a register/login complaining about secret storage keyring here is error messsage Nheko could not connect to the secure storage to save encryption secrets to. This can have multiple reasons. Check if your D-Bus service is running and you have configured a service like KW

multimedia/libass: endbr64

2024-02-25 Thread Klemens Nanni
On Sun, Feb 25, 2024 at 10:39:39AM +0100, Theo Buehler wrote: > multimedia/libass.log > ld: warning: ass_fill_solid_tile16_sse2: missing endbr64 > ld: warning: ass_fill_solid_tile16_avx2: missing endbr64 > ld: warning: ass_fill_halfplane_tile16_sse2: missing endbr64 > ld: warning: ass_fill_halfplan

graphics/libjxl: update to 0.10.0

2024-02-25 Thread Landry Breuil
hi, here's the update for libjxl 0.10.0, gdal & sdl2-image both build fine with it, there might only be a WANTLIB to tweak: sdl2-image-2.8.2(devel/sdl2-image): Missing: jxl_cms.0 from libjxl-0.10.0 (/usr/local/lib/libSDL2_image.so.1.1) WANTLIB += jxl_cms regress looks good: test-0.10.0-amd64.log

Re: devel/highway: update to 1.0.5

2024-02-25 Thread Landry Breuil
Le Tue, Dec 26, 2023 at 12:00:56PM +0100, Landry Breuil a écrit : > Le Tue, Dec 26, 2023 at 10:27:51AM +0100, Landry Breuil a écrit : > > Le Sat, Dec 23, 2023 at 07:52:57PM +, Klemens Nanni a écrit : > > > On Sat, Dec 23, 2023 at 09:11:14AM +0100, Landry Breuil wrote: > > > > Le Fri, Dec 22, 20

Re: update: sway 1.9

2024-02-25 Thread Landry Breuil
Le Sat, Feb 24, 2024 at 07:34:16PM +0100, Matthieu Herrb a écrit : > Hi, > > This updates sway to version 1.9. > > I've changed the default config (and RDEP) to use wmenu as upstreams. > > comments, ok ? wont be able to test shortly, but definitely ok (and the other updates too :)

Re: sdl2-mixer, explicitely disable wavepack and xmp

2024-02-25 Thread Thomas Frohwein
On Sun, Feb 25, 2024 at 01:17:44PM +0100, Antoine Jacoutot wrote: > Hi. > > This diff to prevent libxmp and libwavepack from being picked up. > Or we do the opposite and add support, I have no opinion. Thanks for spotting this. These are new dlopen(3)'d dependencies via SDL_LoadObject. I prefer t

Re: sysutils/docker-cli: update to 25.0.3

2024-02-25 Thread Lucas Gabriel Vuotto
Bump. diff 66558c8aa9d546289d58e8d8fc876f4ab52fa9a4 66ce938ebaa602aed50c9ed8f7db88b7b1755fe2 commit - 66558c8aa9d546289d58e8d8fc876f4ab52fa9a4 commit + 66ce938ebaa602aed50c9ed8f7db88b7b1755fe2 blob - c4725a9ecd19f3cc5192e1e9b814278f053891f5 blob + cc9fc7a65e6a88b303d359fb397c74379c176d13 --- sysu

Re: missing endbr64

2024-02-25 Thread Brian Callahan
On 2/25/2024 4:39 AM, Theo Buehler wrote > D > Missing NOBTCFI for some of these? > > devel/dtools.log > devel/dub,dmd.log > lang/dmd.log > lang/ldc.log > sysutils/trash-d.log > Yes, the D ports should have NOBTCFI. I am working on this, but it is not yet ready for prime time. Thanks. ~Brian

Re: missing endbr64

2024-02-25 Thread Theo Buehler
On Sun, Feb 25, 2024 at 01:35:54PM +0100, Mark Kettenis wrote: > > From: Theo Buehler > > Date: Sun, 25 Feb 2024 09:39:39 + > > > > Here's the list of ~90 ports emitting warnings after about 1/4 of an > > amd64 bulk. First the ports that I haven't looked at more closely with > > (some of) the

Re: missing endbr64

2024-02-25 Thread Stuart Henderson
On 2024/02/25 12:46, Stuart Henderson wrote: > I will look at rspamd and luajit later today. > > lang/luajit.log > > ld.lld: warning: lj_vm_unwind_c_eh: missing endbr64 > > ld.lld: warning: lj_vm_unwind_rethrow: missing endbr64 > > ld.lld: warning: lj_vm_unwind_ff_eh: missing endbr64 > > ld.lld: w

Re: missing endbr64

2024-02-25 Thread Stuart Henderson
I will look at rspamd and luajit later today. On 2024/02/25 10:39, Theo Buehler wrote: > Here's the list of ~90 ports emitting warnings after about 1/4 of an > amd64 bulk. First the ports that I haven't looked at more closely with > (some of) the warnings. Then some ports using D where I suspect N

Re: games/allegro: add ENDBR64

2024-02-25 Thread Mark Kettenis
> Date: Sun, 25 Feb 2024 10:26:59 +0100 > From: Theo Buehler > > liballeg is used by at the following ports, most of which also emit the > same warning. All global symbols are generated by the FUNC macro, so fix > that. There's no arm64 assembly as far as I can tell. > > audio/dumb.log > games/c

Re: missing endbr64

2024-02-25 Thread Mark Kettenis
> From: Theo Buehler > Date: Sun, 25 Feb 2024 09:39:39 + > > Here's the list of ~90 ports emitting warnings after about 1/4 of an > amd64 bulk. First the ports that I haven't looked at more closely with > (some of) the warnings. Then some ports using D where I suspect NOBTCFI > is missing. Go

sdl2-mixer, explicitely disable wavepack and xmp

2024-02-25 Thread Antoine Jacoutot
Hi. This diff to prevent libxmp and libwavepack from being picked up. Or we do the opposite and add support, I have no opinion. Index: Makefile === RCS file: /cvs/ports/devel/sdl2-mixer/Makefile,v retrieving revision 1.17 diff -u -p

Re: acme-client: add challenge hook to support dns-01

2024-02-25 Thread Stuart Henderson
On 2024/02/21 17:38, Florian Obser wrote: > | I implemented the uacme api since I find that less ugly. It should be > | trivial to transmogrify it with a shell one-liner to support > | dehydrated. and is particular nice to use because it doesn't have the awful sha256 generation done in sh... > Ho

missing endbr64

2024-02-25 Thread Theo Buehler
Here's the list of ~90 ports emitting warnings after about 1/4 of an amd64 bulk. First the ports that I haven't looked at more closely with (some of) the warnings. Then some ports using D where I suspect NOBTCFI is missing. Go, Haskell and Ocaml ports are linked using nobtcfi, as far as I know, so

Re: [UPDATE] x11/picom - new version 11.2

2024-02-25 Thread Omar Polo
Hello, On 2024/02/25 01:35:08 -0400, Jose Maldonado wrote: > El Wed, 14 Feb 2024 15:42:23 -0400 > Jose Maldonado escribió: > > Hi! I send diff for new version of picom, in this case the fixes for > > use libepoxy are merged in upstream, the port compile/build directly. > > > > CC @omar because

games/allegro: add ENDBR64

2024-02-25 Thread Theo Buehler
liballeg is used by at the following ports, most of which also emit the same warning. All global symbols are generated by the FUNC macro, so fix that. There's no arm64 assembly as far as I can tell. audio/dumb.log games/capitan-sevilla.log games/fifechan games/fifengine games/garden.log games/open

Re: NEW: emulators/melonds

2024-02-25 Thread Anthony J. Bentley
Anthony J. Bentley writes: > > I have no opinion whether it's worth fixing or just mark with some > > NOT_FOR_ARCHS or ONLY_FOR_ARCHS (perhaps ONLY_FOR_ARCHS=${LP64_ARCHS} > > if it's only really expected to work on 64-bit) > > I've reported it upstream: > https://github.com/melonDS-emu/melonDS/iss