Date: Sun, 30 May 2010 12:18:15 +0300 From: Eitan Adler <lists@eitanadler.com> To: questions@freebsd.org Subject: portmaster not replacing %var% in final pkg-msg Message-ID: <AANLkTikHg-bNFie6ver7MLm9GHfxpfZr0MGIzLsDlB34@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
$cd lang/go && portmaster . ------------------------------------------------------------------ To build Go programs for FreeBSD, you'll want to set up your environment properly. The following environment variables should be set: ... GOOS=freebsd GOARCH=386 GOROOT=/usr/local/lib/go .... ===> Registering installation for go-20100413 ===> Cleaning for go-20100413 ===>>> pkg-message for go-20100413 ------------------------------------------------------------------ To build Go programs for FreeBSD, you'll want to set up your environment properly. The following environment variables should be set: GOOS=freebsd GOARCH=%%ARCH%% GOROOT=%%PREFIX%%/lib/go To build Go programs, you may include %%PREFIX%%/share/go/Make.pkg or %%PREFIX%%/share/go/Make.cmd in your build infrastructure (note: this requires gmake). Your compiler is %%GOOBJ%%g and your linker is %%GOOBJ%%l. .... ===>>> Installation of lang/go (go-20100413) complete -- Eitan Adler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikHg-bNFie6ver7MLm9GHfxpfZr0MGIzLsDlB34>