svn commit: r436939 - head/lang/go/files

Gleb Smirnoff glebius at FreeBSD.org
Sun Mar 26 16:15:35 UTC 2017


On Sun, Mar 26, 2017 at 05:22:53PM +0200, Antoine Brodin wrote:
A> Log:
A>   Use pipe2() syscall. It is available on all supported FreeBSD versions.
A>   This makes lang/go not depending on pipe() syscall, this not depending
A>   on COMPAT_FREEBSD10 kernel.
A> 
A>   This is adjusted version of 0ebaca6ba27534add5930a95acffa9acff182e2b
A>   from the official Go repo.
A> 
A>   Approved by:  jlaffaye
A> 
A> 
A> Hi,
A> 
A> It seems some go ports fail to build after this change:
A> "# syscall
A> /usr/local/go/src/syscall/exec_unix.go:188: undefined: forkExecPipe"
A> 
A> Fixed in r436968

Thanks, Antoine!

-- 
Totus tuus, Glebius.


More information about the svn-ports-all mailing list