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
Hello all,
I'm looking for the best way to use `uname -m` on plist_sub:
---
UNAME_M_CMD=${UNAME} -m
PLIST_SUB+= ARCH="$$(${UNAME_M_CMD})"
---
but I'm not sure sure about -m and -p differences and effects on
arm64/aarch64.
It would be nicer to use:
---
PLIST_SUB+= ARCH=${ARCH}
---
but it u
I'm having a problem creating a jail @home that I had no problems
building at work. The build environment at work was 13-RELEASE
(GENERIC) amd64
@home
UNAME:
Build system: FreeBSD firewall.mikej.com 13.1-STABLE FreeBSD 13.1-STABLE
#21 stable/13-n253337-16603f60156e: Wed Dec 28 08:22:48 EST 20
Hello.
Nuno Teixeira wrote on 2022/12/30 02:41:
> I'm looking for the best way to use `uname -m` on plist_sub:
> ---
> UNAME_M_CMD=${UNAME} -m
> PLIST_SUB+= ARCH="$$(${UNAME_M_CMD})"
> ---
> but I'm not sure sure about -m and -p differences and effects on
> arm64/aarch64.
>
> It would be
Tatsuki Makino wrote on 2022/12/30 06:17:
> For x11-wm/nscde, this is present in ${WRCSRC}/configure.ac.
>
> OS_PLUS_MACHINE_ARCH=`uname -sm | tr ' ' '_'`
> AC_SUBST(OS_PLUS_MACHINE_ARCH)
>
Then, in the case of security/zeek, it seems that uname -m is used in
zeek-5.0.4/cmake/GetArchitecture.cm