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. _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"