Date: Fri, 6 Dec 2013 09:57:13 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335729 - in head: misc/kenny ports-mgmt/pchecker print/txtbdf2ps www/googlebook_dl x11/printscreen Message-ID: <201312060957.rB69vD6H096922@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak Date: Fri Dec 6 09:57:12 2013 New Revision: 335729 URL: http://svnweb.freebsd.org/changeset/ports/335729 Log: - Use recently implemented NO_ARCH knob in my architecture-neutral ports - While here, use shebangfix for print/txtbdf2ps Modified: head/misc/kenny/Makefile head/ports-mgmt/pchecker/Makefile head/print/txtbdf2ps/Makefile head/www/googlebook_dl/Makefile head/x11/printscreen/Makefile Modified: head/misc/kenny/Makefile ============================================================================== --- head/misc/kenny/Makefile Fri Dec 6 09:50:50 2013 (r335728) +++ head/misc/kenny/Makefile Fri Dec 6 09:57:12 2013 (r335729) @@ -21,6 +21,7 @@ USE_PERL5= extract build run EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME} +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/ports-mgmt/pchecker/Makefile ============================================================================== --- head/ports-mgmt/pchecker/Makefile Fri Dec 6 09:50:50 2013 (r335728) +++ head/ports-mgmt/pchecker/Makefile Fri Dec 6 09:57:12 2013 (r335729) @@ -12,6 +12,7 @@ COMMENT= Tool that checks the ports tree LICENSE= BSD USE_XZ= yes +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} Modified: head/print/txtbdf2ps/Makefile ============================================================================== --- head/print/txtbdf2ps/Makefile Fri Dec 6 09:50:50 2013 (r335728) +++ head/print/txtbdf2ps/Makefile Fri Dec 6 09:57:12 2013 (r335729) @@ -14,16 +14,15 @@ COMMENT= Translator TXT + BDF to PS PROJECTHOST= ak-various-projects PLIST_FILES= bin/txtbdf2ps -USES= perl5 +USES= perl5 shebangfix EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKDIR} +SHEBANG_FILES= ${DISTNAME}.txt NO_WRKSUBDIR= yes +NO_ARCH= yes NO_BUILD= yes -post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/${DISTNAME}.txt - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.txt ${STAGEDIR}${PREFIX}/bin/txtbdf2ps Modified: head/www/googlebook_dl/Makefile ============================================================================== --- head/www/googlebook_dl/Makefile Fri Dec 6 09:50:50 2013 (r335728) +++ head/www/googlebook_dl/Makefile Fri Dec 6 09:57:12 2013 (r335729) @@ -13,6 +13,7 @@ LICENSE= BSD RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} Modified: head/x11/printscreen/Makefile ============================================================================== --- head/x11/printscreen/Makefile Fri Dec 6 09:50:50 2013 (r335728) +++ head/x11/printscreen/Makefile Fri Dec 6 09:57:12 2013 (r335729) @@ -3,7 +3,8 @@ PORTNAME= printscreen PORTVERSION= 1.4 CATEGORIES= x11 -DISTFILES= +MASTER_SITES= # none +DISTFILES= # none MAINTAINER= ak@FreeBSD.org COMMENT= Simple screenshot program for X11 @@ -14,6 +15,7 @@ RUN_DEPENDS= xwd:${PORTSDIR}/x11/xwd \ xwdtopnm:${PORTSDIR}/graphics/netpbm NO_WRKSUBDIR= yes +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/printscreen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312060957.rB69vD6H096922>