Donation to Foundation for Poudriere /opt builds! (Bounty?)

Tatsuki Makino tatsuki_makino at hotmail.com
Mon Nov 2 23:00:00 UTC 2020


Hello.

Mason Loring Bliss wrote on 2020/11/02 23:41:
> This seems not to quite do it. I tried this in make.conf both with and
> without PATH specified:
> 
> PREFIX=/opt
> LOCALBASE=/opt
> LICENSES_ACCEPTED+=HPLIP_PLUGIN
> PATH:=$PATH:/opt/bin:/opt/sbin:/testmarker
> 
> With the path, gettext-runtime failed with https://bpa.st/SRXA
> 
> Without the path, it failed with https://bpa.st/CUTQ
> 
> (Both those pastes should persist for a week.)
> 

Perhaps PATH:=${PATH}:/opt/bin....

PREFIX is set to LOCALBASE by default (somewhere in bsd.port.mk.).
LINUXBASE may rewrite PREFIX (somewhere in bsd.port.mk.).
Hence PREFIX=/opt is too much.

I would write the environment variables in ${PREFIX}/etc/poudriere.conf
shell script :) .

Regards.



More information about the freebsd-ports mailing list