Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link: ChangeLog pilot-link-0.12.3.ebuild
Date: Thu, 20 Dec 2007 23:09:11
Message-Id: E1J5UVe-0001yb-PX@stork.gentoo.org
1 philantrop 07/12/20 23:08:58
2
3 Modified: ChangeLog pilot-link-0.12.3.ebuild
4 Log:
5 Added an upstream patch to fix 64-bit issues causing problems in some applications using pilot-link (e. g. jpilot, bug 87842). Disabled parallel make for now as it's badly broken (bug 202857).
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.32 app-pda/pilot-link/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.32&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.32&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?r1=1.31&r2=1.32
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v
18 retrieving revision 1.31
19 retrieving revision 1.32
20 diff -u -r1.31 -r1.32
21 --- ChangeLog 19 Dec 2007 21:09:49 -0000 1.31
22 +++ ChangeLog 20 Dec 2007 23:08:58 -0000 1.32
23 @@ -1,6 +1,12 @@
24 # ChangeLog for app-pda/pilot-link
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.31 2007/12/19 21:09:49 philantrop Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.32 2007/12/20 23:08:58 philantrop Exp $
28 +
29 + 20 Dec 2007; Wulf C. Krueger <philantrop@g.o>
30 + +files/pilot-link-0.12.3-int_types.patch, pilot-link-0.12.3.ebuild:
31 + Added an upstream patch to fix 64-bit issues causing problems in some
32 + applications using pilot-link (e. g. jpilot, bug 87842). Disabled parallel
33 + make for now as it's badly broken (bug 202857).
34
35 *pilot-link-0.12.3 (19 Dec 2007)
36
37
38
39
40 1.2 app-pda/pilot-link/pilot-link-0.12.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3.ebuild?r1=1.1&r2=1.2
45
46 Index: pilot-link-0.12.3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- pilot-link-0.12.3.ebuild 19 Dec 2007 21:09:49 -0000 1.1
53 +++ pilot-link-0.12.3.ebuild 20 Dec 2007 23:08:58 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2007 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3.ebuild,v 1.1 2007/12/19 21:09:49 philantrop Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3.ebuild,v 1.2 2007/12/20 23:08:58 philantrop Exp $
59
60 inherit perl-module java-pkg-opt-2 eutils autotools
61
62 @@ -30,6 +30,9 @@
63 RDEPEND="${BOTH_DEPEND}
64 java? ( >=virtual/jre-1.4 )"
65
66 +# Unfortunately, parallel compilation is badly broken. cf. bug 202857.
67 +MAKEOPTS="${MAKEOPTS} -j1"
68 +
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72 @@ -46,6 +49,9 @@
73 # their installation here.
74 use java && epatch "${FILESDIR}/${P}-java-install.patch"
75
76 + # Upstream patch to fix 64-bit issues.
77 + epatch "${FILESDIR}/${P}-int_types.patch"
78 +
79 AT_M4DIR="m4" eautoreconf
80 }
81
82
83
84
85 --
86 gentoo-commits@g.o mailing list