Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2015 17:59:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377132 - head/graphics/code-eli
Message-ID:  <201501151759.t0FHxAN1010108@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501151759.t0FHxAN1010108>