Re: arm64 BTI for libgcrypt

2023-11-19 Thread Jeremie Courreges-Anglas
On Sun, Nov 19 2023, Tobias Heider wrote: > Diff below fixes libgcrypt/gnupg on my m2. > > CFI_STARTPROC() seemed like a good place to add the bti instructions > since it is called in all the right places. It's not something that makes sense for upstream IMHO, but for ports that use it, it's an o

Re: multimedia/assimp error Re: aarch64 bulk build report

2023-11-19 Thread Peter Hessler
On 2023 Nov 19 (Sun) at 22:25:14 + (+), Brian Callahan wrote: :On 11/19/2023 5:17 PM, Theo Buehler wrote: :> On Sun, Nov 19, 2023 at 10:52:35PM +0100, Peter Hessler wrote: :>> On 2023 Nov 18 (Sat) at 00:36:16 -0700 (-0700), phess...@openbsd.org wrote: :>> :http://build-failures.rhaalovely.

Re: NEW: games/emptyclip

2023-11-19 Thread Sebastian Reitenbach
Hi Thomas, On Sunday, November 19, 2023 15:32 CET, Thomas Frohwein wrote: > > > > > > > > > > > Hi, > > > > > > > > > > > > attached is a new port of empty clip, a top-down shooter action RPG. > > > > > > same author/engine as games/choria. > > > > > > works well for me on amd64. > > > > > >

Re: multimedia/assimp error Re: aarch64 bulk build report

2023-11-19 Thread Brian Callahan
On 11/19/2023 5:17 PM, Theo Buehler wrote: > On Sun, Nov 19, 2023 at 10:52:35PM +0100, Peter Hessler wrote: >> On 2023 Nov 18 (Sat) at 00:36:16 -0700 (-0700), phess...@openbsd.org wrote: >> :http://build-failures.rhaalovely.net/aarch64/2023-11-15/multimedia/assimp.log >> >> Not a java-related error

Re: multimedia/assimp error Re: aarch64 bulk build report

2023-11-19 Thread Theo Buehler
On Sun, Nov 19, 2023 at 10:52:35PM +0100, Peter Hessler wrote: > On 2023 Nov 18 (Sat) at 00:36:16 -0700 (-0700), phess...@openbsd.org wrote: > :http://build-failures.rhaalovely.net/aarch64/2023-11-15/multimedia/assimp.log > > Not a java-related error and doesn't seem to happen on amd64, but does o

multimedia/assimp error Re: aarch64 bulk build report

2023-11-19 Thread Peter Hessler
On 2023 Nov 18 (Sat) at 00:36:16 -0700 (-0700), phess...@openbsd.org wrote: :http://build-failures.rhaalovely.net/aarch64/2023-11-15/multimedia/assimp.log Not a java-related error and doesn't seem to happen on amd64, but does on arm64: /usr/obj/ports/assimp-5.2.5/bin/c++ -DASSIMP_BUILD_DLL_EXPORT

arm64 BTI for libgcrypt

2023-11-19 Thread Tobias Heider
Diff below fixes libgcrypt/gnupg on my m2. CFI_STARTPROC() seemed like a good place to add the bti instructions since it is called in all the right places. If this is too hacky I'm also fine with adding explicit instructions everywhere or even a new macro. opinions? ok? Index: patches/patch-ciph

Re: devel/boost syscall(2) removal

2023-11-19 Thread Theo Buehler
> OK, I'll have some patience :-). Do note that one issue in boost::threads > that clang16 trips on is solved by 1.83. Boost 1.83 is committed now. Thanks to Brad for doing the heavy lifting.

[update] sysutils/entr to 5.5

2023-11-19 Thread Justin Berthault
Hi, trivial update entr to 5.5, built and tested under arm64. diff /usr/ports commit - 5669b5e6742b85ca81242a1148665bb63f0dc97a path + /usr/ports blob - 24015f569ba9755df1d9b15fcce27f074b9c6eb8 file + sysutils/entr/Makefile --- sysutils/entr/Makefile +++ sysutils/entr/Makefile @@ -1,6 +1,6 @@

Re: NEW: games/emptyclip

2023-11-19 Thread Thomas Frohwein
On Sat, Nov 18, 2023 at 11:41:35PM +0100, Sebastian Reitenbach wrote: > On Friday, November 03, 2023 21:58 CET, "Sebastian Reitenbach" > wrote: > > > On Tuesday, October 31, 2023 09:07 CET, "Sebastian Reitenbach" > > wrote: > > > > > Hi, > > > > > > On Thursday, October 26, 2023 09:44 CEST,

Re: [new] multimedia/ytfzf

2023-11-19 Thread Stefan Hagen
Laurent Cheylus wrote (2023-11-19 11:37 CET): > Hi Stefan, > > > I just found this on ports@ after I started to create a port on my > > own. > > Attached is an updated version (2.6.1) which also uses DIST_TUPLE. I > > also broke RUN_DEPENDS into one dependency per line. It's just easier > > to rea

Re: [new] multimedia/ytfzf

2023-11-19 Thread Laurent Cheylus
Hi Stefan, > I just found this on ports@ after I started to create a port on my > own. > Attached is an updated version (2.6.1) which also uses DIST_TUPLE. I > also broke RUN_DEPENDS into one dependency per line. It's just easier > to read. > > Without thumbnails, ytfzf works fine. I tried the im

[maintainer update] sysutils/fzf 0.44.1

2023-11-19 Thread Laurent Cheylus
Hi, update for sysutils/fzf with the latest version 0.44.1 - update Makefile, distinfo and modules.inc - update PLIST to add bin/fzf-preview.sh (new in 0.44.0 version) - modify patch for src/protector/protector_openbsd_go: * remove inet for pledge (merged upstream with my PR https://github.com/

Re: godlberg_emulator build fix

2023-11-19 Thread Marc Espie
On Sat, Nov 18, 2023 at 09:11:41PM +0100, Theo Buehler wrote: > I'm not sure this fix is correct (since I'm not entirely sure why C++17 > is needed, but maybe abseil/protobuf default to C++17 nowadays). > > If this works for you, feel free to commit, otherwise it might provide a > starting point f

Re: amd64: llvm 16 fallout (2023-11-14)

2023-11-19 Thread Marc Espie
On Thu, Nov 16, 2023 at 04:54:47PM +0100, Christian Weisgerber wrote: > games/goldberg_emulator C++ no member in namespace 'std' The abseil absl::in_place_t were just drop-ins for the (at the time future) std::in_place_t from C++ 17. Generic "fix" would be as simple as namespace absl {