svn commit: r383239 - head/math/octave-forge-interval

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat Apr 4 19:12:43 UTC 2015


Author: stephen
Date: Sat Apr  4 19:12:41 2015
New Revision: 383239
URL: https://svnweb.freebsd.org/changeset/ports/383239

Log:
  - Mark broken on FreeBSD 9 or less because of c11 errors.
  
  Reference:	http://beefy6.nyi.freebsd.org/data/84amd64-default/383187/logs/octave-forge-interval-0.1.4.log

Modified:
  head/math/octave-forge-interval/Makefile

Modified: head/math/octave-forge-interval/Makefile
==============================================================================
--- head/math/octave-forge-interval/Makefile	Sat Apr  4 19:09:41 2015	(r383238)
+++ head/math/octave-forge-interval/Makefile	Sat Apr  4 19:12:41 2015	(r383239)
@@ -27,4 +27,10 @@ post-build:
 	${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
 	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 1000000
+BROKEN=		Doesn't build on FreeBSD 9 or older
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list