Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2017 11:42:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431078 - head/sysutils/firstboot-growfs
Message-ID:  <201701101142.v0ABgnd3048762@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jan 10 11:42:49 2017
New Revision: 431078
URL: https://svnweb.freebsd.org/changeset/ports/431078

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

Modified:
  head/sysutils/firstboot-growfs/Makefile

Modified: head/sysutils/firstboot-growfs/Makefile
==============================================================================
--- head/sysutils/firstboot-growfs/Makefile	Tue Jan 10 11:42:38 2017	(r431077)
+++ head/sysutils/firstboot-growfs/Makefile	Tue Jan 10 11:42:49 2017	(r431078)
@@ -13,13 +13,8 @@ COMMENT=	Expand / when the system first 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 NO_INSTALL=	yes
+NO_ARCH=	yes
 
 USE_RC_SUBR=	firstboot_growfs
 
-.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>



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