svn commit: r377132 - head/graphics/code-eli

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 15 17:59:11 UTC 2015


Author: bapt
Date: Thu Jan 15 17:59:10 2015
New Revision: 377132
URL: https://svnweb.freebsd.org/changeset/ports/377132
QAT: https://qat.redports.org/buildarchive/r377132/

Log:
  Mark as broken on FreeBSD version lower than 10.0-RELEASE
  
  PR:		195752
  Submitted by:	maintainer

Modified:
  head/graphics/code-eli/Makefile

Modified: head/graphics/code-eli/Makefile
==============================================================================
--- head/graphics/code-eli/Makefile	Thu Jan 15 17:57:22 2015	(r377131)
+++ head/graphics/code-eli/Makefile	Thu Jan 15 17:59:10 2015	(r377132)
@@ -37,6 +37,10 @@ DOCS_ALL_TARGET=	doc
 
 .include <bsd.port.options.mk>
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+BROKEN=	Can not compile if FreeBSD version lower than 10.0-RELEASE
+.endif
+
 post-patch:
 .if ! ${PORT_OPTIONS:MEXAMPLES}
 	${REINPLACE_CMD} \


More information about the svn-ports-all mailing list