svn commit: r331293 - head/sysutils/firstboot-freebsd-update
Colin Percival
cperciva at FreeBSD.org
Tue Oct 22 16:19:34 UTC 2013
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
More information about the svn-ports-all
mailing list