svn commit: r480780 - in head/science: dft_tools triqs

Antoine Brodin antoine at FreeBSD.org
Thu Sep 27 05:26:33 UTC 2018


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
 


More information about the svn-ports-head mailing list