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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
|
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.122 2007/09/12 14:19:58 armin76 Exp $
12 Sep 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3-r1.ebuild:
Re-add forced LDFLAGS for alpha, since it still needs it
10 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org>
ocaml-3.09.3-r1.ebuild:
Marked stable on amd64 as requested by aballier.
23 Aug 2007; Alexis Ballier <aballier@gentoo.org> files/ocaml-rebuild.sh:
fix usage of deprecated emerge unmerge in ocaml-rebuild.sh, thanks to Jack
Kelly <weldingmaskman@hotmail.com>, bug #189032
13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
ocaml-3.09.3-r1.ebuild:
ppc. stable
22 Jul 2007; Jeroen Roovers <jer@gentoo.org> ocaml-3.09.3-r1.ebuild:
Stable for HPPA too.
12 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org>
ocaml-3.09.3-r1.ebuild:
Stable on sparc
11 Jul 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3-r1.ebuild:
alpha/ia64/x86 stable and drop append-ldflags for alpha, not needed anymore
26 May 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3-r1.ebuild,
ocaml-3.10.0.ebuild:
Add no-relax to LDFLAGS for alpha, and keyword latest version ~alpha
26 May 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3-r1.ebuild:
Readd ~alpha wrt #178256
26 May 2007; Alexis Ballier <aballier@gentoo.org>
+files/ocaml-3.10.0-execheap.patch, ocaml-3.10.0.ebuild:
merge paxmarking of the compilers and makefile patch to replace multiple
occurences of @compiler@ in ocamlcomp.sh.in that allows building with an
hardened kernel
*ocaml-3.10.0 (26 May 2007)
26 May 2007; Alexis Ballier <aballier@gentoo.org>
+files/ocaml-3.10.0-automagic.patch,
+files/ocaml-3.10.0-call-ld-with-proper-ldflags.patch,
+files/ocaml-3.10.0-configure.patch,
+files/ocaml-3.10.0-exec-stack-fixes.patch, +ocaml-3.10.0.ebuild:
New upstream release
15 May 2007; Jeroen Roovers <jer@gentoo.org> ocaml-3.09.3-r1.ebuild:
Marked ~hppa (bug #178256).
15 May 2007; Alexis Ballier <aballier@gentoo.org>
+files/ocaml-3.09.3-hppa-optimize-for-size-ocamlp4.patch,
ocaml-3.09.3-r1.ebuild:
Optimize ocamlp4 for size on hppa, bug #178256
14 May 2007; Alexis Ballier <aballier@gentoo.org>
+files/ocaml-3.09.3-call_ld_with_proper_flags.patch,
ocaml-3.09.3-r1.ebuild:
Call ld with proper flags to prevent compilation failures of some other
ocaml packages
14 May 2007; Jeroen Roovers <jer@gentoo.org> ocaml-3.09.3-r1.ebuild:
Reverting ~hppa keywording due to build failure.
14 May 2007; Jeroen Roovers <jer@gentoo.org> ocaml-3.09.3-r1.ebuild:
Marked ~hppa (bug #178256).
13 May 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3-r1.ebuild:
Readd ~ia64 wrt bug 178256
12 May 2007; Alexis Ballier <aballier@gentoo.org>
+files/ocaml-3.09.3-automagic.patch, ocaml-3.09.3-r1.ebuild:
Fix X and gdbm automagics
12 May 2007; Alexis Ballier <aballier@gentoo.org> ocaml-3.09.3-r1.ebuild:
Add ncurses useflag (was automagic)
12 May 2007; Alexis Ballier <aballier@gentoo.org>
files/ocaml-3.09.3-configure.patch:
Do not ignore cflags/ldflags for native compiler
12 May 2007; Alexis Ballier <aballier@gentoo.org> ocaml-3.09.3-r1.ebuild:
Install ocaml-rebuild.sh in /usr/sbin rather than keeping it in PORTDIR, fix
bug #175668
11 May 2007; Alexis Ballier <aballier@gentoo.org> ocaml-3.09.3.ebuild,
ocaml-3.09.3-r1.ebuild:
Dont run make bootstrap for src_test, it deletes ocamlopt, upstream does not
provide a clean test suite, if we want one we definitely should not use make
bootstrap, closes bug #159237 and bug #177706
11 May 2007; Alexis Ballier <aballier@gentoo.org>
-files/ocaml-3.08.3-gcc4.patch, -ocaml-3.08.3.ebuild, ocaml-3.08.4.ebuild,
ocaml-3.09.2.ebuild, ocaml-3.09.3.ebuild, ocaml-3.09.3-r1.ebuild:
Fix bug #135641 again, remove unused version, drop virtual/libc dep as it is
in system anyway
22 Apr 2007; Christian Heim <phreak@gentoo.org> ocaml-3.09.3-r1.ebuild:
Restricting FEATURES=test for now, make bootstrap deletes the *.opt files
(thanks Matti); Removing the QA_TEXTREL definition, which is only intended
for binary packages; Provide a way to compile ocaml on AMD64/hardened.
*ocaml-3.09.3-r1 (22 Apr 2007)
22 Apr 2007; Christian Heim <phreak@gentoo.org>
+files/ocaml-3.09.3-Makefile.patch, +files/ocaml-3.09.3-configure.patch,
+files/ocaml-3.09.3-exec-stack-fixes.patch,
+files/ocaml-3.09.3-execheap.patch, +ocaml-3.09.3-r1.ebuild:
Revision bump, fixing #153382 (ocaml produces binaries contain executable
stacks), #134403 (dev-lang/ocaml-3.08.4 emerge failed on hardened amd64) and
#110541 (ERROR: dev-lang/ocaml-3.08.3 failed.) - this makes dev-lang/ocaml
"useable" on hardened boxes.
15 Apr 2007; Markus Rothe <corsair@gentoo.org> ocaml-3.09.3.ebuild:
Stable on ppc64
13 Mar 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3.ebuild:
x86 stable
17 Feb 2007; Fabian Groffen <grobian@gentoo.org> ocaml-3.08.3.ebuild,
ocaml-3.08.4.ebuild:
Dropped ppc-macos keyword, see you in prefix
06 Feb 2007; Marius Mauch <genone@gentoo.org> ocaml-3.08.3.ebuild,
ocaml-3.08.4.ebuild, ocaml-3.09.2.ebuild, ocaml-3.09.3.ebuild:
Replacing einfo with elog
14 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> ocaml-3.09.3.ebuild:
Add ~x86-fbsd keyword
03 Dec 2006; Markus Rothe <corsair@gentoo.org> ocaml-3.09.2.ebuild:
Stable on ppc64
07 Nov 2006; Alexandre Buisse <nattfodd@gentoo.org> ocaml-3.08.3.ebuild,
ocaml-3.08.4.ebuild, ocaml-3.09.2.ebuild, ocaml-3.09.3.ebuild:
Disable native code generation on ppc64 (and probably hppa soon), see bug
#149014.
05 Nov 2006; Danny van Dyk <kugelfang@gentoo.org> ocaml-3.09.2.ebuild:
Marked stable on amd64.
04 Nov 2006; Christian Faulhammer <opfer@gentoo.org> ocaml-3.09.2.ebuild:
stabled x86, bug #153506
03 Nov 2006; Alexandre Buisse <nattfodd@gentoo.org> ocaml-3.08.3.ebuild,
ocaml-3.08.4.ebuild, ocaml-3.09.2.ebuild, ocaml-3.09.3.ebuild:
Change tcltk USE to tk (bug #17808).
02 Nov 2006; Alexandre Buisse <nattfodd@gentoo.org> ocaml-3.09.3.ebuild:
Fix stupid quoting problem which was deleting the -host switch to configure
(bug #153738).
31 Oct 2006; Chris White <chriswhite@gentoo.org> ocaml-3.09.2.ebuild:
PPC stable for bug #153506.
20 Sep 2006; Alexandre Buisse <nattfodd@gentoo.org> ocaml-3.09.3.ebuild:
Add fix for finding correct arch in cases where kernel_arch != system_arch
(bug #135641).
14 Sep 2006; Matthieu Sozeau <mattam@gentoo.org> files/ocaml-rebuild.sh:
Add a test for slots
12 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> ocaml-3.09.2.ebuild:
Fast track stable on sparc since it fixes obvious issues
05 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> ocaml-3.09.2.ebuild:
Keyworded ~sparc wrt #139014
16 Jun 2006; Scott Stoddard <deltacow@gentoo.org> ocaml-3.09.2.ebuild:
Added ~amd64 re bug #126724
21 May 2006; Markus Rothe <corsair@gentoo.org> ocaml-3.08.3.ebuild:
Stable on ppc64
*ocaml-3.09.2 (27 Apr 2006)
27 Apr 2006; Matthieu Sozeau <mattam@gentoo.org> +ocaml-3.09.2.ebuild:
Bug fix release 3.09.2.
18 Mar 2006; Markus Rothe <corsair@gentoo.org> ocaml-3.08.3.ebuild,
ocaml-3.08.4.ebuild, ocaml-3.09.1.ebuild:
Added ~ppc64
06 Feb 2006; Aron Griffis <agriffis@gentoo.org> ocaml-3.08.4.ebuild:
Mark 3.08.4 stable on ia64
04 Feb 2006; Aron Griffis <agriffis@gentoo.org> ocaml-3.08.4.ebuild:
Mark 3.08.4 stable on alpha
04 Feb 2006; Matthieu Sozeau <mattam@gentoo.org>
-files/ocaml-3.06-sparc-configure.patch,
-files/ocaml-3.06-tcltk-8.4compat-patch.bz2, -files/ocaml-3.07-hppa.patch,
-ocaml-3.06-r2.ebuild, -ocaml-3.07-r1.ebuild, -ocaml-3.08.1.ebuild:
Remove old, no longer used versions.
*ocaml-3.09.1 (04 Feb 2006)
04 Feb 2006; Matthieu Sozeau <mattam@gentoo.org> -ocaml-3.09.0.ebuild,
+ocaml-3.09.1.ebuild:
Bumped to 3.09.1, bugfix release of 3.09.0 which i removed. All ocaml packages
should support it from now.
21 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> ocaml-3.08.4.ebuild:
Stable on amd64, bug 106837.
19 Nov 2005; Rene Nussbaumer <killerfox@gentoo.org> ocaml-3.08.4.ebuild:
Stable on hppa.
*ocaml-3.09.0 (10 Nov 2005)
10 Nov 2005; Matthieu Sozeau <mattam@gentoo.org> +ocaml-3.09.0.ebuild:
Version bump, marked -* as it breaks some packages in gentoo which i'm trying
to get up-to-date , but the ebuild can be useful as it is for experienced
people.
09 Nov 2005; Jason Wever <weeve@gentoo.org> ocaml-3.08.4.ebuild:
Marked stable on SPARC wrt bug #106837.
16 Oct 2005; Rene Nussbaumer <killerfox@gentoo.org> ocaml-3.08.3.ebuild:
Stable on hppa.
27 Sep 2005; Jason Wever <weeve@gentoo.org> ocaml-3.08.3.ebuild:
Stable on SPARC.
*ocaml-3.08.4 (21 Sep 2005)
21 Sep 2005; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.08.3.ebuild,
+ocaml-3.08.4.ebuild, -ocaml-3.08.ebuild:
Add latest version, remove unused one. Version .3 is stable on x86 and
amd64.
17 Sep 2005; Aron Griffis <agriffis@gentoo.org> ocaml-3.08.3.ebuild:
Mark 3.08.3 stable on ia64
10 Sep 2005; Aron Griffis <agriffis@gentoo.org> ocaml-3.08.3.ebuild:
Mark 3.08.3 stable on alpha
26 Jul 2005; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.08.3.ebuild:
Added gcc4 patch, thanks to Peter Hjalmarsson <xake@telia.com> (fixes bug
#97186).
06 Jul 2005; Herbie Hopkins <herbs@gentoo.org> ocaml-3.08.3.ebuild:
Multilib fixes.
11 May 2005; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.08.3.ebuild:
Stable on ppc.
01 Apr 2005; Simon Stelling <blubb@gentoo.org> ocaml-3.08.1.ebuild:
stable on amd64
01 Apr 2005; Aron Griffis <agriffis@gentoo.org> ocaml-3.08.1.ebuild:
stable on ia64
*ocaml-3.08 (19 Mar 2005)
*ocaml-3.07-r1 (19 Mar 2005)
19 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org>
+files/ocaml-3.07-hppa.patch, +ocaml-3.07-r1.ebuild, +ocaml-3.08.ebuild:
resurrect versions to fix dep breakage
18 Mar 2005; Matthieu Sozeau <mattam@gentoo.org>
-files/ocaml-3.07-hppa.patch, files/ocaml-rebuild.sh, -ocaml-3.07-r1.ebuild,
-ocaml-3.08.2.ebuild, -ocaml-3.08.ebuild, +ocaml-3.08.3.ebuild:
Adding latest version. It's a bugfix release, hence i keeped the ~ flags. I
cleaned up the dir, keeping the most stable versions. I reworked the rebuild
script a little, it should not miss any package now. I tested the last version
of ocaml and the script with all ocaml packages on x86 and ppc.
07 Feb 2005; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.08.1.ebuild:
Stable on ppc.
04 Jan 2005; Guy Martin <gmsoft@gentoo.org> ocaml-3.08.1.ebuild:
Stable on hppa.
02 Jan 2005; Lina Pezzella <j4rg0n@gentoo.org> ocaml-3.08.1.ebuild:
Stable ppc-macos
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
20 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> ocaml-3.08.1.ebuild:
Stable on alpha.
07 Dec 2004; Jason Wever <weeve@gentoo.org> ocaml-3.08.1.ebuild:
Stable on sparc.
*ocaml-3.08.2 (29 Nov 2004)
29 Nov 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.08.1.ebuild,
+ocaml-3.08.2.ebuild:
Move 3.08.1 to x86 and add 3.08.2 release.
20 Oct 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild,
ocaml-3.08.1.ebuild, ocaml-3.08.ebuild:
Changed strip-flags to replace-flags, as advised by Carsten Tschense in bug
#65327.
12 Oct 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild,
ocaml-3.08.1.ebuild, ocaml-3.08.ebuild:
Add strip-flags to remove -O3 and other unsupported ones etc..
22 Aug 2004; Travis Tilley <lv@gentoo.org> ocaml-3.08.ebuild:
stable on amd64
*ocaml-3.08.1 (19 Aug 2004)
19 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> +ocaml-3.08.1.ebuild:
Version bump.
18 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild,
ocaml-3.08.ebuild:
Add handling of CFLAGS, use with care!
16 Aug 2004; Guy Martin <gmsoft@gentoo.org> ocaml-3.08.ebuild:
Yay, my port to hppa-linux is in the mainstream ! Marking stable !
13 Aug 2004; Jason Wever <weeve@gentoo.org> ocaml-3.07-r1.ebuild:
Stable on sparc.
08 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild:
Move 3.07 to stable on ppc.
08 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.06-r2.ebuild,
ocaml-3.07-r1.ebuild, ocaml-3.08.ebuild:
Add support for ocamldoc and latex via a new use flag.
*ocaml-3.08 (08 Aug 2004)
08 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> +ocaml-3.08.ebuild:
Version bump.
21 Jul 2004; Matthieu Sozeau <mattam@gentoo.org> files/ocaml-rebuild.sh,
ocaml-3.07-r1.ebuild:
Yet a little more robustness in the rebuild script.
21 Jul 2004; Matthieu Sozeau <mattam@gentoo.org> files/ocaml-rebuild.sh:
Fixed bug in the rebuild script. see #56597.
13 Jul 2004; Travis Tilley <lv@gentoo.org> ocaml-3.07-r1.ebuild:
adding back ~amd64 keyword
06 Jul 2004; Matthieu Sozeau <mattam@gentoo.org> -ocaml-3.06-r1.ebuild,
ocaml-3.06-r2.ebuild, -ocaml-3.06.ebuild, -ocaml-3.07.ebuild,
-ocaml-3.07_beta2.ebuild:
remove old, no longer needed versions.
06 Jul 2004; Matthieu Sozeau <mattam@gentoo.org> +files/ocaml-rebuild.sh,
ocaml-3.07-r1.ebuild:
Move to stable on x86, adding a rebuilding script.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ocaml-3.06-r1.ebuild,
ocaml-3.06-r2.ebuild, ocaml-3.06.ebuild, ocaml-3.07-r1.ebuild,
ocaml-3.07.ebuild, ocaml-3.07_beta2.ebuild:
virtual/glibc -> virtual/libc
27 Jun 2004; Alexander Plank <alexander@gentoo.org> ocaml-3.07-r1.ebuild
change keyword from macos to ~macos (because of ranlib work)
26 Jun 2004; Alexander Plank <alexander@gentoo.org> ocaml-3.07-r1.ebuild
add ranlib bit to ebuild and rekeyword macos (i tested it with unison) (thanks
Philippe Bouamriou for bug #57917 ))
25 Jun 2004; Alexander Plank <alexander@gentoo.org> ocaml-3.07-r1.ebuild
~macos keyword (unison fails and cites ocaml problems)
25 Jun 2004; Alexander Plank <alexander@gentoo.org> ocaml-3.07-r1.ebuild
add macos keyword
28 May 2004; Danny van Dyk <kugelfang@gentoo.org> ocaml-3.07-r1.ebuild,
ocaml-3.07.ebuild, ocaml-3.07_beta2.ebuild:
Marked ocaml -amd64. Produces bad object code that causes segfaults under
certain conditions. This happens only on amd64.
15 May 2004; Bryan Østergaard <kloeri@gentoo.org> ocaml-3.07-r1.ebuild:
Stable on alpha.
11 May 2004; Guy Martin <gmsoft@gentoo.org> ocaml-3.07-r1.ebuild:
Marked stable on hppa.
08 May 2004; Guy Martin <gmsoft@gentoo.org> ocaml-3.07-r1.ebuild:
Added support for native hppa compiler. Marked ~hppa.
22 Apr 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild:
Fix unpacking of patch file (bug #48485).
19 Apr 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild:
Add fix for bug #46703
17 Apr 2004; Travis Tilley <lv@gentoo.org> ocaml-3.07-r1.ebuild,
ocaml-3.07.ebuild:
added missing ~amd64 keyword
27 Feb 2004; Seemant Kulleen <seemant@gentoo.org> ocaml-3.06-r1.ebuild,
ocaml-3.06-r2.ebuild, ocaml-3.06.ebuild, ocaml-3.07-r1.ebuild,
ocaml-3.07.ebuild, ocaml-3.07_beta2.ebuild:
move the filter-flags statement into src_compile
17 Feb 2004; Aron Griffis <agriffis@gentoo.org> ocaml-3.07-r1.ebuild:
add ~ia64
03 Feb 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.06-r2.ebuild:
Mark stable/tested on ppc.
*ocaml-3.07-r1 (17 Oct 2003)
17 Oct 2003; Martin Holzer <mholzer@gentoo.org> ocaml-3.07-r1.ebuild:
Adding patch. Closes #31265.
06 Oct 2003; Jason Wever <weeve@gentoo.org> ocaml-3.07.ebuild:
Fixed up sparc specific parts as the patch is no longer needed in the new rev,
but the -host arg is.
*ocaml-3.07 (06 Oct 2003)
06 Oct 2003; George Shapovalov <george@gentoo.org> ocaml-3.07.ebuild :
3.07 is out, this outdates the beta that was fixing #28025
02 Oct 2003; Aron Griffis <agriffis@gentoo.org> ocaml-3.06-r2.ebuild,
ocaml-3.07_beta2.ebuild:
3.06-r2 is stable; 3.07_beta2 is testing on alpha
*ocaml-3.07_beta2 (11 Sep 2003)
11 Sep 2003; George Shapovalov <george@gentoo.org> ocaml-3.07_beta2.ebuild :
added new beta as it seems to fix some rare problem in #28025
*ocaml-3.06-r2 (09 Sep 2003)
09 Sep 2003; George Shapovalov <george@gentoo.org> ocaml-3.06-r2.ebuild, metadata.xml :
ocaml was using uotdated "head -1" construct throughout. Changed this to "head -n 1",
see #27835 for details. Also added metadata.xml
06 Sep 2003; Jason Wever <weeve@gentoo.org> ocaml-3.06-r1.ebuild,
ocaml-3.06.ebuild, files/ocaml-3.06-sparc-configure.patch:
Added patch and myconf fix to fix bug #23767.
*ocaml-3.06-r1 (01 May 2003)
01 May 2003; George Shapovalov <george@gentoo.org> ocaml-3.06-r1.ebuild :
updated the ebuild to incorporate the fix for tk-8.4 necessary for lablgl.
Thanks to Rick Harris <rickharris@mightylegends.zapto.org> for the note and the patch.
*ocaml-3.06 (28 Jan 2003)
11 Apr 2003; Joshua Brindle <method@gentoo.org> ocaml-3.04-r1.ebuild,
ocaml-3.06.ebuild:
added filter-flags -fstack-protector
28 Jan 2003; Jon Nall <nall@gentoo.org> ocaml-3.06 :
who made this build? i didn't. i just added ~ppc to it.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*ocaml-3.05 (07 Aug 2002)
06 Aug 2002; George Shapovalov <george@gentoo.org> ocaml-3.04-r2.ebuild, files/digest-ocaml-3.05 :
new version
removed ppc patch as it was supposed to be unnecessary
ebuild is masked now, please test, especially ppc people.
tk dependency is optional, should build now without tcltk or X
related ebuild submissions:
Bardur Arantsson <bardur-gta@odense.kollegienet.dk>, bug#5786
?Larry Cow <larrycow@free.fr>, bug# 5799
*ocaml-3.04-r2 (01 Aug 2002)
02 Aug 2002; George Shapovalov <george@gentoo.org> ocaml-3.04-r2.ebuild :
tk dependence is reported (by Tim Hobbs <rectrix@rectrix.cx>) to be optional,
made it depend on tcltk use flag.
Created and masked new revision to give this some testing without interuption
to the working package.
Core devs (cvs access people): please do not unmask it on server! Instead please
let me know that it tested Ok. I will do necessary modifications to the -r1
and delete -r2. This way we will not force everybody to rebuild perfectly
working package.
*ocaml-3.04-r1 (24 Jun 2002)
24 Jun 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ocaml-3.04-r1.ebuild files/digest-ocaml-3.04-r1:
ocaml library paths are now properly added to /etc/ld.so.conf.
Removed ocaml-3.04.ebuild files/digest-ocaml-3.04
*ocaml-3.04 ( 7 Feb 2002 )
7 June 2002; David Chamberlain <daybird@gentoo.org> Changelog
ocaml-3.04.ebuild files/ocaml-3.04-ppc.diff:
Added patch from cvs so that ocaml will build on ppc. Closes out bug #2984
7 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ChangeLog ocaml-3.04.ebuild files/digest-ocaml-3.04 :
Objective Caml is a fast modern type-inferring functional programming
language descended from the ML (Meta Language) family.
This builds a runtime environment and native compiler for ocaml.
Submitted by Sean Mitchell.
|