Re: Would like to use ARCH (uname -p) but it's not always correct (e.g. arm64)

2022-12-30 Thread Nuno Teixeira
Hello Tatsuki! I't seems that you dig it into source configs, I will take a look into this too. I was talking using ARCH (and OSREL, OSVERSION, etc) in a more generic way and only related to ports framework to easier some tasks like dinamic plist for some files that change with this vars: --- PL

Re: Would like to use ARCH (uname -p) but it's not always correct (e.g. arm64)

2022-12-30 Thread Nuno Teixeira
(...) A good example: "x11-wm/nscde: fix packaging when uname -m != uname -p" https://cgit.freebsd.org/ports/commit/?id=4ae82fd2ee2059cd9ee0ec99bd6fd8062cd5dbdd Nuno Teixeira escreveu no dia sexta, 30/12/2022 à(s) 08:22: > Hello Tatsuki! > > I't seems that you dig it into source configs, I will

Re: [zstd-sys 2.0.1+zstd.1.5.2] crate failing on arm64

2022-12-30 Thread Nuno Teixeira
Hello Jan, I've opened an issue at: https://github.com/bytecodealliance/wasmtime/issues/5499 Thanks Jan Beich escreveu no dia sábado, 26/11/2022 à(s) 14:56: > Nuno Teixeira writes: > > > From the log it seems [zstd-sys 2.0.1+zstd.1.5.2] crate failing. > > Unlikely if it shows up after "warnin

Unmaintained FreeBSD ports which are out of date

2022-12-30 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Ports INDEX fails to build correctly

2022-12-30 Thread Philipp Ost
Hi, the ports' INDEX fails to build correctly: $ make index [...] --- describe.x11-wm --- make_index: /usr/ports/devel/py-monkeytype: no entry for /usr/ports/devel/py-libcst03 Done. $ The trouble is that there is no devel/py-libcst03 port yet. A (untested) patch is attached. Best Philippd

Re: Ports INDEX fails to build correctly

2022-12-30 Thread Kurt Jaeger
Hi! > the ports' INDEX fails to build correctly: > > $ make index > [...] > --- describe.x11-wm --- > make_index: /usr/ports/devel/py-monkeytype: no entry for > /usr/ports/devel/py-libcst03 > Done. > $ > > The trouble is that there is no devel/py-libcst03 port yet. A (untested) > patch is at