summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-02-02 12:38:16 +0000
committerPacho Ramos <pacho@gentoo.org>2013-02-02 12:38:16 +0000
commitbc08e6ed4fca8cd24e1b36394165388cc3b15d53 (patch)
treee7818b7a0fee8cb2f30e7557c7c3a4bf639eb944 /dev-scheme/guile/files
parentCleanup up due #154183 (diff)
downloadgentoo-2-bc08e6ed4fca8cd24e1b36394165388cc3b15d53.tar.gz
gentoo-2-bc08e6ed4fca8cd24e1b36394165388cc3b15d53.tar.bz2
gentoo-2-bc08e6ed4fca8cd24e1b36394165388cc3b15d53.zip
Drop old
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-scheme/guile/files')
-rw-r--r--dev-scheme/guile/files/gcc-4.3.patch87
-rw-r--r--dev-scheme/guile/files/guile-1.8.6-interix.patch20
-rw-r--r--dev-scheme/guile/files/guile-1.8.7-fix_tests.patch34
-rw-r--r--dev-scheme/guile/files/guile-1.8.7-gcc45.patch15
-rw-r--r--dev-scheme/guile/files/slibtest.patch92
5 files changed, 0 insertions, 248 deletions
diff --git a/dev-scheme/guile/files/gcc-4.3.patch b/dev-scheme/guile/files/gcc-4.3.patch
deleted file mode 100644
index 35ac8b149339..000000000000
--- a/dev-scheme/guile/files/gcc-4.3.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-diff -urN guile-1.8-1.8.3+1.old/libguile/c-tokenize.c guile-1.8-1.8.3+1/libguile/c-tokenize.c
---- guile-1.8-1.8.3+1.old/libguile/c-tokenize.c 2007-06-13 22:00:56.000000000 +0000
-+++ guile-1.8-1.8.3+1/libguile/c-tokenize.c 2008-02-23 01:40:11.000000000 +0000
-@@ -579,6 +579,8 @@
- #include <stdlib.h>
- #include <string.h>
-
-+#define YY_NO_INPUT
-+
- int yylex(void);
-
- int yyget_lineno (void);
-diff -urN guile-1.8-1.8.3+1.old/libguile/c-tokenize.lex guile-1.8-1.8.3+1/libguile/c-tokenize.lex
---- guile-1.8-1.8.3+1.old/libguile/c-tokenize.lex 2007-05-09 20:22:03.000000000 +0000
-+++ guile-1.8-1.8.3+1/libguile/c-tokenize.lex 2008-02-23 01:39:42.000000000 +0000
-@@ -18,7 +18,9 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--
-+
-+#define YY_NO_INPUT
-+
- int yylex(void);
-
- int yyget_lineno (void);
-diff -urN guile-1.8-1.8.3+1.old/libguile/inline.h guile-1.8-1.8.3+1/libguile/inline.h
---- guile-1.8-1.8.3+1.old/libguile/inline.h 2007-05-09 20:22:03.000000000 +0000
-+++ guile-1.8-1.8.3+1/libguile/inline.h 2008-02-23 01:43:22.000000000 +0000
-@@ -55,6 +55,12 @@
- extern unsigned scm_newcell2_count;
- extern unsigned scm_newcell_count;
-
-+#ifdef __GNUC_STDC_INLINE__
-+#define SCM_C_GNU_INLINE SCM_C_INLINE __attribute__((__gnu_inline__))
-+#else
-+#define SCM_C_GNU_INLINE SCM_C_INLINE
-+#endif
-+
- #if defined SCM_C_INLINE && ! defined SCM_INLINE_C_INCLUDING_INLINE_H
- /* definitely inlining */
- #ifdef __GNUC__
-@@ -62,7 +68,7 @@
- #else
- static
- #endif
--SCM_C_INLINE
-+SCM_C_GNU_INLINE
- #endif
- SCM
- scm_cell (scm_t_bits car, scm_t_bits cdr)
-@@ -138,7 +144,7 @@
- #else
- static
- #endif
--SCM_C_INLINE
-+SCM_C_GNU_INLINE
- #endif
- SCM
- scm_double_cell (scm_t_bits car, scm_t_bits cbr,
-@@ -213,7 +219,7 @@
- #else
- static
- #endif
--SCM_C_INLINE
-+SCM_C_GNU_INLINE
- #endif
- SCM
- scm_array_handle_ref (scm_t_array_handle *h, ssize_t p)
-@@ -228,7 +234,7 @@
- #else
- static
- #endif
--SCM_C_INLINE
-+SCM_C_GNU_INLINE
- #endif
- void
- scm_array_handle_set (scm_t_array_handle *h, ssize_t p, SCM v)
-@@ -243,7 +249,7 @@
- #else
- static
- #endif
--SCM_C_INLINE
-+SCM_C_GNU_INLINE
- #endif
- int
- scm_is_pair (SCM x)
diff --git a/dev-scheme/guile/files/guile-1.8.6-interix.patch b/dev-scheme/guile/files/guile-1.8.6-interix.patch
deleted file mode 100644
index 08777b3a84e9..000000000000
--- a/dev-scheme/guile/files/guile-1.8.6-interix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -ru guile-1.8.6.orig/libguile/iselect.h guile-1.8.6/libguile/iselect.h
---- guile-1.8.6.orig/libguile/iselect.h 2009-09-25 13:44:23 +0200
-+++ guile-1.8.6/libguile/iselect.h 2009-09-25 13:45:36 +0200
-@@ -38,7 +38,16 @@
- #ifdef FD_SET
-
- #define SELECT_TYPE fd_set
-+#ifdef __INTERIX
-+// interix' FD_SETSIZE should be == OPEN_MAX, but it seems
-+// that there is an error in the headers, which makes it
-+// four times as big, and thus causes errno 22 on select
-+// (invalid argument).
-+#include <limits.h>
-+#define SELECT_SET_SIZE OPEN_MAX
-+#else
- #define SELECT_SET_SIZE FD_SETSIZE
-+#endif
-
- #else /* no FD_SET */
-
diff --git a/dev-scheme/guile/files/guile-1.8.7-fix_tests.patch b/dev-scheme/guile/files/guile-1.8.7-fix_tests.patch
deleted file mode 100644
index dc67f3acb7d7..000000000000
--- a/dev-scheme/guile/files/guile-1.8.7-fix_tests.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-http://bugs.gentoo.org/295093
-
---- guile-1.8.7.orig/test-suite/standalone/Makefile.am
-+++ guile-1.8.7/test-suite/standalone/Makefile.am
-@@ -28,7 +28,9 @@
- BUILT_SOURCES =
- EXTRA_DIST =
-
--TESTS_ENVIRONMENT = "${top_builddir}/pre-inst-guile-env"
-+TESTS_ENVIRONMENT = \
-+builddir="$(builddir)" \
-+GUILE_AUTO_COMPILE=0 "${top_builddir}/pre-inst-guile-env"
-
- test_cflags = \
- -I$(top_srcdir)/test-suite/standalone \
---- guile-1.8.7.orig/test-suite/standalone/test-asmobs
-+++ guile-1.8.7/test-suite/standalone/test-asmobs
-@@ -2,7 +2,8 @@
- exec guile -q -s "$0" "$@"
- !#
-
--(load-extension "libtest-asmobs" "libtest_asmobs_init")
-+(load-extension (string-append (getenv "builddir") "/libtest-asmobs")
-+ "libtest_asmobs_init")
-
- (define (test x v)
- (if v
-@@ -114,4 +115,4 @@
-
- ;; Local Variables:
- ;; mode: scheme
--;; End:
-\ No newline at end of file
-+;; End:
diff --git a/dev-scheme/guile/files/guile-1.8.7-gcc45.patch b/dev-scheme/guile/files/guile-1.8.7-gcc45.patch
deleted file mode 100644
index 18e28b1326b1..000000000000
--- a/dev-scheme/guile/files/guile-1.8.7-gcc45.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fixing docs build with gcc-4.5
-
-http://bugs.gentoo.org/317175
-
-Patch scavenged from
-http://lists.gnu.org/archive/html/guile-devel/2009-11/msg00078.html
-
---- libguile/guile-snarf-docs.in
-+++ libguile/guile-snarf-docs.in
-@@ -23,4 +23,4 @@
- ## 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 --git a/dev-scheme/guile/files/slibtest.patch b/dev-scheme/guile/files/slibtest.patch
deleted file mode 100644
index bf3df0cbd887..000000000000
--- a/dev-scheme/guile/files/slibtest.patch
+++ /dev/null
@@ -1,92 +0,0 @@
---- slib.test.old 2007-05-17 14:11:37.000000000 +0200
-+++ slib.test 2007-05-17 14:14:28.000000000 +0200
-@@ -127,12 +127,12 @@
- ;;
-
- ;; in guile 1.6.4 and earlier delete-file didn't match the slib spec
-- (with-test-prefix "delete-file"
-- (pass-if "non existant file"
-- (eq? #f (delete-file "nosuchfile")))
-- (pass-if "existing file"
-- (call-with-output-file "slibtest.tmp" noop)
-- (eq? #t (delete-file "slibtest.tmp"))))
-+; (with-test-prefix "delete-file"
-+; (pass-if "non existant file"
-+; (eq? #f (delete-file "nosuchfile")))
-+; (pass-if "existing file"
-+; (call-with-output-file "slibtest.tmp" noop)
-+; (eq? #t (delete-file "slibtest.tmp"))))
-
- ;;
- ;; output-port-height
-@@ -156,11 +156,12 @@
-
- ;; this style open-file is only a requirement in slib 3a1 and up, but
- ;; we provide it always
-- (with-test-prefix "open-file"
-- (pass-if "r" (port? (open-file "/dev/null" 'r)))
-- (pass-if "rb" (port? (open-file "/dev/null" 'rb)))
-- (pass-if "w" (port? (open-file "/dev/null" 'w)))
-- (pass-if "wb" (port? (open-file "/dev/null" 'wb)))))
-+; (with-test-prefix "open-file"
-+; (pass-if "r" (port? (open-file "/dev/null" 'r)))
-+; (pass-if "rb" (port? (open-file "/dev/null" 'rb)))
-+; (pass-if "w" (port? (open-file "/dev/null" 'w)))
-+; (pass-if "wb" (port? (open-file "/dev/null" 'wb))))
-+)
-
-
- (with-test-prefix "System stuff"
-@@ -245,7 +245,7 @@
-
- ;; in guile 1.6.4 and earlier this was missing
- (with-test-prefix "nil"
-- (pass-if "value" (eq? #f nil)))
-+ (pass-if "value" (not (eq? #f nil))))
-
- ;;
- ;; t
-@@ -253,7 +253,7 @@
-
- ;; in guile 1.6.4 and earlier this was missing
- (with-test-prefix "t"
-- (pass-if "value" (eq? #t t)))))
-+ (pass-if "value" (not (eq? #t t))))))
-
-
- ;;
-@@ -262,14 +262,14 @@
-
- ;; in guile 1.6.4 the 'rev2-procedures feature we defined claimed
- ;; these existed, but they didn't
-- (with-test-prefix "rev2-procedures"
-- (require 'rev2-procedures)
-- (pass-if "-1+" (procedure? -1+))
-- (pass-if "<?" (procedure? <?))
-- (pass-if "<=?" (procedure? <=?))
-- (pass-if "=?" (procedure? =?))
-- (pass-if ">?" (procedure? >?))
-- (pass-if ">=?" (procedure? >=?)))
-+; (with-test-prefix "rev2-procedures"
-+; (require 'rev2-procedures)
-+; (pass-if "-1+" (procedure? -1+))
-+; (pass-if "<?" (procedure? <?))
-+; (pass-if "<=?" (procedure? <=?))
-+; (pass-if "=?" (procedure? =?))
-+; (pass-if ">?" (procedure? >?))
-+; (pass-if ">=?" (procedure? >=?)))
-
-
- ;;
-@@ -279,8 +279,9 @@
- ;; in guile 1.6.4 and earlier system didn't match the slib spec
- (with-test-prefix "system"
- (pass-if "exit 0" (= 0 (system "exit 0")))
-- (pass-if "exit 1" (= 1 (system "exit 1")))
-- (pass-if "exit 99" (= 99 (system "exit 99"))))
-+; (pass-if "exit 1" (= 1 (system "exit 1")))
-+; (pass-if "exit 99" (= 99 (system "exit 99")))
-+ )
-
-
- (with-test-prefix "Time"