Gentoo Archives: gentoo-commits

From: "Harald van Dijk (truedfx)" <truedfx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/windowmaker: windowmaker-0.92.0-r7.ebuild ChangeLog
Date: Wed, 18 Jun 2008 18:01:18
Message-Id: E1K91y4-0000ho-WD@stork.gentoo.org
1 truedfx 08/06/18 18:01:12
2
3 Modified: windowmaker-0.92.0-r7.ebuild ChangeLog
4 Log:
5 Don't try to add -lresolv, configure picks it up already (#226931)
6 (Portage version: 2.1.5.6)
7
8 Revision Changes Path
9 1.2 x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild?r1=1.1&r2=1.2
14
15 Index: windowmaker-0.92.0-r7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- windowmaker-0.92.0-r7.ebuild 22 Nov 2007 22:09:59 -0000 1.1
22 +++ windowmaker-0.92.0-r7.ebuild 18 Jun 2008 18:01:12 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild,v 1.1 2007/11/22 22:09:59 truedfx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild,v 1.2 2008/06/18 18:01:12 truedfx Exp $
29
30 inherit autotools eutils gnustep-base flag-o-matic
31
32 @@ -129,9 +129,6 @@
33 # enable new features, need to be done via defines
34 append-flags -DBOUNCE_APP -DNEWAPPICON -DVIRTUAL_DESKTOP
35
36 - # Solaris has inet_aton, but it's hidden in -lresolv
37 - [[ ${CHOST} == *-solaris* ]] && append-ldflags -lresolv
38 -
39 # default settings with $myconf appended
40 econf \
41 --sysconfdir=/etc/X11 \
42
43
44
45 1.94 x11-wm/windowmaker/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/windowmaker/ChangeLog?rev=1.94&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/windowmaker/ChangeLog?rev=1.94&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/windowmaker/ChangeLog?r1=1.93&r2=1.94
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v
54 retrieving revision 1.93
55 retrieving revision 1.94
56 diff -u -r1.93 -r1.94
57 --- ChangeLog 8 Dec 2007 23:18:54 -0000 1.93
58 +++ ChangeLog 18 Jun 2008 18:01:12 -0000 1.94
59 @@ -1,6 +1,10 @@
60 # ChangeLog for x11-wm/windowmaker
61 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.93 2007/12/08 23:18:54 voyageur Exp $
63 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.94 2008/06/18 18:01:12 truedfx Exp $
65 +
66 + 18 Jun 2008; Harald van Dijk <truedfx@g.o>
67 + windowmaker-0.92.0-r7.ebuild:
68 + Don't try to add -lresolv, configure picks it up already (#226931)
69
70 08 Dec 2007; Bernard Cafarelli <voyageur@g.o>
71 -files/0.91.0/64bit+endian-fixes-0.9x.patch,
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list