Date: Sat, 10 Sep 2016 14:14:08 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> 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... Message-ID: <201609101414.u8AEE8I3062392@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.pre.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609101414.u8AEE8I3062392>