RFC two new language binding ports to Simple and Fast Multimedia Library (SFML)

2023-10-10 Thread Alastair Hogge
Hello, Kindly requesting any review for two patches, C bindings to SFML[1], CSFML, and Ada bindings to SFML, ASFML[2]. ASFML depends on CSFML. 1: https://reviews.freebsd.org/D41519 2: https://reviews.freebsd.org/D42151 Thanks very much, Alastair

Rust/cargo dependencies

2023-12-31 Thread Alastair Hogge
Hello, I am attempting to update security/py-bcyrpt to 4.1.2, however, the Port now requires much oxidisation, and I am completely lost on how to apply that. If I add cargo to ${USES}, then makesum and cargo-crates both overwrite distinfo, removing the distfile information for py-bcrypt. poudriere

emulators/mame: Increasing option granularity woes

2024-02-22 Thread Alastair Hogge
Hello, The current in-tree port of mame, 0.261, is built around the core multi-emulation framework, which results in the usual mega monolithic mame binary. There are options for TOOLS, which include two other emulators. The current upstream release, 0.262 has enabled separation of mame from the re

Re: emulators/mame: Increasing option granularity woes

2024-02-26 Thread Alastair Hogge
On 2024-02-23 15:05, Gleb Popov wrote: Hi Gleb, > On Fri, Feb 23, 2024 at 5:51 AM Alastair Hogge wrote: >> >> Hello, >> >> The current in-tree port of mame, 0.261, is built around the core >> multi-emulation framework, which results in the usual mega monolithic

Re: emulators/mame: Increasing option granularity woes

2024-02-29 Thread Alastair Hogge
On 2024-02-27 14:24, Gleb Popov wrote: > On Tue, Feb 27, 2024 at 5:43 AM Alastair Hogge wrote: >> >> however, I do not know how that translates to Makefile >> targets, like do-install-NON_USER_FACING_OPT-on. Currently the Makefile >> target is of the ".if somec

[RFR] www/newsraft: New port

2024-03-15 Thread Alastair Hogge
Hello Committers, Requesting Review for a new TUI RSS feed aggregator, Newsraft: https://reviews.freebsd.org/D42878 Thanks

[277823 ] devel/matreshka: Build fails in package phase

2024-03-20 Thread Alastair Hogge
Hello, Regarding the mentioned Port, and Problem Report[1], Matreshka currently installs shared libraries with the compiler version hard-coded in the filename, example: lib/matreshka/xml/libmatreshka-xml-12.2.so.20.0 The 12.2 in the above corresponds to the Free Software Foundation's Ada compile

Re: [277823 ] devel/matreshka: Build fails in package phase

2024-03-20 Thread Alastair Hogge
[...] grep'ing ${build.log} for GCC returns 0. Thanks > Best regards, > Jussi Korkala > >> On 21. Mar 2024, at 1.25, Alastair Hogge wrote: >> >> Hello, >> >> Regarding the mentioned Port, and Problem Report[1], Matreshka currently >> installs