From owner-svn-ports-all@freebsd.org Thu Sep 27 05:26:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3BFC10A044A; Thu, 27 Sep 2018 05:26:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA17F75EFF; Thu, 27 Sep 2018 05:26:32 +0000 (UTC) (envelope-from antoine@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A52C021B63; Thu, 27 Sep 2018 05:26:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8R5QW7x069347; Thu, 27 Sep 2018 05:26:32 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8R5QWW1069345; Thu, 27 Sep 2018 05:26:32 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201809270526.w8R5QWW1069345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 27 Sep 2018 05:26:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480780 - in head/science: dft_tools triqs X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/science: dft_tools triqs X-SVN-Commit-Revision: 480780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 05:26:33 -0000 Author: antoine Date: Thu Sep 27 05:26:32 2018 New Revision: 480780 URL: https://svnweb.freebsd.org/changeset/ports/480780 Log: Mark BROKEN: wrong LIB_DEPENDS Modified: head/science/dft_tools/Makefile head/science/triqs/Makefile Modified: head/science/dft_tools/Makefile ============================================================================== --- head/science/dft_tools/Makefile Thu Sep 27 05:26:22 2018 (r480779) +++ head/science/dft_tools/Makefile Thu Sep 27 05:26:32 2018 (r480780) @@ -10,6 +10,8 @@ COMMENT= Interface to DFT codes in TRIQS LICENSE= GPLv3 +BROKEN= wrong LIB_DEPENDS + BUILD_DEPENDS= boost-libs>=1.53:devel/boost-libs \ googletest>0:devel/googletest # not needed: https://github.com/TRIQS/dft_tools/issues/95 LIB_DEPENDS= libcpp2py.so:devel/cpp2py \ Modified: head/science/triqs/Makefile ============================================================================== --- head/science/triqs/Makefile Thu Sep 27 05:26:22 2018 (r480779) +++ head/science/triqs/Makefile Thu Sep 27 05:26:32 2018 (r480780) @@ -11,6 +11,7 @@ COMMENT= Toolbox for Research on Interacting Quantum S LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.txt +BROKEN= wrong LIB_DEPENDS BROKEN_FreeBSD_10= fatal error: 'optional' file not found BROKEN_i386= error: no matching function for call to 'max': https://github.com/TRIQS/triqs/issues/596