diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-02-01 17:26:13 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-02-01 17:26:13 +0000 |
commit | 079e81934ed51c48331aae0790f7b588f6bd4560 (patch) | |
tree | b6e275b8c5fac4d4a9911c7a9374399c6ddf5b1d /sci-mathematics/axiom/files | |
parent | Version bump, remove old (diff) | |
download | historical-079e81934ed51c48331aae0790f7b588f6bd4560.tar.gz historical-079e81934ed51c48331aae0790f7b588f6bd4560.tar.bz2 historical-079e81934ed51c48331aae0790f7b588f6bd4560.zip |
Fixed broken gcl configure (see bug #208326).
Package-Manager: portage-2.1.4
Diffstat (limited to 'sci-mathematics/axiom/files')
-rw-r--r-- | sci-mathematics/axiom/files/axiom-200711-gcl-configure.patch | 11 | ||||
-rw-r--r-- | sci-mathematics/axiom/files/digest-axiom-200711 | 3 | ||||
-rw-r--r-- | sci-mathematics/axiom/files/digest-axiom-3.9-r1 | 3 |
3 files changed, 17 insertions, 0 deletions
diff --git a/sci-mathematics/axiom/files/axiom-200711-gcl-configure.patch b/sci-mathematics/axiom/files/axiom-200711-gcl-configure.patch new file mode 100644 index 000000000000..a5ecb58d7cc7 --- /dev/null +++ b/sci-mathematics/axiom/files/axiom-200711-gcl-configure.patch @@ -0,0 +1,11 @@ +--- configure 2008-02-01 09:06:15.000000000 -0500 ++++ configure.new 2008-02-01 09:03:18.000000000 -0500 +@@ -1711,7 +1711,7 @@ + # results, and the version is kept in special file). + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`${AWK} '{print $3}' /etc/.relid'` ++ system=MP-RAS-`${AWK} '{print $3}' '/etc/.relid'` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` diff --git a/sci-mathematics/axiom/files/digest-axiom-200711 b/sci-mathematics/axiom/files/digest-axiom-200711 new file mode 100644 index 000000000000..0c82e26e1e64 --- /dev/null +++ b/sci-mathematics/axiom/files/digest-axiom-200711 @@ -0,0 +1,3 @@ +MD5 091996836e99869fe5765da77c0921ac silver-nov2007-src.tgz 89646725 +RMD160 b12d325030e3d9c047f763a46be713a00fd7ac18 silver-nov2007-src.tgz 89646725 +SHA256 15389e631ceb1275aafdbceca47052352b6ae9c883fb232caf886c3c0bac90c8 silver-nov2007-src.tgz 89646725 diff --git a/sci-mathematics/axiom/files/digest-axiom-3.9-r1 b/sci-mathematics/axiom/files/digest-axiom-3.9-r1 new file mode 100644 index 000000000000..26f751be5612 --- /dev/null +++ b/sci-mathematics/axiom/files/digest-axiom-3.9-r1 @@ -0,0 +1,3 @@ +MD5 6b107a03b03595703d5e3e6bdd12f8c1 axiom-Sept2005-src.tgz 41447064 +RMD160 ae0a63e4dc7d772183001e688d5a5561d689f7d4 axiom-Sept2005-src.tgz 41447064 +SHA256 750da2f7960686c7f50fa4c6c859f51300909e4b488fe6395d75fe4405a1d1f3 axiom-Sept2005-src.tgz 41447064 |