Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2017 10:36:40 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442913 - head/sysutils/bacula5-client-static
Message-ID:  <201706081036.v58AaeXk025284@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706081036.v58AaeXk025284>