svn commit: r442913 - head/sysutils/bacula5-client-static
Mathieu Arnold
mat at FreeBSD.org
Thu Jun 8 10:36:41 UTC 2017
Author: mat
Date: Thu Jun 8 10:36:40 2017
New Revision: 442913
URL: https://svnweb.freebsd.org/changeset/ports/442913
Log:
Mark BROKEN with libressl:
/usr/lib/libc.a(arc4random.o): In function `arc4random':
/usr/src/lib/libc/gen/arc4random.c:(.text+0x350): multiple definition of `arc4random'
/usr/local/lib/libcrypto.a(arc4random.o):(.text+0x0): first defined here
/usr/lib/libc.a(arc4random.o): In function `arc4random_buf':
/usr/src/lib/libc/gen/arc4random.c:(.text+0x4c0): multiple definition of `arc4random_buf'
/usr/local/lib/libcrypto.a(arc4random.o):(.text+0xa0): first defined here
c++: error: linker command failed with exit code 1 (use -v to see invocation)
Sponsored by: Absolight
Modified:
head/sysutils/bacula5-client-static/Makefile (contents, props changed)
Modified: head/sysutils/bacula5-client-static/Makefile
==============================================================================
--- head/sysutils/bacula5-client-static/Makefile Thu Jun 8 10:31:19 2017 (r442912)
+++ head/sysutils/bacula5-client-static/Makefile Thu Jun 8 10:36:40 2017 (r442913)
@@ -25,4 +25,6 @@ CONFIGURE_ARGS+= --enable-client-only \
BROKEN_aarch64= Fails to link: missing sbrk
+BROKEN_SSL= libressl
+
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-all
mailing list