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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
|
# ChangeLog for sys-devel/libtool
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.43 2004/06/11 18:48:37 kloeri Exp $
11 Jun 2004; Bryan �stergaard <kloeri@gentoo.org> libtool-1.5.2-r5.ebuild:
Stable on alpha.
27 Apr 2004; Robin H. Johnson <robbat2@gentoo.org> libtool-1.5.2-r5.ebuild:
make sure we have the correct version of autoconf
09 Apr 2004; Travis Tilley <lv@gentoo.org> libtool-1.5.2-r5.ebuild:
stable on amd64
30 Mar 2004; Todd Sunderlin <todd@gentoo.org> libtool-1.5.2-r5.ebuild:
set stable on sparc
*libtool-1.5.2-r5 (01 Mar 2004)
*libtool-1.4.3-r4 (01 Mar 2004)
01 Mar 2004; Martin Schlemmer <azarah@gentoo.org> libtool-1.4.3-r4.ebuild,
libtool-1.5.2-r5.ebuild:
Actually remove the correct patch for bug #43244.
*libtool-1.5.2-r4 (29 Feb 2004)
29 Feb 2004; Martin Schlemmer <azarah@gentoo.org> libtool-1.5.2-r4.ebuild:
Remove libtool-1.4.2-fix-linkage-of-cxx-code-with-gcc.patch, as it breaks
things for newer gst-plugins, etc (bug #43244).
18 Feb 2004; Tom Gall <tgall@gentoo.org> libtool-1.5.2-r3.ebuild
Fix for ppc64, older 1.3.x libtool needs to have configs etc regenerated
so they are aware that ppc64 is a valid build,host,target, follow in amd64
footsteps
*libtool-1.5.2-r3 (11 Feb 2004)
11 Feb 2004; Martin Schlemmer <azarah@gentoo.org> libtool-1.5.2-r3.ebuild,
files/1.5.2/libtool-1.5.2-ltmain_sh-max_cmd_len.patch:
For older autoconf setups's that do not support libtool.m4, $max_cmd_len
are never set, causing all tests against it to fail, resulting in
'integer expression expected' errors and possible misbehaviour.
*libtool-1.5.2-r2 (11 Feb 2004)
11 Feb 2004; Martin Schlemmer <azarah@gentoo.org> libtool-1.5.2-r2.ebuild,
files/1.5.2/libtool-1.5.2-libtool_m4-shared_ext.patch:
If a package use an older libtool, and libtool.m4 for that package is
updated, but not libtool, then we run into an issue where $shared_ext
is not set. This results in libraries being built without '.so'
extension, bug #40901.
*libtool-1.5.2-r1 (07 Feb 2004)
07 Feb 2004; Martin Schlemmer <azarah@gentoo.org> libtool-1.5.2-r1.ebuild:
Fix empty VERSION and PACKAGE, bug #39576.
07 Feb 2004; Martin Schlemmer <azarah@gentoo.org> libtool-1.5.2.ebuild:
Mask again as it have some issues.
06 Feb 2004; Martin Schlemmer <azarah@gentoo.org> libtool-1.5.2.ebuild:
Add to testing.
06 Feb 2004; Martin Schlemmer <azarah@gentoo.org> libtool-1.4.3-r3.ebuild:
Bump to stable.
*libtool-1.5.2 (03 Feb 2004)
03 Feb 2004; Martin Schlemmer <azarah@gentoo.org> libtool-1.5.2.ebuild,
files/1.5.2/libtool-1.5-libtool.m4-x86_64.patch,
files/1.5.2/libtool-1.5-testfailure.patch:
Update version; closes bug #39576.
22 Dec 2003; Joshua Kinard <kumba@gentoo.org> libtool-1.4.3-r3.ebuild:
Added gnuconfig bits to detect systems running mips64 kernels
16 Nov 2003; Brad House <brad_mssw@gentoo.org> libtool-1.4.3-r3.ebuild:
the amd64 _required_ patch was reverted between -r2 and -r3
without reason. Putting it back. Basically when it compiles libtool-1.3.5, that
package needs to be re-libtoolized b/c it doesn't know what x86_64 is.
*libtool-1.4.3-r3 (17 Nov 2003)
17 Nov 2003; Martin Schlemmer <azarah@gentoo.org> libtool-1.4.3-r3.ebuild,
files/1.4.3/libtool-1.4.2-expsym-linux.patch,
files/1.4.3/libtool-1.4.3-amd64-alias.patch,
files/1.4.3/libtool-1.4.3-libtoolize--config-only.patch,
files/1.4.3/libtool-1.4.3-pass-thread-flags.patch,
files/1.4.3/libtool-1.4.3-quotes.patch:
Add more patches from Mandrake.
25 Sep 2003; Martin Schlemmer <azarah@gentoo.org> libtool-1.4.3-r2.ebuild:
Only reinstall missing script if not bootstrap, else we error out.
*libtool-1.4.3-r2 (24 Sep 2003)
24 Sep 2003; Martin Schlemmer <azarah@gentoo.org> libtool-1.4.3-r2.ebuild,
files/1.4.3/libtool-1.4.2-archive-shared.patch,
files/1.4.3/libtool-1.4.2-fix-linkage-of-cxx-code-with-gcc.patch,
files/1.4.3/libtool-1.4.2-portage.patch,
files/1.4.3/libtool-1.4.3-ltmain-SED.patch:
With 1.4.3, we have ltmain.in and ltmain.sh which both got patched, but not
with all the patches :/ Fix all the patches to only apply to ltmain.in, and
then fix the breakage that follows due to us having to remove ltmain.sh.
17 Sep 2003; Jon Portnoy <avenj@gentoo.org> libtool-1.4.3-r1.ebuild :
ia64 keywords.
02 Aug 2003; Martin Schlemmer <azarah@gentoo.org> libtool-1.4.3-r1.ebuild:
Mark stable for all. (shoot me later)
*libtool-1.4.3-r1 (09 Mar 2003)
03 Aug 2003; Guy Martin <gmsoft@gentoo.org> libtool-1.4.3-r1.ebuild :
Fixed for hppa.
27 Jun 2003; Joshua Kinard <kumba@gentoo.org> libtool-1.4.3-r1.ebuild:
Added ~mips to KEYWORDS
09 Mar 2003; Martin Schlemmer <azarah@gentoo.org> libtool-1.4.3-r1.ebuild :
Add various patches from Mandrake, including one to fix the problem where
$SED was not defined if we used autoconf-2.13 ...
18 Feb 2003; Zach Welch <zwelch@gentoo.org> libtool-1.4.3.ebuild :
Added arm to keywords.
07 Feb 2003; Guy Martin <gmsoft@gentoo.org> libtool-1.4.1-r10-ebuild :
Added hppa to keywords.
*libtool-1.4.1-r10 (20 Dec 2002)
20 Dec 2002; Jan Seidel <tuxus@gentoo.org> libtool-1.4.1-r10-ebuild :
Added mips to keywords
*libtool-1.4.3 (14 Dec 2002)
26 Feb 2003; Zach Welch <zwelch@gentoo.org> libtool-1.4.1-r10.ebuild,
libtool-1.4.3.ebuild:
fix arm keywords
14 Dec 2002; Martin Schlemmer <azarah@gentoo.org> :
Update version.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*libtool-1.4.2-r2 (20 Oct 2002)
20 Oct 2002; Martin Schlemmer <azarah@gentoo.org> :
Spiced up version.
*libtool-1.4.1-r10 (20 Oct 2002)
20 Oct 2002; Martin Schlemmer <azarah@gentoo.org> :
Remove the ltmain.sh-hack.patch, as it caused problems with linking
dependencies.
*libtool-1.4.1-r9 (3 Jul 2002)
3 Jul 2002; Martin Schlemmer <azarah@gentoo.org> :
Fix a bug in libtool-1.4.1-portage.patch-v? .. basically just a type o. Also
Enhanced it to be able to use $PWORKDIR ($WORKDIR in ebuilds) that the latest
portage should export.
27 Jun 2002; Martin Schlemmer <azarah@gentoo.org> :
Fix a bug in libtool-1.4.1-portage.patch-v5 that has been dropping link dirs
and -l? flags.
*libtool-1.4.1-r8 (26 Jun 2002)
26 Jun 2002; Martin Schlemmer <azarah@gentoo.org> :
Fix bug #4122.
*libtool-1.4.1-r7 (10 April 2002)
26 May 2002; M.Schlemmer <azarah@gentoo.org> :
Update libtool portage patch not to add duplicates.
*libtool-1.4.1-r6 (10 April 2002)
10 April 2002; M.Schlemmer <azarah@gentoo.org> :
Made a sligt mistake with $install_libdir in previous patch, should now
be fixed. Enhanced other parts of patch again.
*libtool-1.4.1-r5 (07 April 2002)
07 April 2002; M.Schlemmer <azarah@gentoo.org> :
Patch libtool not to include ${D} and ${S} in .la files (enhance previous).
*libtool-1.4.1-r4 (03 April 2002)
03 April 2002; M.Schlemmer <azarah@gentoo.org> :
Patch libtool not to include ${D} and ${S} in .la files.
*libtool-1.4.1-r3 (21 March 2002)
21 March 2002; M.Schlemmer <azarah@gentoo.org> :
Since -r1, added the relink patch, as well as additional patches that fixes
quoting problems, etc
*libtool-1.4.1-r1 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|