Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/gcl/files: bootstrap-gcl gcl-2.6.8_pre20090419-configure.patch
Date: Sun, 19 Apr 2009 19:29:11
Message-Id: E1LvchR-0007Ou-NL@stork.gentoo.org
1 grozin 09/04/19 19:29:09
2
3 Added: bootstrap-gcl gcl-2.6.8_pre20090419-configure.patch
4 Log:
5 Snapshot of 2.6.8_pre, fixes bug #205803, based on the ebuild from the lisp overlay
6 (Portage version: 2.2_rc30/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 dev-lisp/gcl/files/bootstrap-gcl
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/files/bootstrap-gcl?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/files/bootstrap-gcl?rev=1.1&content-type=text/plain
13
14 Index: bootstrap-gcl
15 ===================================================================
16 (compiler::emit-fn t)
17 (compiler::link nil "bootstrapped_ansi_gcl"
18 (format nil "(progn (let ((*load-path* (cons ~S *load-path*))
19 (si::*load-types* ~S)) (compiler::emit-fn t)) (when (fboundp (quote
20 si::sgc-on)) (si::sgc-on t)) (setq compiler::*default-system-p* t))"
21 si::*system-directory* (quote (list ".lsp")))
22 "-lutil")
23
24
25
26 1.1 dev-lisp/gcl/files/gcl-2.6.8_pre20090419-configure.patch
27
28 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/files/gcl-2.6.8_pre20090419-configure.patch?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/files/gcl-2.6.8_pre20090419-configure.patch?rev=1.1&content-type=text/plain
30
31 Index: gcl-2.6.8_pre20090419-configure.patch
32 ===================================================================
33 diff -r -U2 gcl-2.6.8_pre20090419.orig/configure gcl-2.6.8_pre20090419/configure
34 --- gcl-2.6.8_pre20090419.orig/configure 2009-02-24 04:12:22.000000000 +0100
35 +++ gcl-2.6.8_pre20090419/configure 2009-04-20 01:26:40.000000000 +0200
36 @@ -118,4 +118,14 @@
37 mandir='${prefix}/man'
38
39 +# NLS nuisances.
40 +# Only set these to C if already set. These must not be set unconditionally
41 +# because not all systems understand e.g. LANG=C (notably SCO).
42 +# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
43 +# Non-C LC_CTYPE values break the ctype check.
44 +if test "${LANG+set}" = set; then LANG=C; export LANG; fi
45 +if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
46 +if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
47 +if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
48 +
49 # Initialize some other variables.
50 subdirs=
51 @@ -506,14 +516,4 @@
52 done
53
54 -# NLS nuisances.
55 -# Only set these to C if already set. These must not be set unconditionally
56 -# because not all systems understand e.g. LANG=C (notably SCO).
57 -# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
58 -# Non-C LC_CTYPE values break the ctype check.
59 -if test "${LANG+set}" = set; then LANG=C; export LANG; fi
60 -if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
61 -if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
62 -if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
63 -
64 # confdefs.h avoids OS command line length limits that DEFS can exceed.
65 rm -rf conftest* confdefs.h