Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/expect: expect-5.45.ebuild ChangeLog
Date: Thu, 01 Mar 2012 19:53:32
Message-Id: 20120301195323.3AC662004C@flycatcher.gentoo.org
1 grobian 12/03/01 19:53:23
2
3 Modified: expect-5.45.ebuild ChangeLog
4 Log:
5 Fixed compilation on Darwin, bug #406147
6
7 (Portage version: 2.2.01.20239-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.3 dev-tcltk/expect/expect-5.45.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/expect/expect-5.45.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/expect/expect-5.45.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/expect/expect-5.45.ebuild?r1=1.2&r2=1.3
15
16 Index: expect-5.45.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.45.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- expect-5.45.ebuild 27 Dec 2011 08:16:11 -0000 1.2
23 +++ expect-5.45.ebuild 1 Mar 2012 19:53:23 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.45.ebuild,v 1.2 2011/12/27 08:16:11 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.45.ebuild,v 1.3 2012/03/01 19:53:23 grobian Exp $
30
31 EAPI="3"
32
33 @@ -13,7 +13,7 @@
34
35 LICENSE="BSD"
36 SLOT="0"
37 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
38 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
39 IUSE="debug doc threads"
40
41 # We need dejagnu for src_test, but dejagnu needs expect
42 @@ -37,6 +37,10 @@
43 epatch "${FILESDIR}"/${PN}-5.45-headers.patch #337943
44 sed -i 's:ifdef HAVE_SYS_WAIT_H:ifndef NO_SYS_WAIT_H:' *.c
45
46 + # fix install_name on darwin
47 + [[ ${CHOST} == *-darwin* ]] && \
48 + epatch "${FILESDIR}"/${P}-darwin-install_name.patch
49 +
50 eautoconf
51 }
52
53
54
55
56 1.89 dev-tcltk/expect/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/expect/ChangeLog?rev=1.89&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/expect/ChangeLog?rev=1.89&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/expect/ChangeLog?r1=1.88&r2=1.89
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v
65 retrieving revision 1.88
66 retrieving revision 1.89
67 diff -u -r1.88 -r1.89
68 --- ChangeLog 1 Mar 2012 04:34:56 -0000 1.88
69 +++ ChangeLog 1 Mar 2012 19:53:23 -0000 1.89
70 @@ -1,6 +1,10 @@
71 # ChangeLog for dev-tcltk/expect
72 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.88 2012/03/01 04:34:56 darkside Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.89 2012/03/01 19:53:23 grobian Exp $
75 +
76 + 01 Mar 2012; Fabian Groffen <grobian@g.o>
77 + +files/expect-5.45-darwin-install_name.patch, expect-5.45.ebuild:
78 + Fixed compilation on Darwin, bug #406147
79
80 01 Mar 2012; Jeremy Olexa <darkside@g.o>
81 +files/expect-5.43.0-darwin.patch: