From owner-svn-ports-all@freebsd.org Sat Sep 10 14:14:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94543BD5070; Sat, 10 Sep 2016 14:14:12 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CF4B366; Sat, 10 Sep 2016 14:14:12 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8AEEBKY062421; Sat, 10 Sep 2016 14:14:11 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8AEE8I3062392; Sat, 10 Sep 2016 14:14:08 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201609101414.u8AEE8I3062392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 10 Sep 2016 14:14:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421693 - in head: astro/p5-GPS astro/p5-GPS-Babel astro/p5-GPS-OID converters/p5-plutil devel/p5-Eval-Context devel/p5-Hash-Slice devel/p5-Package-Generator devel/p5-Sort-Array devel/p... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2016 14:14:12 -0000 Author: ehaupt Date: Sat Sep 10 14:14:08 2016 New Revision: 421693 URL: https://svnweb.freebsd.org/changeset/ports/421693 Log: Mark NO_ARCH Modified: head/astro/p5-GPS-Babel/Makefile head/astro/p5-GPS-OID/Makefile head/astro/p5-GPS/Makefile head/converters/p5-plutil/Makefile head/devel/p5-Eval-Context/Makefile head/devel/p5-Hash-Slice/Makefile head/devel/p5-Package-Generator/Makefile head/devel/p5-Sort-Array/Makefile head/devel/p5-Sort-ArrayOfArrays/Makefile head/devel/p5-Test-Spelling/Makefile head/devel/p5-Uniq/Makefile head/mail/p5-Sendmail-AccessDB/Makefile head/net-mgmt/py-ipcalc/Makefile head/net/p5-IO-Socket-Socks/Makefile head/sysutils/p5-Dir-Purge/Makefile head/www/p5-Catalyst-View-XML-Feed/Makefile head/www/p5-Google-Search/Makefile head/www/p5-HTML-DOM/Makefile head/www/p5-HTTP-ProxyPAC/Makefile head/www/p5-JE/Makefile head/www/p5-Jemplate/Makefile head/www/p5-LWP-Protocol-socks/Makefile head/www/p5-Reddit-Client/Makefile head/www/p5-Reddit/Makefile head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile head/www/p5-WWW-Scripter/Makefile Modified: head/astro/p5-GPS-Babel/Makefile ============================================================================== --- head/astro/p5-GPS-Babel/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/astro/p5-GPS-Babel/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -18,5 +18,6 @@ RUN_DEPENDS= p5-Geo-Gpx>=0.25:graphics/p USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/astro/p5-GPS-OID/Makefile ============================================================================== --- head/astro/p5-GPS-OID/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/astro/p5-GPS-OID/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -13,5 +13,6 @@ COMMENT= Package for GPS PRN - Object ID USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/astro/p5-GPS/Makefile ============================================================================== --- head/astro/p5-GPS/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/astro/p5-GPS/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -17,5 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/converters/p5-plutil/Makefile ============================================================================== --- head/converters/p5-plutil/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/converters/p5-plutil/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -12,6 +12,7 @@ COMMENT= Perl implementation of Mac OS X USES= shebangfix perl5 tar:xz USE_PERL5= run +NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= ${PORTNAME}.pl Modified: head/devel/p5-Eval-Context/Makefile ============================================================================== --- head/devel/p5-Eval-Context/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/devel/p5-Eval-Context/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -33,5 +33,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes .include Modified: head/devel/p5-Hash-Slice/Makefile ============================================================================== --- head/devel/p5-Hash-Slice/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/devel/p5-Hash-Slice/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -17,5 +17,6 @@ TEST_DEPENDS= p5-Test-Most>=0:devel/p5-T USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-Package-Generator/Makefile ============================================================================== --- head/devel/p5-Package-Generator/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/devel/p5-Package-Generator/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -13,5 +13,6 @@ COMMENT= This module lets you quickly an USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-Sort-Array/Makefile ============================================================================== --- head/devel/p5-Sort-Array/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/devel/p5-Sort-Array/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -13,5 +13,6 @@ COMMENT= Powerful array sorting Perl int USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-Sort-ArrayOfArrays/Makefile ============================================================================== --- head/devel/p5-Sort-ArrayOfArrays/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/devel/p5-Sort-ArrayOfArrays/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -13,5 +13,6 @@ COMMENT= Sort an arbitrary array of arra USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-Test-Spelling/Makefile ============================================================================== --- head/devel/p5-Test-Spelling/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/devel/p5-Test-Spelling/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -21,6 +21,7 @@ RUN_DEPENDS= p5-Pod-Spell>=0:textproc/p5 USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-Uniq/Makefile ============================================================================== --- head/devel/p5-Uniq/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/devel/p5-Uniq/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -14,6 +14,7 @@ COMMENT= Perl extension for managing a u USES= perl5 USE_PERL5= configure +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/mail/p5-Sendmail-AccessDB/Makefile ============================================================================== --- head/mail/p5-Sendmail-AccessDB/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/mail/p5-Sendmail-AccessDB/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -15,5 +15,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/net-mgmt/py-ipcalc/Makefile ============================================================================== --- head/net-mgmt/py-ipcalc/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/net-mgmt/py-ipcalc/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -12,5 +12,6 @@ COMMENT= Module to perform IP subnet cal USES= python USE_PYTHON= distutils +NO_ARCH= yes .include Modified: head/net/p5-IO-Socket-Socks/Makefile ============================================================================== --- head/net/p5-IO-Socket-Socks/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/net/p5-IO-Socket-Socks/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -12,5 +12,6 @@ COMMENT= Provides a way to create socks USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/sysutils/p5-Dir-Purge/Makefile ============================================================================== --- head/sysutils/p5-Dir-Purge/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/sysutils/p5-Dir-Purge/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -13,5 +13,6 @@ COMMENT= Purge directories to a given nu USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-Catalyst-View-XML-Feed/Makefile ============================================================================== --- head/www/p5-Catalyst-View-XML-Feed/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/www/p5-Catalyst-View-XML-Feed/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -20,5 +20,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-Google-Search/Makefile ============================================================================== --- head/www/p5-Google-Search/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/www/p5-Google-Search/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -25,5 +25,6 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-HTML-DOM/Makefile ============================================================================== --- head/www/p5-HTML-DOM/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/www/p5-HTML-DOM/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -22,5 +22,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-HTTP-ProxyPAC/Makefile ============================================================================== --- head/www/p5-HTTP-ProxyPAC/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/www/p5-HTTP-ProxyPAC/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -20,5 +20,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-JE/Makefile ============================================================================== --- head/www/p5-JE/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/www/p5-JE/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -18,6 +18,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes # Wrong versioning upstream PORTSCOUT= skipv:0.54 Modified: head/www/p5-Jemplate/Makefile ============================================================================== --- head/www/p5-Jemplate/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/www/p5-Jemplate/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -19,5 +19,6 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-LWP-Protocol-socks/Makefile ============================================================================== --- head/www/p5-LWP-Protocol-socks/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/www/p5-LWP-Protocol-socks/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -18,5 +18,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-Reddit-Client/Makefile ============================================================================== --- head/www/p5-Reddit-Client/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/www/p5-Reddit-Client/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -24,5 +24,6 @@ TEST_DEPENDS= p5-Test-MockModule>=0:deve USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-Reddit/Makefile ============================================================================== --- head/www/p5-Reddit/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/www/p5-Reddit/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -23,5 +23,6 @@ RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile ============================================================================== --- head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -17,5 +17,6 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile ============================================================================== --- head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -16,5 +16,6 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-WWW-Scripter/Makefile ============================================================================== --- head/www/p5-WWW-Scripter/Makefile Sat Sep 10 14:08:31 2016 (r421692) +++ head/www/p5-WWW-Scripter/Makefile Sat Sep 10 14:14:08 2016 (r421693) @@ -18,5 +18,6 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include