1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
# ChangeLog for dev-libs/xerces-c
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/ChangeLog,v 1.19 2004/06/24 23:38:19 agriffis Exp $
03 Jun 2004; Aron Griffis <agriffis@gentoo.org> xerces-c-2.3.0-r6.ebuild,
xerces-c-2.4.0-r1.ebuild, xerces-c-2.4.0.ebuild:
Fix use invocation
18 Apr 2004; Jason Wever <weeve@gentoo.org> xerces-c-2.4.0-r1.ebuild:
Added ~sparc keyword.
*xerces-c-2.4.0-r1 (16 Feb 2004)
16 Feb 2004; John Davis <zhen@gentoo.org> :
fix for bug #39634
11 Dec 2003; zhen <zhen@gentoo.org> xerces-c-2.4.0.ebuild:
marking stable, no bugs for a week, lots of testing
*xerces-c-2.4.0 (04 Dec 2003)
04 Dec 2003; zhen <zhen@gentoo.org> xerces-c-2.3.0-r5.ebuild,
xerces-c-2.4.0.ebuild:
bumped to 2.4.0, fresh from the apache foundation. removed 2.3.0-r5 because it
is buggy.
*xerces-c-2.3.0-r6 (24 Nov 2003)
24 Nov 2003; zhen <zhen@gentoo.org> xerces-c-2.3.0-r6.ebuild:
bumping -r6 to stable since there have been no new bug reports
18 Nov 2003; zhen <zhen@gentoo.org> xerces-c-2.3.0-r2.ebuild,
xerces-c-2.3.0-r3.ebuild, xerces-c-2.3.0-r4.ebuild:
cleaned up the old builds that were very borked
18 Nov 2003; zhen <zhen@gentoo.org> :
fix for 22928 as well as 15260 - fixed MAKEOPTS to -j1 because xerces does not
play nice with multiple build threads.
Thanks to Kasper.Souren@ircam.fr for the research.
05 Aug 2003; <zhen@gentoo.org> :
bumped to -r5 to fix configuration issues. I just used econf/emake instead, no big
changes. Thanks again to cdlaw@elec.gla.ac.uk
01 Aug 2003; <zhen@gentoo.org> xerces-c-2.3.0-r3.ebuild:
I didn't mean to check in the changed -r3, changing back for archival
purposes. PPlease. use -r4!!!!!!
*xerces-c-2.3.0-r4 (01 Aug 2003)
01 Aug 2003; <zhen@gentoo.org> xerces-c-2.3.0-r3.ebuild,
xerces-c-2.3.0-r4.ebuild:
Fixed the lib installation issues, as well as the probs with /obj being
installed. The fix was supplied by Colin Law <c.law@elec.gla.ac.uk>, so
please, give him all of the thanks ;)
*xerces-c-2.3.0-r3 (28 Jul 2003)
28 Jul 2003; <zhen@gentoo.org> xerces-c-2.3.0-r1.ebuild,
xerces-c-2.3.0-r2.ebuild, xerces-c-2.3.0-r3.ebuild:
I finially fixed the lib issue. All libs should be installing into /usr/lib.
*xerces-c-2.3.0-r2 (16 Jun 2003)
16 Jun 2003; <zhen@gentoo.org> xerces-c-2.3.0-r2.ebuild:
Removed the old xerces-c-2.3.0.ebuild because it was majorly borked. I added a
simple dolib statement to the -r2 to install the libraries (duh). Thanks to
Apache XML for their great docs (right, b0rked).
09 Jun 2003; <zhen@gentoo.org> xerces-c-2.3.0.ebuild:
Fixed a major prob w/ 2.3.0 installing into /include ::oops::. I marked it
-x86 -ppc and will await a couple of days before removing it from portage. To
-r1, I fixed the /include problem, and added the 'doc' use flag, cause there
are an awful lot of docs.
*xerces-c-2.3.0-r1 (16 Jun 2003)
12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
Added missing changelog entry.
*xerces-c-2.3.0 (09 Jun 2003)
09 Jun 2003; <zhen@gentoo.org> xerces-c-2.3.0.ebuild:
Initial commit of this package, please ref bug # 15260
|