diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-03-31 12:58:24 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-03-31 12:58:24 +0000 |
commit | 1356e4fc90e208e2588efd0a7acb639f390edffd (patch) | |
tree | 83c4f217dbd6db982858ab6625777142f8289426 /sci-mathematics/axiom/files | |
parent | Update ebuild, remove wrongly used flags (diff) | |
download | gentoo-2-1356e4fc90e208e2588efd0a7acb639f390edffd.tar.gz gentoo-2-1356e4fc90e208e2588efd0a7acb639f390edffd.tar.bz2 gentoo-2-1356e4fc90e208e2588efd0a7acb639f390edffd.zip |
Version bump and removed old version.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-mathematics/axiom/files')
4 files changed, 0 insertions, 122 deletions
diff --git a/sci-mathematics/axiom/files/gcl-2.6.7.fix-configure.in-gentoo.Makefile.patch b/sci-mathematics/axiom/files/gcl-2.6.7.fix-configure.in-gentoo.Makefile.patch deleted file mode 100644 index 8e525ed934a7..000000000000 --- a/sci-mathematics/axiom/files/gcl-2.6.7.fix-configure.in-gentoo.Makefile.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- lsp/Makefile.pamphlet~ 2006-01-13 18:16:07.000000000 +0000 -+++ lsp/Makefile.pamphlet 2006-01-13 18:15:33.000000000 +0000 -@@ -16,6 +16,14 @@ - - Patches are applied to the distribution before we do the configure. - \section{Gnu Common Lisp 2.6.7} -+\subsubsection{fix-configure.in-gentoo.patch} -+Fix a strange configure peculiarity; Gentoo bug #118633. Patch backported -+from the gcl fix by Matthew Kennedy. -+<<gcl-2.6.7.fix-configure.in-gentoo.patch>>= -+ @(cd ${GCLVERSION} ; \ -+ echo 30 applying fix-configure.in-gentoo.patch ; \ -+ ${PATCH} <${SPD}/zips/${GCLVERSION}.fix-configure.in-gentoo.patch ) -+@ - \subsubsection{fix-out-of-build-root-compile.patch} - GCL's compiler system includes a -I<gclbuildroot> flag in the gcc args; - which causes issues if <gclbuildroot> does not exist at a later date and -@@ -1031,6 +1039,7 @@ - <<gcl-2.6.7.tail-recursive.patch>> - <<gcl-2.6.7.collectfn.fix>> - <<gcl-2.6.7.fix-out-of-build-root-compile.patch>> -+<<gcl-2.6.7.fix-configure.in-gentoo.patch>> - <<gclConfigureMake>> - @echo 13 finished system build on `date` | tee >gcldir - diff --git a/sci-mathematics/axiom/files/gcl-2.6.7.fix-configure.in-gentoo.patch.input b/sci-mathematics/axiom/files/gcl-2.6.7.fix-configure.in-gentoo.patch.input deleted file mode 100644 index b4f21ad68802..000000000000 --- a/sci-mathematics/axiom/files/gcl-2.6.7.fix-configure.in-gentoo.patch.input +++ /dev/null @@ -1,40 +0,0 @@ ---- gcl-2.6.7/configure~ 2005-01-15 19:17:17.000000000 +0000 -+++ gcl-2.6.7/configure 2006-01-13 18:13:29.000000000 +0000 -@@ -1697,11 +1697,9 @@ - done - test -n "$MAKEINFO" || MAKEINFO=""false"" - -- -- --if test -f /usr/lib/NextStep/software_version; then -- system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version` --else -+# if test -f /usr/lib/NextStep/software_version; then -+# system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version` -+# else - system=`uname -s`-`uname -r` - if test "$?" -ne 0 ; then - echo "$ac_t""unknown (can't find uname command)" 1>&6 -@@ -1710,15 +1708,15 @@ - # Special check for weird MP-RAS system (uname returns weird - # 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'` -- fi -- if test "`uname -s`" = "AIX" ; then -- system=AIX-`uname -v`.`uname -r` -- fi -+ # if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then -+ # system=MP-RAS-`${AWK} '{print $3}' /etc/.relid'` -+ # fi -+ # if test "`uname -s`" = "AIX" ; then -+ # system=AIX-`uname -v`.`uname -r` -+ # fi - echo "$ac_t""$system" 1>&6 - fi --fi -+# fi - - # sysconf - diff --git a/sci-mathematics/axiom/files/gcl-2.6.7.fix-out-of-build-root-compile.Makefile.patch b/sci-mathematics/axiom/files/gcl-2.6.7.fix-out-of-build-root-compile.Makefile.patch deleted file mode 100644 index bc4e3fa8b5ec..000000000000 --- a/sci-mathematics/axiom/files/gcl-2.6.7.fix-out-of-build-root-compile.Makefile.patch +++ /dev/null @@ -1,33 +0,0 @@ -Index: Makefile.pamphlet -=================================================================== -RCS file: /cvsroot/axiom/axiom/lsp/Makefile.pamphlet,v -retrieving revision 1.16 -diff -u -r1.16 Makefile.pamphlet ---- lsp/Makefile.pamphlet 5 Sep 2005 23:44:08 -0000 1.16 -+++ lsp/Makefile.pamphlet 4 Dec 2005 21:25:58 -0000 -@@ -15,6 +15,17 @@ - over the gcl Makefiles. - - Patches are applied to the distribution before we do the configure. -+\section{Gnu Common Lisp 2.6.7} -+\subsubsection{fix-out-of-build-root-compile.patch} -+GCL's compiler system includes a -I<gclbuildroot> flag in the gcc args; -+which causes issues if <gclbuildroot> does not exist at a later date and -+the Axiom user invokes a command that requires compilation - the gcc call -+will fail and this patch rectifies the issue. Dec 4 2005, Tim Yamin. -+<<gcl-2.6.7.fix-out-of-build-root-compile.patch>>= -+ @(cd ${GCLVERSION}/cmpnew ; \ -+ echo 29 applying fix-out-of-build-root-compile patch ; \ -+ ${PATCH} <${SPD}/zips/${GCLVERSION}.fix-out-of-build-root-compile.patch ) -+@ - \section{Gnu Common Lisp 2.6.7pre} - \subsection{run-process patch} - The gcl-2.6.6.h.linux.h.patch has been accepted into the mainline lisp -@@ -1019,6 +1030,7 @@ - <<gcl-2.6.7.toploop.patch>> - <<gcl-2.6.7.tail-recursive.patch>> - <<gcl-2.6.7.collectfn.fix>> -+<<gcl-2.6.7.fix-out-of-build-root-compile.patch>> - <<gclConfigureMake>> - @echo 13 finished system build on `date` | tee >gcldir - diff --git a/sci-mathematics/axiom/files/gcl-2.6.7.fix-out-of-build-root-compile.patch.input b/sci-mathematics/axiom/files/gcl-2.6.7.fix-out-of-build-root-compile.patch.input deleted file mode 100644 index 9b73a20026ab..000000000000 --- a/sci-mathematics/axiom/files/gcl-2.6.7.fix-out-of-build-root-compile.patch.input +++ /dev/null @@ -1,24 +0,0 @@ ---- gcl_cmpmain.lsp 2005-05-06 22:56:55.000000000 +0100 -+++ gcl_cmpmain.lsp.new 2005-12-04 20:56:31.000000000 +0000 -@@ -545,9 +545,8 @@ - (setq na (namestring - (make-pathname :name name :type (pathname-type(first args))))) - #+(or dos winnt) -- (format nil "~a -I~a ~a ~a -c -w ~s -o ~s" -+ (format nil "~a ~a ~a -c -w ~s -o ~s" - *cc* -- (concatenate 'string si::*system-directory* "../h") - (if (and (boundp '*c-debug*) *c-debug*) " -g " "") - (case *speed* - (3 *opt-three* ) -@@ -558,9 +557,8 @@ - ) - - #-(or dos winnt) -- (format nil "~a -I~a ~a ~a -c ~s -o ~s ~a" -+ (format nil "~a ~a ~a -c ~s -o ~s ~a" - *cc* -- (concatenate 'string si::*system-directory* "../h") - (if (and (boundp '*c-debug*) *c-debug*) " -g " "") - (case *speed* - (3 *opt-three* ) |