diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-09 10:58:06 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-09 10:58:06 +0800 |
commit | 0a8bc35499854429ab9ea6fe1811540c4b4acd8b (patch) | |
tree | f647c952ef3f409579fc69244adef7ca135f9031 | |
parent | 7942ebbc32cb5a454b43b2f00375cc468446ecff (diff) | |
download | freebsd-ports-gnome-0a8bc35499854429ab9ea6fe1811540c4b4acd8b.tar.gz freebsd-ports-gnome-0a8bc35499854429ab9ea6fe1811540c4b4acd8b.tar.zst freebsd-ports-gnome-0a8bc35499854429ab9ea6fe1811540c4b4acd8b.zip |
- Update to 20060507
- UnBROKEN on 4.X
- Install initial plumbing rule (install-user:)
PR: 96960
Submitted by: maintainer
-rw-r--r-- | devel/plan9port/Makefile | 17 | ||||
-rw-r--r-- | devel/plan9port/distinfo | 6 | ||||
-rw-r--r-- | devel/plan9port/files/pkg-message.in | 5 |
3 files changed, 16 insertions, 12 deletions
diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile index 9daed2c225a0..5cf098de765c 100644 --- a/devel/plan9port/Makefile +++ b/devel/plan9port/Makefile @@ -6,7 +6,7 @@ # PORTNAME= plan9port -PORTVERSION= 20060402 +PORTVERSION= 20060507 CATEGORIES= devel plan9 MASTER_SITES= http://swtch.com/plan9port/ \ ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ @@ -89,15 +89,9 @@ EMPTY_DIRS= plan9/log \ plan9/dist/debian \ plan9/dist/pkg -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not compile -.endif - post-patch: @${FIND} ${WRKSRC}/man -type f -regex ".*\.[0-9?]$\" \ - | ${XARGS} ${REINPLACE_CMD} -e 's|\\\*9|${PREFIX}/plan9|' + | ${XARGS} ${REINPLACE_CMD} -e 's|\\\*9|${PREFIX}/plan9|' do-build: cd ${WRKSRC} && ./INSTALL @@ -124,7 +118,12 @@ post-install: ${SH} lib/moveplan9.sh ${WRKSRC} ${CHGRP} kmem ${PLAN9}/bin/auxstats ${CHMOD} +s ${PLAN9}/bin/auxstats + ${CHMOD} 4777 ${PLAN9}/news @${ECHO_CMD} "" @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +install-user: + @${MKDIR} ${HOME}/lib + ${INSTALL_DATA} ${PLAN9}/plumb/initial.plumbing ${HOME}/lib/plumbing + +.include <bsd.port.mk> diff --git a/devel/plan9port/distinfo b/devel/plan9port/distinfo index ba8a2e64d9e7..9b65af35c323 100644 --- a/devel/plan9port/distinfo +++ b/devel/plan9port/distinfo @@ -1,3 +1,3 @@ -MD5 (plan9port-20060402.tgz) = d21e18b5ec9fda25ba7c9ce8c51f7ed4 -SHA256 (plan9port-20060402.tgz) = f40ec23b307271b6abfa514d06eaa89a797dbb024abcc5c6852f52c2db0f9b77 -SIZE (plan9port-20060402.tgz) = 22501927 +MD5 (plan9port-20060507.tgz) = 80247558c82b18455a38ee1c76cf8538 +SHA256 (plan9port-20060507.tgz) = b5238365241253408aa783c1e3dcf8a6f16bdf98e55ab35c51ad1b71f4ca8887 +SIZE (plan9port-20060507.tgz) = 22541160 diff --git a/devel/plan9port/files/pkg-message.in b/devel/plan9port/files/pkg-message.in index e0ee4ab8bfd2..78bc79c37e4b 100644 --- a/devel/plan9port/files/pkg-message.in +++ b/devel/plan9port/files/pkg-message.in @@ -2,6 +2,11 @@ Add these to your profile environment. PLAN9=%%PREFIX%%/plan9; export PLAN9 PATH=$PATH:$PLAN9/bin; export PATH +This port install a default plumbing file. +Just cd to the ports directory and type (not as root) + +make install-user + BUGS This port can cause some problems if you install certain ports: |