textproc/mdbook: tidy up a bit

2025-02-28 Thread Edd Barrett
Hi, - rename modules.inc to crates.inc for consitency with other rust ports. - use DIST_TUPLE - move include of crates.inc to the bottom. - let the default do-install install the binary. Not sure why using DIST_TUPLE made the distfile name change from `mdBook-0.4.45.tar.gz` to `rust-lang-mdBo

NEW: graphics/viu

2025-02-28 Thread Edd Barrett
Hi, Attached is a port of a terminal image viewer called viu. If you use a terminal like kitty, the image is full resolution, otherwise it falls back on unicode block characters. I've been using it in a shell script to display album art from mpd. Seems to work well. OK? -- Best Regards Edd Ba

[Update from Maintainer] games/freeorion 0.5.1

2025-02-28 Thread Tom Murphy
Hi, Attached is a patch to update games/freeorion to 0.5.1. I tested it and it runs, but I am seeing this message: freeorion:/usr/local/lib/libboost_log-mt.so.23.0: freeorion : WARNING: symbol(_ZTINSt3__19allocatorIvEE) size mismatch, relink your program Not sure why that is. The game does r

Re: textproc/mdbook: tidy up a bit

2025-02-28 Thread Stuart Henderson
crates.inc is better than modules.inc for cargo things DIST_TUPLE is iffy with portroach, GH_* works better there not sure about debuginfo -- Sent from a phone, apologies for poor formatting. On 28 February 2025 23:53:22 Edd Barrett wrote: Hi, - rename modules.inc to crates.inc for consit

Re: MAINTAINER FIX: x11/emwm-utils add SUID to xmsm and xmsession

2025-02-28 Thread izzy Meyer
Thanks for the pointers on bsd-auth and why we should avoid setuid root. I did a little research on this, admittedly I am not super technical in the security side of things. Sorry if I came off as presumptuous or rude out of my ignorance. I tried to put my user in _shutdown, and patched the #def

Re: [revision] devel/boost: Install BoostConfig.cmake

2025-02-28 Thread Rafael Sadowski
On Fri Feb 28, 2025 at 05:10:44PM +, Johannes Thyssen Tishman wrote: > From [1]: > > CMake 3.29 and below provide a FindBoost module, but it needs constant > > updates to keep up with upstream Boost releases. Upstream Boost 1.70 > > and above provide a BoostConfig.cmake package configuration fi

sysutils/cdrtools diff to test

2025-02-28 Thread Jeremie Courreges-Anglas
cdrtools has this horrid unportable "stack scanning" code that already broke during a clang update. It now breaks with clang 19 on arm64: the avoffset program, used to detect argv offset and stack direction, loops indefinitely. The diff below drops all the stack scanning code. The get_progname

NEW: textproc/py-roman-numerals

2025-02-28 Thread Stuart Henderson
Needed to update sphinx. ok? -- A library for manipulating well-formed Roman numerals, supporting integers between 1 and 3,999 (inclusive). The classical system of roman numerals requires that the same character may not appear more than thrice consecutively, meaning that ‘MMMCMXCIX’ (3,999) is

Re: [wip update] x11/lumina 1.4.0-p1 -> 1.6.2

2025-02-28 Thread Theo Buehler
I have no opinion whether it makes sense to spend time on updating this DE that was long abandoned by upstream. IIRC someone suggested to remove it a few years back. > This is an instance where the package maintainer has completely > abandoned the port Be that as it may: if a port has a maintaine

Re: [wip update] x11/lumina 1.4.0-p1 -> 1.6.2

2025-02-28 Thread David Uhden Collado
I have no opinion whether it makes sense to spend time on updating this DE that was long abandoned by upstream. IIRC someone suggested to remove it a few years back. This is an instance where the package maintainer has completely abandoned the port Be that as it may: if a port has a maintai

Re: [Update] databases/sqlite3 3.49.1

2025-02-28 Thread Jeremie Courreges-Anglas
On Thu, Feb 27, 2025 at 08:07:40PM +0100, Volker Schlecht wrote: > On 2025-02-27 18:43, Stuart Henderson wrote: > > two things definitely need changing: > > > > - two symbols were removed; -DSQLITE_ENABLE_RTREE brings them back > > Right, so does --enable-rtree - would that be ok as well? > > >

Re: wayland/wofi: launcher/menu program for wlroots compositors

2025-02-28 Thread Landry Breuil
Le Sun, Feb 16, 2025 at 11:34:24PM +0100, Tobias Heider a écrit : > Wofi is a launcher/menu program for wlroots based wayland compositors such as > sway. > It is used by default in wayfire, which is how I found it. > > For more info see https://hg.sr.ht/~scoopta/wofi > > Does this look ok? you

Re: [Update] shells/fish 4.0.0

2025-02-28 Thread Florian Viehweger
Am 28. Februar 2025 18:29:42 UTC schrieb Volker Schlecht : >On 2025-02-28 17:54, Florian Viehweger wrote: > >> Thank you for beating me to it. I've modified your version, most tests >> are working now. According to this[1] post, cmake doesn't allow a >> custom target with the name "test" anymore.

Re: [Update] shells/fish 4.0.0

2025-02-28 Thread Volker Schlecht
On 2025-02-28 20:24, Stuart Henderson wrote: On 2025/02/27 19:03, Volker Schlecht wrote: MODULES = devel/cmake \ + devel/cargo \ any idea if there are users of this on !rust archs? Well, there's https://fishshell.com/blog/rustport/index.html in which the

Re: [wip update] x11/lumina 1.4.0-p1 -> 1.6.2

2025-02-28 Thread Stuart Henderson
On 2025/02/28 20:53, Theo Buehler wrote: > I have no opinion whether it makes sense to spend time on updating this > DE that was long abandoned by upstream. IIRC someone suggested to remove > it a few years back. > > > This is an instance where the package maintainer has completely > > abandoned t

Re: [Update] shells/fish 4.0.0

2025-02-28 Thread Stuart Henderson
On 2025/02/27 19:03, Volker Schlecht wrote: > MODULES =devel/cmake \ > + devel/cargo \ any idea if there are users of this on !rust archs?

[revision] devel/boost: Install BoostConfig.cmake

2025-02-28 Thread Johannes Thyssen Tishman
>From [1]: > CMake 3.29 and below provide a FindBoost module, but it needs constant > updates to keep up with upstream Boost releases. Upstream Boost 1.70 > and above provide a BoostConfig.cmake package configuration file. > find_package(Boost CONFIG) finds the upstream package directly, > without

Re: [Update] databases/sqlite3 3.49.1

2025-02-28 Thread Landry Breuil
Le Fri, Feb 28, 2025 at 07:11:13PM +0100, Volker Schlecht a écrit : > Alright, so here goes my next attempt, addressing > > On 2025-02-28 18:11, Jeremie Courreges-Anglas wrote: > [...] > > I'd rather patch out the hidden dep so that the build is > > deterministic, even on a machine where jimtcl is

Re: [Update] shells/fish 4.0.0

2025-02-28 Thread Florian Viehweger
Am 28. Februar 2025 18:29:42 UTC schrieb Volker Schlecht : >On 2025-02-28 17:54, Florian Viehweger wrote: > >> Thank you for beating me to it. I've modified your version, most tests >> are working now. According to this[1] post, cmake doesn't allow a >> custom target with the name "test" anymore.

Re: [wip update] x11/lumina 1.4.0-p1 -> 1.6.2

2025-02-28 Thread Theo Buehler
> Yes, the emails will bounce in this case, the email server that used to be > at that address no longer exists. I have written to several maintainers > privately in the past, so I have a general idea of how this works. Good. So next time please state this.

Re: NEW: textproc/py-roman-numerals

2025-02-28 Thread Stuart Henderson
On 2025/02/28 08:56, Stuart Henderson wrote: > Needed to update sphinx. ok? oh, the perils of writing DESCR late... now with 100% less non-ascii chars. py-roman-numerals.tgz Description: application/tar-gz

Re: MAINTAINER FIX: x11/emwm-utils add SUID to xmsm and xmsession

2025-02-28 Thread izzy Meyer
On Fri, 28 Feb 2025 01:45:00 -0600 izzy Meyer wrote: > > FWIW, both FreeBSD and NetBSD's port for this software set SUID for > these binaries w/o extra patching or overrides, but for some > reason, my port doesn't set SUID. > [..snip] > > Minor question, I actually don't see SUID being set w

Re: MAINTAINER FIX: x11/emwm-utils add SUID to xmsm and xmsession

2025-02-28 Thread Stuart Henderson
On 2025/02/28 01:45, izzy Meyer wrote: > On Fri, 28 Feb 2025 03:13:53 + > Lucas Gabriel Vuotto wrote: > > > Hello, > > > > On Thu, Feb 27, 2025 at 07:52:30PM -0600, izzy Meyer wrote: > > > Hello ports@ > > > > > > Attached is a diff to set SUID on xmsm and xmsession which fixes the > > > lo

Re: [Update] shells/fish 4.0.0

2025-02-28 Thread Volker Schlecht
On 2025-02-28 17:54, Florian Viehweger wrote: Thank you for beating me to it. I've modified your version, most tests are working now. According to this[1] post, cmake doesn't allow a custom target with the name "test" anymore. Good catch! Comments? I need to apologize - I just re-read your

Re: [Update] multimedia/pipe-viewer 0.5.4

2025-02-28 Thread Volker Schlecht
Committed, thanks! On 2025-02-27 17:27, Stefan Moran wrote: On Sat, 22 Feb 2025 21:15:23 +0100 Volker Schlecht wrote: I've used this for weeks already, but figured someone else would submit the diff anyway :-) ok? Thank you for the patch! I've also added www/p5-LWP-Protocol-socks to rundep

sysutils/docker-cli: update to 28.0.1 from maintainer

2025-02-28 Thread Kirill A . Korinsky
ports@, I'd like to update sysutils/docker-cli to 28.0.1 Tested on -current/amd64, no regression on my usecase. Ok? Index: sysutils/docker-cli/Makefile === RCS file: /home/cvs/ports/sysutils/docker-cli/Makefile,v diff -u -p -r1.18

www/hugo: update to 0.145.0 from maintainer

2025-02-28 Thread Kirill A . Korinsky
ports@, I'd like ot update www/hugo to 0.145.0 Tested on -current/amd64, no regression. Ok? Index: www/hugo/Makefile === RCS file: /home/cvs/ports/www/hugo/Makefile,v diff -u -p -r1.73 Makefile --- www/hugo/Makefile 21 Feb 2025 1

Re: [Update] shells/fish 4.0.0

2025-02-28 Thread Florian Viehweger
Hello Volker, > fish 4.0.0 just got released, and it builds and works with a slightly > simplified version of the 4.0b1 diff that I proposed and tb@ improved. Thank you for beating me to it. I've modified your version, most tests are working now. According to this[1] post, cmake doesn't allow a c

Re: [Update from Maintainer] games/freeorion 0.5.1

2025-02-28 Thread Stuart Henderson
On 2025/02/28 17:22, Tom Murphy wrote: > Hi, > > Attached is a patch to update games/freeorion to 0.5.1. I > tested it and it runs, but I am seeing this message: this could do with disabling: fatal: not a git repository (or any parent up to mount point /usr) Stopping at filesystem boundary (GI

Re: [Update] databases/sqlite3 3.49.1

2025-02-28 Thread Volker Schlecht
Alright, so here goes my next attempt, addressing On 2025-02-28 18:11, Jeremie Courreges-Anglas wrote: [...] I'd rather patch out the hidden dep so that the build is deterministic, even on a machine where jimtcl is already installed. I know you're not responsible for the current situation, bu

Re: [Update] databases/sqlite3 3.49.1

2025-02-28 Thread Stuart Henderson
On 2025/02/28 18:11, Jeremie Courreges-Anglas wrote: > On Thu, Feb 27, 2025 at 08:07:40PM +0100, Volker Schlecht wrote: > > On 2025-02-27 18:43, Stuart Henderson wrote: > > > two things definitely need changing: > > > > > > - two symbols were removed; -DSQLITE_ENABLE_RTREE brings them back > > >

Re: [Update] shells/fish 4.0.0

2025-02-28 Thread Sebastien Marie
Stuart Henderson writes: > On 2025/02/27 19:03, Volker Schlecht wrote: >> MODULES = devel/cmake \ >> +devel/cargo \ > > any idea if there are users of this on !rust archs? > even if there are such users, upstream chooses this road so it is preferable to copte with

Re: [Update] x11/alacritty 0.15.1

2025-02-28 Thread Landry Breuil
Le Mon, Feb 17, 2025 at 07:26:52PM +0100, Volker Schlecht a écrit : > Here's a minor update to x11/alacritty, along with a ping about fixing the > location of the installed fish shell completions. fwiw, i gave it a quick test and it still fails at startup on wayland, with "Error { raw_code: None,