svn commit: r406533 - head/math/octave-forge-tisean

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Jan 17 20:04:03 UTC 2016


Author: stephen
Date: Sun Jan 17 20:04:02 2016
New Revision: 406533
URL: https://svnweb.freebsd.org/changeset/ports/406533

Log:
  - Mark broken of FreeBSD 9 or older.
  
  Reference:	http://beefy2.nyi.freebsd.org/data/93amd64-default/406195/logs/octave-forge-tisean-0.2.3.log

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

Modified: head/math/octave-forge-tisean/Makefile
==============================================================================
--- head/math/octave-forge-tisean/Makefile	Sun Jan 17 19:36:12 2016	(r406532)
+++ head/math/octave-forge-tisean/Makefile	Sun Jan 17 20:04:02 2016	(r406533)
@@ -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-head mailing list