svn commit: r430932 - head/sysutils/firstboot-freebsd-update

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jan 9 09:54:21 UTC 2017


Author: amdmi3
Date: Mon Jan  9 09:54:20 2017
New Revision: 430932
URL: https://svnweb.freebsd.org/changeset/ports/430932

Log:
  - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

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

Modified: head/sysutils/firstboot-freebsd-update/Makefile
==============================================================================
--- head/sysutils/firstboot-freebsd-update/Makefile	Mon Jan  9 09:53:53 2017	(r430931)
+++ head/sysutils/firstboot-freebsd-update/Makefile	Mon Jan  9 09:54:20 2017	(r430932)
@@ -13,13 +13,8 @@ COMMENT=	Update the system using freebsd
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 NO_INSTALL=	yes
+NO_ARCH=	yes
 
 USE_RC_SUBR=	firstboot_freebsd_update
 
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} < 902504 || ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000100 ) || ( ${OSVERSION} >= 1000500 && ${OSVERSION} < 1000501 ) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 )
-IGNORE=	first boot rc.d scripts not supported on this version of FreeBSD
-.endif
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list