From owner-svn-ports-head@freebsd.org Thu Jun 8 10:36:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FE00BFB630; Thu, 8 Jun 2017 10:36:41 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 304847CA16; Thu, 8 Jun 2017 10:36:41 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v58AaeD6025285; Thu, 8 Jun 2017 10:36:40 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v58AaeXk025284; Thu, 8 Jun 2017 10:36:40 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201706081036.v58AaeXk025284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 8 Jun 2017 10:36:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442913 - head/sysutils/bacula5-client-static X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2017 10:36:41 -0000 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"