system/plan9port: Updated for version 20130308.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Ruben Schuller 2013-06-07 21:36:12 -03:00 committed by dsomero
parent 67bcf30dea
commit faade59163
4 changed files with 8 additions and 26 deletions

View file

@ -1,14 +1,6 @@
Plan 9 from User Space (aka plan9port).
Plan 9 from User Space (aka plan9port) is a port of many Plan 9 programs
from their native Plan 9 environment to Unix-like operating systems.
Notes:
MD5SUM/VERSION:
The tarball is recreated from the sources whenever a change to the tree
occurs. You'll find the current tarball at:
http://code.google.com/p/plan9port/downloads/list
Updating:
You can use Mercurial to update plan9port, read
http://9fans.net/archive/2009/12/108

View file

@ -2,7 +2,7 @@
# Slackware build script for plan9port
# Copyright (c) 2012, Ruben Schuller <ruben@orgizm.net>
# Copyright (c) 2012,2013 Ruben Schuller <ruben@orgizm.net>
#
# Copyright (c) 2008-2010, Antonio Hernández Blas <hba.nihilismus@gmail.com>
# All rights reserved.
@ -26,7 +26,7 @@
# 2012-10-23: added some changes to reflect the usage of nightly tarballs
PRGNAM=plan9port
VERSION=${VERSION:-20121022}
VERSION=${VERSION:-20130308}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -48,6 +48,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG/opt $OUTPUT
cd $TMP
rm -rf $PRGNAM
tar xvf $CWD/$PRGNAM-$VERSION.tgz
cd $PRGNAM
chown -R root:root .
@ -58,18 +59,7 @@ find . \
-exec chmod 644 {} \;
# All plan9 programs are going to be installed in "/opt/plan9"
# The default prefix for plan9 is "/usr/local/plan9" and some files (that are
# listed in $TMP/plan9/lib/moveplan9.files) are going to end up with that
# prefix hardcoded. There's a script that resolves this problem, and the
# compilation runs it by default, but we'll have to edit it because it uses
# the current build directory as the path. I've tried passing /opt/plan9
# as the value of PLAN9, hoping the script would pick it up and do the
# right thing, but no dice, so we'll kludge it. --rworkman
sed -i 's:^new=`cleanname $PLAN9`$:new=`cleanname /opt/plan9`:' \
lib/moveplan9.sh
./INSTALL
PLAN9_TARGET=/opt/plan9 ./INSTALL
cd $TMP
mv $PRGNAM $PKG/opt/plan9

View file

@ -1,8 +1,8 @@
PRGNAM="plan9port"
VERSION="20121022"
VERSION="20130308"
HOMEPAGE="http://swtch.com/plan9port/"
DOWNLOAD="http://plan9port.googlecode.com/files/plan9port-20121022.tgz"
MD5SUM="6ac8b01783ed43657c6735e762ea75be"
DOWNLOAD="http://plan9port.googlecode.com/files/plan9port-20130308.tgz"
MD5SUM="13731b934a33278d44e7e98b6a6d25ea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
|-----handy-ruler------------------------------------------------------|
plan9port: Plan9Port (Plan 9 from User Space)
plan9port:
plan9port: Plan 9 from User Space (aka plan9port) is a port of many