Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 20:23:52 +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: r393904 - in head/archivers: atool makeself p5-Archive-Any p5-Archive-Any-Plugin-Rar p5-Archive-Peek p5-Archive-Rar p5-Archive-Tar p5-Compress-LZW p5-POE-Filter-Bzip2 pear-File_Archive ...
Message-ID:  <201508102023.t7AKNqhc020700@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 10 20:23:51 2015
New Revision: 393904
URL: https://svnweb.freebsd.org/changeset/ports/393904

Log:
  - Add some NO_ARCH'es
  
  Approved by:	portmgr blanket

Modified:
  head/archivers/atool/Makefile
  head/archivers/makeself/Makefile
  head/archivers/p5-Archive-Any-Plugin-Rar/Makefile
  head/archivers/p5-Archive-Any/Makefile
  head/archivers/p5-Archive-Peek/Makefile
  head/archivers/p5-Archive-Rar/Makefile
  head/archivers/p5-Archive-Tar/Makefile
  head/archivers/p5-Compress-LZW/Makefile
  head/archivers/p5-POE-Filter-Bzip2/Makefile
  head/archivers/pear-File_Archive/Makefile
  head/archivers/rox-archive/Makefile
  head/archivers/rpm2cpio/Makefile
  head/archivers/unfoo/Makefile

Modified: head/archivers/atool/Makefile
==============================================================================
--- head/archivers/atool/Makefile	Mon Aug 10 20:14:16 2015	(r393903)
+++ head/archivers/atool/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
@@ -14,5 +14,6 @@ LICENSE=	GPLv2
 GNU_CONFIGURE=	yes
 USES=		gmake perl5
 USE_PERL5=	build run
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/archivers/makeself/Makefile
==============================================================================
--- head/archivers/makeself/Makefile	Mon Aug 10 20:14:16 2015	(r393903)
+++ head/archivers/makeself/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
@@ -17,6 +17,7 @@ EXTRACT_BEFORE_ARGS=
 EXTRACT_AFTER_ARGS=	--nox11 --target ${WRKSRC}
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/makeself bin/makeself-header \
 		bin/makeself-header.sh bin/makeself.sh

Modified: head/archivers/p5-Archive-Any-Plugin-Rar/Makefile
==============================================================================
--- head/archivers/p5-Archive-Any-Plugin-Rar/Makefile	Mon Aug 10 20:14:16 2015	(r393903)
+++ head/archivers/p5-Archive-Any-Plugin-Rar/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
@@ -18,5 +18,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/archivers/p5-Archive-Any/Makefile
==============================================================================
--- head/archivers/p5-Archive-Any/Makefile	Mon Aug 10 20:14:16 2015	(r393903)
+++ head/archivers/p5-Archive-Any/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
@@ -22,6 +22,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \
 		p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/archivers/p5-Archive-Peek/Makefile
==============================================================================
--- head/archivers/p5-Archive-Peek/Makefile	Mon Aug 10 20:14:16 2015	(r393903)
+++ head/archivers/p5-Archive-Peek/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
@@ -21,6 +21,7 @@ TEST_DEPENDS=	p5-Test-Pod>=1.14:${PORTSD
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 regression-test: build
 	cd ${WRKSRC}/ && ${MAKE} test

Modified: head/archivers/p5-Archive-Rar/Makefile
==============================================================================
--- head/archivers/p5-Archive-Rar/Makefile	Mon Aug 10 20:14:16 2015	(r393903)
+++ head/archivers/p5-Archive-Rar/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
@@ -14,6 +14,7 @@ COMMENT=	Interface with the 'rar' comman
 BUILD_DEPENDS=	rar:${PORTSDIR}/archivers/rar \
 		p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/archivers/p5-Archive-Tar/Makefile
==============================================================================
--- head/archivers/p5-Archive-Tar/Makefile	Mon Aug 10 20:14:16 2015	(r393903)
+++ head/archivers/p5-Archive-Tar/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
@@ -18,6 +18,7 @@ RUN_DEPENDS=	p5-IO-String>=0:${PORTSDIR}
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	TEXTDIFF
 TEXTDIFF_DESC=	Text::Diff support for ptardiff

Modified: head/archivers/p5-Compress-LZW/Makefile
==============================================================================
--- head/archivers/p5-Compress-LZW/Makefile	Mon Aug 10 20:14:16 2015	(r393903)
+++ head/archivers/p5-Compress-LZW/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
@@ -19,6 +19,7 @@ BUILD_DEPENDS=	p5-Moo>=1.001000:${PORTSD
 		p5-strictures>0:${PORTSDIR}/devel/p5-strictures
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/archivers/p5-POE-Filter-Bzip2/Makefile
==============================================================================
--- head/archivers/p5-POE-Filter-Bzip2/Makefile	Mon Aug 10 20:14:16 2015	(r393903)
+++ head/archivers/p5-POE-Filter-Bzip2/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
@@ -16,6 +16,7 @@ BUILD_DEPENDS=	p5-Compress-Bzip2>=2.08:$
 		p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/archivers/pear-File_Archive/Makefile
==============================================================================
--- head/archivers/pear-File_Archive/Makefile	Mon Aug 10 20:14:16 2015	(r393903)
+++ head/archivers/pear-File_Archive/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
@@ -11,7 +11,8 @@ COMMENT=	PEAR class to manipulate tar, g
 BUILD_DEPENDS=	${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type
 RUN_DEPENDS=	${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type
 
-USES=	pear
+USES=		pear
+NO_ARCH=	yes
 
 USE_PHP=	bz2 pcre zlib
 

Modified: head/archivers/rox-archive/Makefile
==============================================================================
--- head/archivers/rox-archive/Makefile	Mon Aug 10 20:14:16 2015	(r393903)
+++ head/archivers/rox-archive/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
@@ -13,6 +13,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/rox:${PORT
 		${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib
 
 USES=		python tar:bzip2
+NO_ARCH=	yes
 
 do-build:
 	@${PYTHON_CMD} -m compileall ${WRKSRC}

Modified: head/archivers/rpm2cpio/Makefile
==============================================================================
--- head/archivers/rpm2cpio/Makefile	Mon Aug 10 20:14:16 2015	(r393903)
+++ head/archivers/rpm2cpio/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
@@ -15,6 +15,7 @@ NO_WRKSUBDIR=	yes
 
 USES=		perl5
 NO_BUILD=	yes
+NO_ARCH=	yes
 REINPLACE_ARGS=
 
 PLIST_FILES=	bin/rpm2cpio.pl

Modified: head/archivers/unfoo/Makefile
==============================================================================
--- head/archivers/unfoo/Makefile	Mon Aug 10 20:14:16 2015	(r393903)
+++ head/archivers/unfoo/Makefile	Mon Aug 10 20:23:51 2015	(r393904)
@@ -18,6 +18,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	vitaminmoo
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 PLIST_FILES=	bin/${PORTNAME}
 
 post-patch:



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