Date: Fri, 24 Aug 2018 06:24:31 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477936 - head/biology/libsbml Message-ID: <201808240624.w7O6OVDe049021@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808240624.w7O6OVDe049021>