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/ecls/files: 13.5.1-headers-gentoo.patch 12.12.1-asdf.patch
Date: Wed, 29 May 2013 13:24:32
Message-Id: 20130529132425.EB52D2171E@flycatcher.gentoo.org
1 grozin 13/05/29 13:24:25
2
3 Added: 13.5.1-headers-gentoo.patch 12.12.1-asdf.patch
4 Log:
5 Version bump; fixing #471364 and #468308 in 12.12.1
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
8
9 Revision Changes Path
10 1.1 dev-lisp/ecls/files/13.5.1-headers-gentoo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/files/13.5.1-headers-gentoo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/files/13.5.1-headers-gentoo.patch?rev=1.1&content-type=text/plain
14
15 Index: 13.5.1-headers-gentoo.patch
16 ===================================================================
17 diff -r -U1 ecl-13.5.1.orig/src/h/object.h ecl-13.5.1/src/h/object.h
18 --- ecl-13.5.1.orig/src/h/object.h 2013-05-28 03:37:36.000000000 +0700
19 +++ ecl-13.5.1/src/h/object.h 2013-05-29 19:23:34.000000000 +0700
20 @@ -25,4 +25,9 @@
21
22 +#ifndef TRUE
23 #define TRUE 1 /* boolean true value */
24 +#endif
25 +
26 +#ifndef FALSE
27 #define FALSE 0 /* boolean false value */
28 +#endif
29
30
31
32
33 1.1 dev-lisp/ecls/files/12.12.1-asdf.patch
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/files/12.12.1-asdf.patch?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/files/12.12.1-asdf.patch?rev=1.1&content-type=text/plain
37
38 Index: 12.12.1-asdf.patch
39 ===================================================================
40 --- src/compile.lsp.in.orig 2013-05-23 22:24:01.858778565 +1200
41 +++ src/compile.lsp.in 2013-05-23 22:24:20.478785499 +1200
42 @@ -205,8 +205,7 @@
43 ;;;
44 #+WANTS-ASDF
45 (build-module "asdf"
46 - '("ext:asdf;asdf.lisp"
47 - "ext:asdf;asdf-bundle.lisp")
48 + '("ext:asdf;asdf.lisp")
49 :dir "build:ext;"
50 :prefix "EXT"
51 :builtin #+:BUILTIN-ASDF t #-:BUILTIN-ASDF nil)