From: Michael Tremer Date: Wed, 10 Jul 2013 12:44:45 +0000 (+0000) Subject: guile: Update to 2.0.9. X-Git-Tag: pango~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b019da0d17417c8ce4987b14d710fb8dfe8a392a;p=people%2Fstevee%2Fipfire-3.x.git guile: Update to 2.0.9. --- diff --git a/guile/guile.nm b/guile/guile.nm index 8c1183d71..b666ddd56 100644 --- a/guile/guile.nm +++ b/guile/guile.nm @@ -4,8 +4,8 @@ ############################################################################### name = guile -version = 1.8.8 -release = 2 +version = 2.0.9 +release = 1 groups = Development/Tools url = http://www.gnu.org/software/guile/ @@ -19,12 +19,17 @@ description as a library during the building of extensible programs. end -source_dl = +source_dl = ftp://ftp.gnu.org/gnu/guile/ build requires + gc-devel + gettext-devel gmp-devel + libffi-devel >= 3.0.13 libtool-devel + libunistring-devel + readline-devel end configure_options += \ @@ -36,12 +41,6 @@ build end end -quality-agent - whitelist_rpath - /usr/lib - end -end - packages package %{name} diff --git a/guile/patches/guile-1.8.7-linemarkers.patch b/guile/patches/guile-1.8.7-linemarkers.patch deleted file mode 100644 index 4330c2498..000000000 --- a/guile/patches/guile-1.8.7-linemarkers.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -up guile-1.8.7/libguile/guile-snarf-docs.in.linemarkers guile-1.8.7/libguile/guile-snarf-docs.in ---- guile-1.8.7/libguile/guile-snarf-docs.in.linemarkers 2009-07-04 00:19:00.000000000 +0200 -+++ guile-1.8.7/libguile/guile-snarf-docs.in 2009-11-19 17:58:03.000000000 +0100 -@@ -23,4 +23,4 @@ bindir=`dirname $0` - ## Let the user override the preprocessor autoconf found. - test -n "${CPP+set}" || CPP="@CPP@" - --${CPP} -DSCM_MAGIC_SNARF_DOCS "$@" -+${CPP} -P -DSCM_MAGIC_SNARF_DOCS "$@" -diff -up guile-1.8.7/libguile/guile-snarf.in.linemarkers guile-1.8.7/libguile/guile-snarf.in ---- guile-1.8.7/libguile/guile-snarf.in.linemarkers 2009-11-19 16:31:46.000000000 +0100 -+++ guile-1.8.7/libguile/guile-snarf.in 2009-11-19 18:10:09.000000000 +0100 -@@ -49,7 +49,7 @@ modern_snarf () - ## Apparently, AIX's preprocessor is unhappy if you try to #include an - ## empty file. - echo "/* cpp arguments: $@ */" ; -- ${cpp} -DSCM_MAGIC_SNARF_INITS -DSCM_MAGIC_SNARFER "$@" > ${temp} && cpp_ok_p=true -+ ${cpp} -P -DSCM_MAGIC_SNARF_INITS -DSCM_MAGIC_SNARFER "$@" > ${temp} && cpp_ok_p=true - grep "^ *\^ *\^" ${temp} | sed -e "s/^ *\^ *\^//" -e "s/\^\ *:\ *\^.*/;/" - } - diff --git a/guile/patches/guile-1.8.7-testsuite.patch b/guile/patches/guile-1.8.7-testsuite.patch deleted file mode 100644 index f4d5269e6..000000000 --- a/guile/patches/guile-1.8.7-testsuite.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up guile-1.8.7/test-suite/tests/popen.test.testsuite guile-1.8.7/test-suite/tests/popen.test ---- guile-1.8.7/test-suite/tests/popen.test.testsuite 2009-07-04 00:19:00.000000000 +0200 -+++ guile-1.8.7/test-suite/tests/popen.test 2009-07-16 17:09:57.000000000 +0200 -@@ -168,7 +168,7 @@ - (port (with-error-to-port (cdr c2p) - (lambda () - (open-output-pipe -- "exec 0&2; done"))))) -+ "exec 0&2; sleep 3"))))) - (close-port (cdr c2p)) ;; write side - (with-epipe - (lambda ()