Date: Mon, 9 Jan 2017 10:04:06 +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: r430936 - head/sysutils/firstboot-pkgs Message-ID: <201701091004.v09A46AL007559@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jan 9 10:04:06 2017 New Revision: 430936 URL: https://svnweb.freebsd.org/changeset/ports/430936 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-pkgs/Makefile Modified: head/sysutils/firstboot-pkgs/Makefile ============================================================================== --- head/sysutils/firstboot-pkgs/Makefile Mon Jan 9 10:03:47 2017 (r430935) +++ head/sysutils/firstboot-pkgs/Makefile Mon Jan 9 10:04:06 2017 (r430936) @@ -13,13 +13,8 @@ COMMENT= Install packages when the syste NO_WRKSUBDIR= yes NO_BUILD= yes NO_INSTALL= yes +NO_ARCH= yes USE_RC_SUBR= firstboot_pkgs -.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?201701091004.v09A46AL007559>