Created attachment 145228 [details] go.diff The port's pkg-plist has a %%ARCH%% variable in one line that causes the port build to fail on i386 systems due to duplicated lines. The fix is to remove that with 'amd64' string. The patch is applied, and below is the build log after applying the patch: http://pd.valinor.palantiri.org/data/latest-per-pkg/go/1.3_1%2c1/
Over to maintainer.
A commit references this bug: Author: jlaffaye Date: Fri Aug 1 20:09:54 UTC 2014 New revision: 363763 URL: http://svnweb.freebsd.org/changeset/ports/363763 Log: Fix plist on i386 PR: 192317 Submitted by: robak Changes: head/lang/go/Makefile head/lang/go/pkg-plist
Committed! Thanks.