Re: aarch64 electron build failure: fatal error: 'asm/hwcap.h' file not found; mark as BROKEN_aarch64 until fixed?

2025-02-22 Thread Robert Nagy
On 22/02/25 06:53 -0800, Mark Millard wrote: > [Note: I've added rnagy@ for the new www/chromium note.] > QUOTE > archivers/libunrar: Support crc and crypto flags on aarch64 > If CPU flags crc or crytpo are set, e.g. -march=armv8-a+crc+crypto, > build would fail with missing he

Re: Suggestion for portlint to check the PORTNAME against its directory

2025-02-22 Thread Tomoaki AOKI
On Sun, 23 Feb 2025 01:30:54 +0100 Piotr Smyrak wrote: > On Sat, 22 Feb 2025 15:09:08 + > Paco Pascal wrote: > > > I am writing a port for gf2. The developer of gf2 is inconsistent > > with the name, switching between "gf" and "gf2". Because of this, I > > wasn't sure what to name the port

Re: Inconsistent practices between portlint and the Porter's Handbook

2025-02-22 Thread Daniel Engberg
On 2025-02-22T16:45:32.000+01:00, Paco Pascal wrote: > When deciding between PLIST_FILES or pkg-plist, portlint and the >  > handbook conflict. The handbook has the following note, >  > Usage of PLIST_FILES should not be abused. When looking for the origin >  > of a file, people usually t

Re: OpenJDK and ccache (again)

2025-02-22 Thread Daniel Engberg
On 2025-02-22T14:41:48.000+01:00, Xavier Humbert wrote: > Hi, >  > Tried everything to build OpenJDK with ccache : >  > Here is part of my /etc/make.conf >  > .if ${.CURDIR:M*/ports/java/openjdk17} >  >NO_CCACHE=yes >  > .endif >  > Despite of this : >  > [root@numenor openjdk17]# CCACHE_DISA

Inconsistent practices between portlint and the Porter's Handbook

2025-02-22 Thread Paco Pascal
When deciding between PLIST_FILES or pkg-plist, portlint and the handbook conflict. The handbook has the following note, Usage of PLIST_FILES should not be abused. When looking for the origin of a file, people usually try to grep through the pkg-plist files in the ports tree. Listing f

Re: aarch64 electron build failure: fatal error: 'asm/hwcap.h' file not found; mark as BROKEN_aarch64 until fixed?

2025-02-22 Thread Mark Millard
[Note: Adding sunp...@freebsd.org and isotni...@vdura.com for possible additional example packages that could use such changes.] On Feb 22, 2025, at 06:53, Mark Millard wrote: > [Note: I've added rnagy@ for the new www/chromium note.] > > On Feb 22, 2025, at 06:08, Hiroki Tagato wrote: > >> O

Suggestion for portlint to check the PORTNAME against its directory

2025-02-22 Thread Paco Pascal
I am writing a port for gf2. The developer of gf2 is inconsistent with the name, switching between "gf" and "gf2". Because of this, I wasn't sure what to name the port and almost sent a patch with the wrong PORTNAME. It might be handy to have portlint spit out a warning to catch when the PORTNAM

Re: aarch64 electron build failure: fatal error: 'asm/hwcap.h' file not found; mark as BROKEN_aarch64 until fixed?

2025-02-22 Thread Mark Millard
[Note: I've added rnagy@ for the new www/chromium note.] On Feb 22, 2025, at 06:08, Hiroki Tagato wrote: > On 2025/02/22 16:41, Mark Millard wrote: >> On Feb 21, 2025, at 21:57, Mark Millard wrote: >>> On Feb 21, 2025, at 20:51, Mark Millard wrote: >>> On Feb 21, 2025, at 19:34, Hiroki T

Re: aarch64 electron build failure: fatal error: 'asm/hwcap.h' file not found; mark as BROKEN_aarch64 until fixed?

2025-02-22 Thread Hiroki Tagato
On 2025/02/22 16:41, Mark Millard wrote: On Feb 21, 2025, at 21:57, Mark Millard wrote: On Feb 21, 2025, at 20:51, Mark Millard wrote: On Feb 21, 2025, at 19:34, Hiroki Tagato wrote: On 2025/02/22 11:29, Hiroki Tagato wrote: On 2025/02/20 1:26, Mark Millard wrote: On Feb 19, 2025, at 0

OpenJDK and ccache (again)

2025-02-22 Thread Xavier Humbert
Hi, Tried everything to build OpenJDK with ccache : Here is part of my /etc/make.conf .if ${.CURDIR:M*/ports/java/openjdk17}   NO_CCACHE=yes .endif Despite of this : [root@numenor openjdk17]# CCACHE_DISABLE=yes NO_CCACHE=yes  make all [...] configure: Will use user supplied compiler CC=cc che

Re: aarch64 electron build failure: fatal error: 'asm/hwcap.h' file not found; mark as BROKEN_aarch64 until fixed?

2025-02-22 Thread Mark Millard
On Feb 21, 2025, at 21:57, Mark Millard wrote: > On Feb 21, 2025, at 20:51, Mark Millard wrote: > >> On Feb 21, 2025, at 19:34, Hiroki Tagato wrote: >> >>> On 2025/02/22 11:29, Hiroki Tagato wrote: On 2025/02/20 1:26, Mark Millard wrote: > On Feb 19, 2025, at 06:42, Hiroki Tagato wr