summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-02-01 15:04:50 +0100
committerLadislav Hagara2010-02-01 15:04:50 +0100
commitc8579da36283d5b11585d2496ea35d2c1b76aa32 (patch)
treefa423433ae022a03ddc2405154f5127e1f0eb5e9
parentdd5551cde650b01ced1f1b3b0e11d93306cd2c20 (diff)
octave 3.2.4
seems installwatch really doesn't catch links no idea if it has been working before if yes, new coreutils problem? without castfs: $ octave octave: error while loading shared libraries: liboctinterp.so: cannot open shared object file: No such file or directory lrwxrwxrwx 1 root root 21 Nov 16 11:07 /usr/lib/octave -> /usr/lib/octave-3.2.3 total 0 lrwxrwxrwx 1 root root 21 Jan 4 09:29 octave-3.2.3 -> /usr/lib/octave-3.2.3 lrwxrwxrwx 1 root root 21 Feb 1 13:13 octave-3.2.4 ->
-rwxr-xr-xscience/octave/DETAILS4
-rwxr-xr-xscience/octave/FINAL4
-rw-r--r--science/octave/HISTORY4
3 files changed, 10 insertions, 2 deletions
diff --git a/science/octave/DETAILS b/science/octave/DETAILS
index bae4861329..33cc6915e6 100755
--- a/science/octave/DETAILS
+++ b/science/octave/DETAILS
@@ -1,8 +1,8 @@
SPELL=octave
- VERSION=3.2.3
+ VERSION=3.2.4
SOURCE=$SPELL-$VERSION.tar.bz2
# SOURCE_GPG="gurus.gpg:$SOURCE.sig"
- SOURCE_HASH=sha512:3f049c197d1b0eb0059256fc1bae6c206acdfd45ec7ccacc6fe166864b5c8036cc22bd397f1284de776747bdaaa7adad6e3566500e4dbab36e19439a87a58d33
+ SOURCE_HASH=sha512:0a9af03d4acbd18fa955f4b9ca8e9c46497cab6a830774f362b8ed690f496c7f34577ee3c4b78decf735692991ee83298dedc432d6f396fd24dd146c4cf8a015
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.octave.org/pub/$SPELL/$SOURCE
LICENSE[0]=GPL
diff --git a/science/octave/FINAL b/science/octave/FINAL
index 5362a0c289..84c5aaa480 100755
--- a/science/octave/FINAL
+++ b/science/octave/FINAL
@@ -1,3 +1,7 @@
+if [ -h $INSTALL_ROOT/usr/lib/octave ]; then
+ rm -f $INSTALL_ROOT/usr/lib/octave
+fi &&
+
ln -sf ${INSTALL_ROOT}/usr/lib/octave-$VERSION ${INSTALL_ROOT}/usr/lib/octave &&
if ! grep -q "\/usr\/lib\/octave" /etc/ld.so.conf; then
diff --git a/science/octave/HISTORY b/science/octave/HISTORY
index ef53d1456b..6d64f80c67 100644
--- a/science/octave/HISTORY
+++ b/science/octave/HISTORY
@@ -1,3 +1,7 @@
+2010-02-01 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 3.2.4
+ * FINAL: remove old /usr/lib/octave link
+
2009-11-09 Peng Chang (Charles) <chp@sourcemage.org>
* DETAILS: updated spell to 3.2.3