Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2014 12:29:50 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363136 - head/sysutils/cbsd
Message-ID:  <201407281229.s6SCTokW025642@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Jul 28 12:29:50 2014
New Revision: 363136
URL: http://svnweb.freebsd.org/changeset/ports/363136
QAT: https://qat.redports.org/buildarchive/r363136/

Log:
  sysutils/cbsd: only build on FreeBSD 10+
  
  This extends the current ignore flag to cover FreeBSD 9 as well.
  
  PR:		192185
  Submitted by:	maintainer (Oleg Ginsburg)

Modified:
  head/sysutils/cbsd/Makefile

Modified: head/sysutils/cbsd/Makefile
==============================================================================
--- head/sysutils/cbsd/Makefile	Mon Jul 28 12:29:24 2014	(r363135)
+++ head/sysutils/cbsd/Makefile	Mon Jul 28 12:29:50 2014	(r363136)
@@ -31,12 +31,8 @@ CBSD_HOME?=	${PREFIX}/cbsd
 USERS=	${PORTNAME}
 GROUPS=	${PORTNAME}
 
-.if ${OSVERSION} < 901000
-IGNORE=	does not support FreeBSD versions < 9.1
-.endif
-
-.if ${OSVERSION} < 902001
-RUN_DEPENDS+=	sysrc:${PORTSDIR}/sysutils/sysrc
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+IGNORE=	does not support FreeBSD versions < 10.0
 .endif
 
 do-install:



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