Date: Thu, 1 Oct 2015 09:32:42 +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: r398263 - head/devel/plan9port Message-ID: <201510010932.t919WgwD003144@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Oct 1 09:32:41 2015 New Revision: 398263 URL: https://svnweb.freebsd.org/changeset/ports/398263 Log: - Switch to options helpers - Add missing run-depend on rc used by some installed scripts - Fix shebangs Modified: head/devel/plan9port/Makefile Modified: head/devel/plan9port/Makefile ============================================================================== --- head/devel/plan9port/Makefile Thu Oct 1 09:15:31 2015 (r398262) +++ head/devel/plan9port/Makefile Thu Oct 1 09:32:41 2015 (r398263) @@ -3,7 +3,7 @@ PORTNAME= plan9port PORTVERSION= 20140306 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel plan9 MASTER_SITES= http://swtch.com/${PORTNAME}/ @@ -15,7 +15,30 @@ LICENSE_NAME= Lucent Public License Vers LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= perl5 tar:tgz +BROKEN_ia64= does not install: cleanname not found +BROKEN_sparc64= does not install: cleanname not found + +RUN_DEPENDS= rc:${PORTSDIR}/shells/rc + +USES= perl5 shebangfix tar:tgz +SHEBANG_LANG= rc +rc_OLD_CMD= /bin/rc +rc_CMD= ${LOCALBASE}/bin/rc +SHEBANG_FILES= acid/transcript \ + acid/window \ + mac/9term.app/Contents/MacOS/9term \ + mac/Plumb.app/Contents/MacOS/plumb \ + src/cmd/9660/mk9660.rc \ + src/cmd/dict/egfix \ + src/cmd/dict/egfix2 \ + src/cmd/dict/gefix \ + src/cmd/dict/getneeds \ + src/cmd/lp/lpsend.rc \ + src/cmd/map/map.rc \ + src/cmd/map/mapdemo.rc \ + src/cmd/spell/spell.rc \ + src/cmd/upas/filterkit/pipefrom.sample \ + unix/man/fixurls USE_PERL5= build USE_XORG= x11 xt xi xaw WRKSRC= ${WRKDIR}/plan9 @@ -74,10 +97,4 @@ install-user: @${MKDIR} ${HOME}/lib ${INSTALL_DATA} ${PLAN9}/plumb/initial.plumbing ${HOME}/lib/plumbing -.include <bsd.port.pre.mk> - -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= Does not install: cleanname not found -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510010932.t919WgwD003144>