Date: Sat, 10 Sep 2016 10:48:57 +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: r421683 - in head: archivers/deb2targz devel/cvsspam dns/sshfp dns/vizone games/textmaze graphics/asciio mail/cleanup-maildir mail/delatt misc/shuffle-db ports-mgmt/distilator sysutils/... Message-ID: <201609101048.u8AAmv6u082455@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat Sep 10 10:48:56 2016 New Revision: 421683 URL: https://svnweb.freebsd.org/changeset/ports/421683 Log: Mark NO_ARCH Modified: head/archivers/deb2targz/Makefile head/devel/cvsspam/Makefile head/dns/sshfp/Makefile head/dns/vizone/Makefile head/games/textmaze/Makefile head/graphics/asciio/Makefile head/mail/cleanup-maildir/Makefile head/mail/delatt/Makefile head/misc/shuffle-db/Makefile head/ports-mgmt/distilator/Makefile head/sysutils/hploscripts/Makefile head/sysutils/rej/Makefile head/sysutils/screenie/Makefile head/textproc/colordiff/Makefile head/www/linklint/Makefile head/x11-themes/audacious-skins/Makefile head/x11-themes/irssi-themes/Makefile Modified: head/archivers/deb2targz/Makefile ============================================================================== --- head/archivers/deb2targz/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/archivers/deb2targz/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -11,6 +11,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for converting a Debian .deb file to a .tar.gz NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/deb2targz Modified: head/devel/cvsspam/Makefile ============================================================================== --- head/devel/cvsspam/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/devel/cvsspam/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -15,6 +15,7 @@ LICENSE= GPLv2 USE_RUBY= yes NO_BUILD= yes +NO_ARCH= yes PORTDOCS= COPYING CREDITS TODO cvsspam-doc.html cvsspam-doc.pdf Modified: head/dns/sshfp/Makefile ============================================================================== --- head/dns/sshfp/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/dns/sshfp/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -17,6 +17,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/_ ${PYTHON_SITELIBDIR}/ldns.py:dns/py-ldns USES= python shebangfix +NO_ARCH= yes NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= xelerance Modified: head/dns/vizone/Makefile ============================================================================== --- head/dns/vizone/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/dns/vizone/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -11,6 +11,7 @@ COMMENT= Updates the serial number in on USES= shebangfix perl5 USE_PERL5= run +NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= updserial Modified: head/games/textmaze/Makefile ============================================================================== --- head/games/textmaze/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/games/textmaze/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -14,6 +14,7 @@ COMMENT= Generates mazes on a text termi RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses USES= shebangfix perl5 +NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= textmaze Modified: head/graphics/asciio/Makefile ============================================================================== --- head/graphics/asciio/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/graphics/asciio/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -40,5 +40,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes .include <bsd.port.mk> Modified: head/mail/cleanup-maildir/Makefile ============================================================================== --- head/mail/cleanup-maildir/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/mail/cleanup-maildir/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -13,6 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grap USES= python shebangfix NO_BUILD= yes +NO_ARCH= yes SHEBANG_FILES= cleanup-maildir.py PLIST_FILES= bin/cleanup-maildir Modified: head/mail/delatt/Makefile ============================================================================== --- head/mail/delatt/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/mail/delatt/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -17,6 +17,7 @@ RUN_DEPENDS= p5-MIME-Base64>=0:converter USES= shebangfix perl5 USE_PERL5= run NO_BUILD= yes +NO_ARCH= yes SHEBANG_FILES= delatt PLIST_FILES= bin/delatt Modified: head/misc/shuffle-db/Makefile ============================================================================== --- head/misc/shuffle-db/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/misc/shuffle-db/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -11,6 +11,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= IPod shuffle database builder USES= python +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/rebuild_db Modified: head/ports-mgmt/distilator/Makefile ============================================================================== --- head/ports-mgmt/distilator/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/ports-mgmt/distilator/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -19,5 +19,6 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> Modified: head/sysutils/hploscripts/Makefile ============================================================================== --- head/sysutils/hploscripts/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/sysutils/hploscripts/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -15,6 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= shebangfix perl5 NO_BUILD= yes +NO_ARCH= yes SHEBANG_FILES= locfg.pl PORTDOCS= iLO_perl_xml.pdf linux-LOsamplescripts.txt Modified: head/sysutils/rej/Makefile ============================================================================== --- head/sysutils/rej/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/sysutils/rej/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -11,6 +11,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Merges patch-rejects and runs a merge program to verify the changes USES= shebangfix perl5 +NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= mp qp rej Modified: head/sysutils/screenie/Makefile ============================================================================== --- head/sysutils/screenie/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/sysutils/screenie/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -14,6 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= screen:sysutils/screen +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= sbin/screenie man/man1/screenie.1.gz Modified: head/textproc/colordiff/Makefile ============================================================================== --- head/textproc/colordiff/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/textproc/colordiff/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -13,6 +13,7 @@ LICENSE= GPLv2 USES= shebangfix perl5 NO_BUILD= yes +NO_ARCH= yes SHEBANG_FILES= colordiff.pl Modified: head/www/linklint/Makefile ============================================================================== --- head/www/linklint/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/www/linklint/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -12,6 +12,7 @@ COMMENT= Perl script that checks links o USES= shebangfix perl5 USE_PERL5= run +NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= ${DISTNAME} Modified: head/x11-themes/audacious-skins/Makefile ============================================================================== --- head/x11-themes/audacious-skins/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/x11-themes/audacious-skins/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -13,6 +13,7 @@ BUILD_DEPENDS= audacious:multimedia/auda USES= tar:xz NO_BUILD= yes +NO_ARCH= yes DATADIR= ${PREFIX}/share/audacious Modified: head/x11-themes/irssi-themes/Makefile ============================================================================== --- head/x11-themes/irssi-themes/Makefile Sat Sep 10 10:48:13 2016 (r421682) +++ head/x11-themes/irssi-themes/Makefile Sat Sep 10 10:48:56 2016 (r421683) @@ -13,6 +13,7 @@ COMMENT= Collection of additional irssi RUN_DEPENDS= irssi:irc/irssi +NO_ARCH= yes NO_BUILD= yes THEMESDIR_REL= share/irssi/themes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609101048.u8AAmv6u082455>