diff options
author | David Naylor <dbn@FreeBSD.org> | 2017-06-18 18:09:16 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2017-06-18 18:09:16 +0000 |
commit | 9920d3ae657e820bce42911009136fc059210d0d (patch) | |
tree | 237480885bd130394dbcbc56f765540bba4416e2 /databases | |
parent | www/trac-iniadmin: remove trailing backtick from NO_ARCH (diff) |
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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/R-cran-RSQLite.extfuns/Makefile | 4 | ||||
-rw-r--r-- | databases/R-cran-RSQLite/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-CDB_File/Makefile | 2 | ||||
-rw-r--r-- | databases/py-psycopg2cffi/Makefile | 3 | ||||
-rw-r--r-- | databases/rubygem-tarantool/Makefile | 3 |
5 files changed, 7 insertions, 8 deletions
diff --git a/databases/R-cran-RSQLite.extfuns/Makefile b/databases/R-cran-RSQLite.extfuns/Makefile index 1c9b747ddf22..c09062946699 100644 --- a/databases/R-cran-RSQLite.extfuns/Makefile +++ b/databases/R-cran-RSQLite.extfuns/Makefile @@ -3,7 +3,7 @@ PORTNAME= RSQLite.extfuns PORTVERSION= 0.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= databases DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,6 +15,6 @@ LICENSE= APACHE20 BUILD_DEPENDS= R-cran-RSQLite>=0.11.1:databases/R-cran-RSQLite RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/databases/R-cran-RSQLite/Makefile b/databases/R-cran-RSQLite/Makefile index 162619bcf68d..3735d221e2c1 100644 --- a/databases/R-cran-RSQLite/Makefile +++ b/databases/R-cran-RSQLite/Makefile @@ -3,6 +3,7 @@ PORTNAME= RSQLite PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= databases DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,6 +15,6 @@ LICENSE= LGPL20 BUILD_DEPENDS= R-cran-DBI>=0.2.5:databases/R-cran-DBI RUN_DEPENDS= R-cran-DBI>=0.2.5:databases/R-cran-DBI -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/databases/p5-CDB_File/Makefile b/databases/p5-CDB_File/Makefile index f05b47e812b2..854f6d6e1fd8 100644 --- a/databases/p5-CDB_File/Makefile +++ b/databases/p5-CDB_File/Makefile @@ -3,6 +3,7 @@ PORTNAME= CDB_File PORTVERSION= 0.98 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +14,6 @@ COMMENT= Perl5 interface to the CDB package LICENSE= ART10 GPLv1 LICENSE_COMB= dual -NO_ARCH= yes USES= perl5 shebangfix SHEBANG_FILES= bun-x.pl USE_PERL5= configure diff --git a/databases/py-psycopg2cffi/Makefile b/databases/py-psycopg2cffi/Makefile index 830c7c69549a..3c65d7990fd2 100644 --- a/databases/py-psycopg2cffi/Makefile +++ b/databases/py-psycopg2cffi/Makefile @@ -2,6 +2,7 @@ PORTNAME= psycopg2cffi PORTVERSION= 2.7.5 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi -NO_ARCH= yes - USE_PYTHON= autoplist distutils USES= pgsql python diff --git a/databases/rubygem-tarantool/Makefile b/databases/rubygem-tarantool/Makefile index fa6a38bbb8ea..b7958b9c5315 100644 --- a/databases/rubygem-tarantool/Makefile +++ b/databases/rubygem-tarantool/Makefile @@ -3,6 +3,7 @@ PORTNAME= tarantool PORTVERSION= 0.4.4.0 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -14,8 +15,6 @@ RUN_DEPENDS= rubygem-bin_utils>=0.0.3:devel/rubygem-bin_utils \ rubygem-murmurhash3>=0.1.1:devel/rubygem-murmurhash3 \ rubygem-sumbur>=0.0.2:devel/rubygem-sumbur -NO_ARCH= yes - USE_RUBY= yes USES= gem |