svn commit: r477936 - head/biology/libsbml

Mark Linimon linimon at FreeBSD.org
Fri Aug 24 06:24:32 UTC 2018


Author: linimon
Date: Fri Aug 24 06:24:30 2018
New Revision: 477936
URL: https://svnweb.freebsd.org/changeset/ports/477936

Log:
  Mark as broken with clang6 after r473289.

Modified:
  head/biology/libsbml/Makefile

Modified: head/biology/libsbml/Makefile
==============================================================================
--- head/biology/libsbml/Makefile	Fri Aug 24 06:07:43 2018	(r477935)
+++ head/biology/libsbml/Makefile	Fri Aug 24 06:24:30 2018	(r477936)
@@ -51,4 +51,12 @@ post-install-EXAMPLES-on:
 	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \
 		${STAGEDIR}${EXAMPLESDIR} '! -name *Makefile*'
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD
+.if ( ${OSVERSION} >= 1101513 && ${OSVERSION} < 1200000 ) || ${OSVERSION} >= 1200060
+BROKEN=		fails to compile with clang6 or later
+.endif
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list