aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2017-06-18 18:09:16 +0000
committerDavid Naylor <dbn@FreeBSD.org>2017-06-18 18:09:16 +0000
commit9920d3ae657e820bce42911009136fc059210d0d (patch)
tree237480885bd130394dbcbc56f765540bba4416e2 /archivers
parent4aeae92375bb57620d054d3cc88677ebba4f22bf (diff)
downloadports-9920d3ae657e820bce42911009136fc059210d0d.tar.gz
ports-9920d3ae657e820bce42911009136fc059210d0d.zip
qa: add check for NO_ARCH
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr
Notes
Notes: svn path=/head/; revision=443845
Diffstat (limited to 'archivers')
-rw-r--r--archivers/py-rcssmin/Makefile2
-rw-r--r--archivers/py-rjsmin/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/py-rcssmin/Makefile b/archivers/py-rcssmin/Makefile
index dc4f6e6fc298..8cc1ebed4eb4 100644
--- a/archivers/py-rcssmin/Makefile
+++ b/archivers/py-rcssmin/Makefile
@@ -3,6 +3,7 @@
PORTNAME= rcssmin
PORTVERSION= 1.0.6
+PORTREVISION= 1
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,5 @@ LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist distutils
-NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/archivers/py-rjsmin/Makefile b/archivers/py-rjsmin/Makefile
index c657a8e08b6c..492dd49ec43e 100644
--- a/archivers/py-rjsmin/Makefile
+++ b/archivers/py-rjsmin/Makefile
@@ -3,6 +3,7 @@
PORTNAME= rjsmin
PORTVERSION= 1.0.12
+PORTREVISION= 1
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,5 @@ LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist distutils
-NO_ARCH= yes
.include <bsd.port.mk>