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
86
87
88
89
90
|
# ChangeLog for dev-db/mysql++
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.21 2004/06/24 21:57:12 agriffis Exp $
19 Jun 2004; Jason Wever <weeve@gentoo.org> mysql++-1.7.9-r3.ebuild:
Stable on sparc.
*mysql++-1.7.9-r6 (18 Jun 2004)
18 Jun 2004; Robin H. Johnson <robbat2@gentoo.org> mysql++-1.7.9-r6.ebuild:
fix bug bug #54220, and bug #49823 hopefully.
*mysql++-1.7.9-r5 (13 May 2004)
13 May 2004; Robin H. Johnson <robbat2@gentoo.org> mysql++-1.7.9-r5.ebuild,
files/mysql++-1.7.9-r5_gcc333.patch:
fix bug #50442 in -r5.
05 May 2004; Bryan �stergaard <kloeri@gentoo.org> mysql++-1.7.9-r4.ebuild:
Stable on alpha.
*mysql++-1.7.9-r4 (03 May 2004)
03 May 2004; Robin H. Johnson <robbat2@gentoo.org> mysql++-1.7.9-r4.ebuild,
files/mysql++-1.7.9_gcc333.patch:
patch for gcc3.3.3, bug #49590.
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> mysql++-1.7.9-r1.ebuild,
mysql++-1.7.9-r2.ebuild, mysql++-1.7.9-r3.ebuild:
Add die following econf for bug 48950
12 Apr 2004; Danny van Dyk <kugelfang@gentoo.org> mysql++-1.7.9-r3.ebuild:
added gnuconfig_update for amd64 only; marked ~amd64 (fixes bug #47296)
*mysql++-1.7.9-r3 (26 Oct 2003)
26 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> mysql++-1.7.9-r3.ebuild,
files/mysql++-1.7.9-missing.patch:
new revision to fix bug #29840
16 Sep 2003; Seemant Kulleen <seemant@gentoo.org> mysql++-1.7.9-r2.ebuild:
compiles on gcc-3.3 now
*mysql++-1.7.9-r2 (17 Aug 2003)
17 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> mysql++-1.7.9-r2.ebuild:
add latest patches, should fix #23621
02 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> mysql++-1.7.9-r1.ebuild:
$A should NOT be quoted at all in an unpack call
12 Jun 2003; <msterret@gentoo.org> mysql++-1.7.9.ebuild:
fix Header
*mysql++-1.7.9-r1 (08 May 2003)
11 May 2003; Robin Johnson <robbat2@gentoo.org> mysql++-1.7.9-r1.ebuild:
Moved to stable on x86.
08 May 2003; Robin Johnson <robbat2@gentoo.org> : mysql++-1.7.9-r1.ebuild,
files/mysql++-1.7.9-gcc_throw.patch,
files/mysql++-1.7.9-mysql4-gcc295.patch,
files/mysql++-1.7.9-mysql4-gcc3.patch, files/mysql++-gcc-3.2.patch:
Import many fixes for MySQL++ so it works with MySQLv4, as well as removing
warnings and other bumpf. Also made sure CFLAGS/CXXFLAGS get used in the
compile (they were not previously).
Moved the include directory to /usr/include/mysql++ due to breakage caused
by the large number of files put into it (it overwrote some other headers);
This may break some other code, testing is needed!
Bugs #15688, #20635 resolved.
Now use epatch instead of patch to apply patches easier as well.
*mysql++-1.7.9 (11 Dec 2002)
08 May 2003; Robin Johnson <robbat2@gentoo.org> mysql++-1.7.9.ebuild:
Moved files/mysql++-gcc-3.2.patch to DISTDIR and gzipped it.
Also changed mysql++-gcc-3.2.patch to use the gzipped version
09 Apr 2003; Martin Holzer <mholzer@gentoo.org> Manifest,
mysql++-1.7.9.ebuild:
Patching only if gcc3. Closes #12773.
16 Mar 2003; <rac@gentoo.org> mysql++-1.7.9.ebuild:
Change DISTFILES to DISTDIR for gcc 3.0 patch - fix bug #17640
13 Jan 2003; Ryan Phillips <rphillips@gentoo.org> :
Removed gcc 3.0 and moved it to ibiblio... removing bloat
11 Dec 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
Initial version
|