Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13-r1.ebuild
Date: Fri, 30 Jan 2009 05:31:32
Message-Id: E1LSlyU-0004EA-4o@stork.gentoo.org
1 mr_bones_ 09/01/30 05:31:30
2
3 Modified: ChangeLog libsdl-1.2.13-r1.ebuild
4 Log:
5 don't pass unrecognized options to configure (bug #256881)
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
7
8 Revision Changes Path
9 1.148 media-libs/libsdl/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.148&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.148&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.147&r2=1.148
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
18 retrieving revision 1.147
19 retrieving revision 1.148
20 diff -u -r1.147 -r1.148
21 --- ChangeLog 21 Jan 2009 23:05:37 -0000 1.147
22 +++ ChangeLog 30 Jan 2009 05:31:30 -0000 1.148
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/libsdl
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.147 2009/01/21 23:05:37 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.148 2009/01/30 05:31:30 mr_bones_ Exp $
28 +
29 + 30 Jan 2009; Michael Sterrett <mr_bones_@g.o>
30 + libsdl-1.2.13-r1.ebuild:
31 + don't pass unrecognized options to configure (bug #256881)
32
33 *libsdl-1.2.13-r1 (21 Jan 2009)
34
35
36
37
38 1.2 media-libs/libsdl/libsdl-1.2.13-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: libsdl-1.2.13-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- libsdl-1.2.13-r1.ebuild 21 Jan 2009 23:05:37 -0000 1.1
51 +++ libsdl-1.2.13-r1.ebuild 30 Jan 2009 05:31:30 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.1 2009/01/21 23:05:37 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.2 2009/01/30 05:31:30 mr_bones_ Exp $
57
58 EAPI=2
59 inherit flag-o-matic toolchain-funcs eutils libtool autotools
60 @@ -111,13 +111,11 @@
61 myconf="${myconf} ${directfbconf}"
62
63 econf \
64 - --disable-dependency-tracking \
65 --disable-rpath \
66 --enable-events \
67 --enable-cdrom \
68 --enable-threads \
69 --enable-timers \
70 - --enable-endian \
71 --enable-file \
72 --enable-cpuinfo \
73 $(use_enable oss) \