Date: Thu, 27 Sep 2018 05:26:32 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> 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 Message-ID: <201809270526.w8R5QWW1069345@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809270526.w8R5QWW1069345>