Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 16:19:34 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331293 - head/sysutils/firstboot-freebsd-update
Message-ID:  <201310221619.r9MGJY6g002571@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cperciva
Date: Tue Oct 22 16:19:33 2013
New Revision: 331293
URL: http://svnweb.freebsd.org/changeset/ports/331293

Log:
  Update for new __FreeBSD_version values with rc.d firstboot support.

Modified:
  head/sysutils/firstboot-freebsd-update/Makefile

Modified: head/sysutils/firstboot-freebsd-update/Makefile
==============================================================================
--- head/sysutils/firstboot-freebsd-update/Makefile	Tue Oct 22 16:18:01 2013	(r331292)
+++ head/sysutils/firstboot-freebsd-update/Makefile	Tue Oct 22 16:19:33 2013	(r331293)
@@ -16,7 +16,7 @@ USE_RC_SUBR=	firstboot_freebsd_update
 
 .include <bsd.port.pre.mk>
 
-.if ( ${OSVERSION} < 1100001 )
+.if ${OSVERSION} < 902504 || ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000501 ) || ( ${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 )
 IGNORE=	first boot rc.d scripts not supported on this version of FreeBSD
 .endif
 



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