Re: /lib/libcxxrt.so problem with Node.js

2024-09-16 Thread Matthew Phillips
> Normal (as seen via stable/14 as I do not have a releng/14.* > around): > > # uname -U > 1401501 > > # ls -lodT /lib/libcxxrt.so.1 > -r--r--r-- 1 root wheel - 106848 Jul 15 12:33:03 2024 /lib/libcxxrt.so.1 > > # strings /lib/libcxxrt.so.1 | grep CXXABI > CXXABI_1.3 > CXXABI_1.3.1 > CXXABI

/lib/libcxxrt.so problem with Node.js

2024-09-16 Thread Matthew Phillips
On 14.1, when installing any of the Node.js packages, node22 for example, I get this error message when attempting to run the `node` binary: ld-elf.so.1: /lib/libcxxrt.so.1: version CXXABI_1.3.11 required by /lib/libc++.so.1 not found Checkings strings: # strings /lib/libc++.so.1 | grep CXXABI

New package: [net-im/snac] needs review

2024-08-31 Thread Matthew Phillips
Thanks! https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278385

Need reviewer for 278385

2024-08-15 Thread Matthew Phillips
I submitted https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278385 back in April and have gotten reviews but no follow-up. Would appreciate another review and commit if it's ready! I've been running this software on my own box since this time and it works great.

Looking for committer reviews on new port

2024-05-02 Thread Matthew Phillips
Hi, I submitted a new port a couple of weeks ago and haven't gotten a review. Just thought I'd mail here in case it fell through the cracks: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278385 If it's bad-form to ask for reviews on the mailing list please let me know. Thanks, also happy to

New port for ActivityPub server snac

2024-04-15 Thread Matthew Phillips
Hello, I've created a new port for the ActivityPub server snac. snac is an interesting project because it implementations an ActivityPub server in a minimalist way; written in portable C and uses the filesystem for data storage. Here's the homepage to learn more: https://codeberg.org/grunfink/snac

Re: Confused by what make package should do

2024-04-12 Thread Matthew Phillips
On Fri, Apr 12, 2024 at 12:57:41PM -0700, Chris wrote: > On 2024-04-12 12:50, Matthew Phillips wrote: > > On Fri, Apr 12, 2024 at 09:30:14PM +0200, Dag-Erling Smørgrav wrote: > > > Kurt Hackenberg writes: > > > > Matthew Phillips writes: > > > > > It

Re: Confused by what make package should do

2024-04-12 Thread Matthew Phillips
On Fri, Apr 12, 2024 at 09:30:14PM +0200, Dag-Erling Smørgrav wrote: > Kurt Hackenberg writes: > > Matthew Phillips writes: > > > It's trying to install the port itself. To /usr/local/bin specifically. > > > It seems like it's running `make install` on the

Re: Confused by what make package should do

2024-04-12 Thread Matthew Phillips
On Fri, Apr 12, 2024 at 03:06:16PM -0400, Kurt Hackenberg wrote: > On 2024/04/12 13:28, Matthew Phillips wrote: > > > It's trying to install the port itself. To /usr/local/bin specifically. > > It seems like it's running `make install` on the ports Makefile. >

Re: Confused by what make package should do

2024-04-12 Thread Matthew Phillips
On Fri, Apr 12, 2024 at 06:22:17PM +0100, Lexi Winter wrote: > Matthew Phillips: > > It definitely is attempting to install in the port I'm working on. The > > port's Makefile does not do so when just running `make`. Do you have any > > idea why make package would b

Re: Confused by what make package should do

2024-04-12 Thread Matthew Phillips
On Fri, Apr 12, 2024 at 07:49:02PM +0300, Gleb Popov wrote: > On Fri, Apr 12, 2024 at 7:22 PM Matthew Phillips > wrote: > > > > The porters handbook says: > > > > > Make sure that make package can be run as a normal user (that is, not > > > as root) >

Confused by what make package should do

2024-04-12 Thread Matthew Phillips
The porters handbook says: > Make sure that make package can be run as a normal user (that is, not > as root) However, the default `PREFIX` is /usr/local, and a non-root user cannot install to this folder. Adjusting the PREFIX kind of fixes it (partially) but not fully, so I don't know if there'

Porting snac

2024-04-11 Thread Matthew Phillips
Snac is an ActivityPub instance, source URL is below. I searched Bugzilla and couldn't find anything where someone was working on it. I'm willing to maintain a port but thought I'd check first to see if anyone else had taken it on before I started. Should be fairly straightforward. https://codeber