Re: [update] sysutils/coreboot-utils 4.21

2023-10-29 Thread Stefan Hagen
Klemens Nanni wrote (2023-10-28 21:36 CEST): > On Sat, Oct 28, 2023 at 06:55:58PM +0200, Stefan Hagen wrote: > > cat wrote (2023-10-28 12:42 CEST): > > > Updated coreboot-utils to most recent point release, now also includes > > > cbfstool which is one of the most useful utilities coreboot provides

devel/afl++ syscall(2) removal

2023-10-29 Thread Rafael Sadowski
Simple diff to remove syscall(2) in afl++. Feedback, ok? diff --git a/devel/afl++/Makefile b/devel/afl++/Makefile index a2fdee6fd1a..bb07eef88d0 100644 --- a/devel/afl++/Makefile +++ b/devel/afl++/Makefile @@ -6,7 +6,7 @@ GH_PROJECT =AFLplusplus GH_TAGNAME = 4.05c PKGNAME = afl++-${GH

Re: [UPDATE] Enable erlang26 flavors in erlang.port.mk

2023-10-29 Thread Volker Schlecht
Ping On Thu Oct 19, 2023 at 7:46 PM CEST, Volker Schlecht wrote: > I'd like to pick up on the patches to erlang.port.mk I proposed a while > ago to handle erlang flavours in the same way as lua and ruby do. > > At this point, the main motivation is to be able to install rebar3 for both > versions

Re: Remove OpenSSL 3.0

2023-10-29 Thread Rafael Sadowski
On Sat Oct 28, 2023 at 05:35:37PM +0200, Theo Buehler wrote: > There are no consumers left and 3.1 will live until pi day 2025, which > more than enough. Removal of the 3.0 directory was deliberately omitted. > Yes please, ok rsadowski > Index: Makefile >

Re: lapack: fix test

2023-10-29 Thread Rafael Sadowski
On Thu Oct 26, 2023 at 04:39:49PM -0600, j...@bitminer.ca wrote: > > Testing various uses and users of blas/cblas, I discovered that > lapack "make test" was not working. Here is the fix. > > CC to maintainer as well. > > > > J Thanks J, I can confirm your diff fixes the tests. OK rsadowski

net/powerdns_recursor fix boost context switching wrt IBT

2023-10-29 Thread Otto Moerbeek
Hi, After some digging it turns out that boost 1.80 does have the required endbr64 instructions in its context switch assembly code. But that is not enough, to make PowerDNS Recursor work on my new laptop I had to place three endbr64 instructions after jump_fcontext() calls in pdns_recursor itself

Re: Update from Maintainer: databases/sqlcipher 4.5.4 -> 4.5.5

2023-10-29 Thread Stefan Hagen
Tom Murphy wrote (2023-10-27 22:45 CEST): > Hi, > > The below diff updates databases/sqlcipher to v4.5.5. > Changes include: > > * Updates baseline to upstream SQLite 3.42.0 > * Does not allow key to be set again on a connection after it has been > successfully used for an encryption or decry

ld.so: lupdate: can't load library libclang-cpp.so.1.0

2023-10-29 Thread Rafael Sadowski
kirby@ reported the following issue. $ /usr/local/lib/qt6/bin/lupdate ld.so: lupdate: can't load library 'libclang-cpp.so.1.0' The fix seems very simple to me and we have done this elsewhere with libinotify. The question is, are there other places that also need to be fixed? Does RPATH have to b

Re: dictd: move files between PLISTs and conflicts

2023-10-29 Thread Stefan Hagen
Klemens Nanni wrote (2023-10-27 21:25 CEST): > On Fri, Oct 27, 2023 at 09:57:55AM +0100, Stuart Henderson wrote: > > (not related to the diff, but noticed while reviewing - some files > > aren't useful with the port as built anyway - dictd_popen.conf.in and > > dictd_plugin_dbi.conf could be @comme

Re: dictd: move files between PLISTs and conflicts

2023-10-29 Thread Klemens Nanni
On Sun, Oct 29, 2023 at 09:47:30AM +0100, Stefan Hagen wrote: > I think you did everything right, but tested wrong. > > pkg_add will rightly complain about the conflict. I think you want to > test "pkg_add -u" here, which works and attempts to upgrade client/server > first. Thanks, sthen told me

Re: devel/boost syscall(2) removal

2023-10-29 Thread Stuart Henderson
Doesn't hurt but we probably don't need #ifdef around SYS_getrandom tbh. Has anyone looked at updating boost recently? It would be a good time in our release cycle and I can do an i386 bulk if anyone has a diff handy. -- Sent from a phone, apologies for poor formatting. On 28 October 2023 11

net/dictd: pledge dictd(8) server

2023-10-29 Thread Klemens Nanni
Regular mode uses "stdio rpath inet dns proc"; "proc" to fork a child (no exec) unless '--debug nofork' or '--debug nodetach' is set. --inetd uses "stdio rpath". --pp requires "proc exec" to run, e.g. cpp(1) on the config file which which gets reloaded on SIGHUP: started with --pp means "proc e

Re: devel/boost syscall(2) removal

2023-10-29 Thread Brad Smith
On Sun, Oct 29, 2023 at 10:52:39AM +, Stuart Henderson wrote: > Doesn't hurt but we probably don't need #ifdef around SYS_getrandom tbh. > > Has anyone looked at updating boost recently? It would be a good time in our > release cycle and I can do an i386 bulk if anyone has a diff handy. > > -

Re: [update] math/cgal + cad/openscad revision

2023-10-29 Thread Johannes Thyssen Tishman
Oct 23, 2023 07:57:35 Johannes Thyssen Tishman : > Oct 15, 2023 00:10:08 Johannes Thyssen Tishman : > >> Hi Klemens. Thanks for the feedback. >> >>> The existing CMakeLists.txt no longer applies, but it looks like >>> you no longer needed it, perhaps forgot to 'cvs rm -f' it? >> >> Yup, thanks.

Re: [update] math/cgal + cad/openscad revision

2023-10-29 Thread Klemens Nanni
Your diffs apply now, but cad/prusaslicer still has CGAL in WANTLIB. Diff below configures, but fails to build, so you need to handle that before updating math/cgal. If cad/openscad (and cad/prusaslicer most likely as well) require new version to build in the future, I'd add a version spec to the

Re: devel/boost syscall(2) removal

2023-10-29 Thread Otto Moerbeek
On Sun, Oct 29, 2023 at 08:13:43AM -0400, Brad Smith wrote: > On Sun, Oct 29, 2023 at 10:52:39AM +, Stuart Henderson wrote: > > Doesn't hurt but we probably don't need #ifdef around SYS_getrandom tbh. > > > > Has anyone looked at updating boost recently? It would be a good time in our > > rel

Re: devel/boost syscall(2) removal

2023-10-29 Thread Theo de Raadt
On amd64, this makes no sense because we don't use stack protector. It is retguard. So something smells, it is like their handwritten context switcher wasn't handling the full context before. But that might only matter if it unrolls via two seperate methods, or if a new function above has become

Re: [update] sysutils/coreboot-utils 4.21

2023-10-29 Thread cat
Another tool part of coreboot-utils that would be useful to be compiled and packaged is intelmetool. Unfortunately right now I do not have the time to work on adding it. Perhaps someone else could, if they have the time. Thanks Stefan and Klemens for the help though, and sorry for the poor qual

Re: [maintainer update] editors/helix 23.10

2023-10-29 Thread Volker Schlecht
Needs a minor tweak to the gramms.rs patch to enable build without git installed. Otherwise, builds, tests and runs fine here on arm64 and amd64. ok? On Fri Oct 27, 2023 at 7:12 PM CEST, Laurent Cheylus wrote: > Hi, > > update for editors/helix version 23.10 > Changelog: > https://github.com/he

Re: [maintainer update] editors/helix 23.10

2023-10-29 Thread Volker Schlecht
Crap, wrong diff slipped through On Sun Oct 29, 2023 at 5:32 PM CET, Volker Schlecht wrote: > Needs a minor tweak to the gramms.rs patch to enable build without git > installed. > > Otherwise, builds, tests and runs fine here on arm64 and amd64. > > ok? > > On Fri Oct 27, 2023 at 7:12 PM CEST, Lau

Re: net/dictd: pledge dictd(8) server

2023-10-29 Thread Klemens Nanni
On Sun, Oct 29, 2023 at 11:17:09AM +, Klemens Nanni wrote: > Regular mode uses "stdio rpath inet dns proc"; "proc" to fork a child > (no exec) unless '--debug nofork' or '--debug nodetach' is set. > > --inetd uses "stdio rpath". > > --pp requires "proc exec" to run, e.g. cpp(1) on the config

Re: [maintainer update] editors/helix 23.10

2023-10-29 Thread Laurent Cheylus
Hi Volker, - Mail original - > Needs a minor tweak to the gramms.rs patch to enable build without > git installed. Thanks for the tweak in helix-loader/src/grammar.rs with 'ensure_git_is_available' function => missed it when I reviewed modified code. > Otherwise, builds, tests and runs

Re: [maintainer update] editors/helix 23.10

2023-10-29 Thread Volker Schlecht
Yeah, that was one of the things wrong with the patch I originally sent :-) On Sun Oct 29, 2023 at 6:11 PM CET, Laurent Cheylus wrote: > Hi Volker, > > - Mail original - > > Needs a minor tweak to the gramms.rs patch to enable build without > > git installed. > > Thanks for the tweak in he

Re: [update] math/cgal + cad/openscad revision

2023-10-29 Thread Renato Aguiar
On Sun, Oct 29 2023, Klemens Nanni wrote: If cad/openscad (and cad/prusaslicer most likely as well) require new version to build in the future, I'd add a version spec to the dependency: BUILD_DEPENDS +=math/cgal>=5.6v0 Have you looked into enabling tests for cgal? Would be nice to

Re: [update] math/cgal + cad/openscad revision

2023-10-29 Thread Klemens Nanni
10/29/23 20:02, Renato Aguiar пишет: > The math/cgal update is indeed required for updating > cad/prusaslicer. I managed to get a working port for > cad/prusaslicer 2.6.1 by using this diff. > > However, I haven't yet tried to build cad/prusaslicer 2.5.2 > (currently in ports tree) with updated

[update/wip] games/renpy 7.3.5 => 8.1.1 (and change to python3)

2023-10-29 Thread Stefan Hagen
Hello, I'm trying to update our python2 renpy 7.3.5 to the python3 renpy 8.1.1. Why renpy 8.1.1? (8.1.3 is out): Ideally I wanted to update to renpy 8.1.0, because the dependency pygame_sdl2 is coming from the official repository, which only has the version renpy 8.1.0 needs. 8.1.1 wants a newer