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
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
|
# ChangeLog for dev-lang/mercury
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.133 2011/01/12 07:39:14 keri Exp $
*mercury-11.01_beta1 (12 Jan 2011)
12 Jan 2011; <keri@gentoo.org> +mercury-11.01_beta1.ebuild:
Version bump
07 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
mercury-10.04.2-r1.ebuild:
stable x86, bug 346451
29 Dec 2010; <keri@gentoo.org> mercury-10.04.2-r1.ebuild:
Run tests in C locale since output is compared against hard-coded
errors/warnings. Closes #350030
22 Dec 2010; Markos Chandras <hwoarang@gentoo.org> mercury-10.04.2-r1.ebuild:
Stable on amd64 wrt bug #346451
25 Nov 2010; <keri@gentoo.org> mercury-10.04.2-r1.ebuild:
Disable mono library checks as they attempt to scribble outside of the
sandbox
06 Nov 2010; <keri@gentoo.org> mercury-10.04.2-r1.ebuild:
Add bootstrap_depend step to stop race condition in mmc dependency
generation; document src_compile() steps
06 Nov 2010; <keri@gentoo.org> mercury-10.04.2-r1.ebuild:
Use 2-pass mercury_compiler bootstrap to allow patching .m files; closes
#341793. Support building with MMAKE_USE_MMC_MAKE and GNU make 3.82
03 Nov 2010; <keri@gentoo.org> mercury-10.04-r1.ebuild:
Bundle patches into distfiles tarball.
03 Nov 2010; <keri@gentoo.org> mercury-10.04.ebuild,
mercury-10.04.1.ebuild, -files/mercury-10.04.1-boehm_gc.patch,
-files/mercury-10.04.1-bootstrap-depend.patch,
-files/mercury-10.04.1-char-det-from-int.patch,
-files/mercury-10.04.1-default-grade.patch,
-files/mercury-10.04.1-docs.patch,
-files/mercury-10.04.1-linker-flags.patch,
-files/mercury-10.04.1-multilib.patch,
-files/mercury-10.04.1-no-reconf.patch,
-files/mercury-10.04.1-sparc-llds-base-grade.patch,
-files/mercury-10.04.1-tests-sandbox.patch,
-files/mercury-10.04.1-tests-static-link.patch,
-files/mercury-10.04.1-tests-workspace.patch, mercury-10.04.2.ebuild,
mercury-10.04.2-r1.ebuild, -files/mercury-10.04.2-boehm_gc.patch,
-files/mercury-10.04.2-bootstrap-depend.patch,
-files/mercury-10.04.2-char-det-from-int.patch,
-files/mercury-10.04.2-default-grade.patch,
-files/mercury-10.04.2-docs.patch,
-files/mercury-10.04.2-linker-flags.patch,
-files/mercury-10.04.2-multilib.patch,
-files/mercury-10.04.2-no-reconf.patch,
-files/mercury-10.04.2-prepare-install-dir.patch,
-files/mercury-10.04.2-sparc-llds-base-grade.patch,
-files/mercury-10.04.2-tests-sandbox.patch,
-files/mercury-10.04.2-tests-static-link.patch,
-files/mercury-10.04.2-tests-workspace.patch,
-files/mercury-10.04-boehm_gc.patch,
-files/mercury-10.04-default-grade.patch, -files/mercury-10.04-docs.patch,
-files/mercury-10.04-linker-flags.patch,
-files/mercury-10.04-multilib.patch, -files/mercury-10.04-no-reconf.patch,
-files/mercury-10.04-sparc-llds-base-grade.patch,
-files/mercury-10.04-tests-mercury-float.patch,
-files/mercury-10.04-tests-sandbox.patch,
-files/mercury-10.04-tests-static-link.patch,
-files/mercury-10.04-tests-workspace.patch:
Bundle patches into distfiles tarball. Closes #343731
03 Nov 2010; <keri@gentoo.org> -mercury-10.04_beta1.ebuild,
-files/mercury-10.04_beta1-atomic-ops.patch,
-files/mercury-10.04_beta1-boehm_gc.patch,
-files/mercury-10.04_beta1-docs.patch,
-files/mercury-10.04_beta1-multilib.patch,
-files/mercury-10.04_beta1-no-reconf.patch,
-files/mercury-10.04_beta1-ppc-lexer.patch,
-files/mercury-10.04_beta1-tests-sandbox.patch,
-files/mercury-10.04_beta1-tests-subdir.patch,
-files/mercury-10.04_beta1-tests-workspace.patch:
Remove old beta version
31 Oct 2010; <keri@gentoo.org> mercury-10.04.2-r1.ebuild,
+files/mercury-10.04.2-prepare-install-dir.patch:
Ensure libgrade boehm_gc doesnt run automake called by mainter-mode.
Closes
30 Oct 2010; <keri@gentoo.org> mercury-10.04.2-r1.ebuild:
QA - add die to do... function calls, add die to sed calls, remove die
from econf call
*mercury-10.04.2-r1 (22 Oct 2010)
22 Oct 2010; <keri@gentoo.org> +mercury-10.04.2-r1.ebuild:
Support installing Mercury code samples
22 Oct 2010; <keri@gentoo.org> files/mercury-10.04.2-no-reconf.patch:
Tidy up no-reconf target in Mercury toplevel
*mercury-10.04.2 (10 Oct 2010)
10 Oct 2010; <keri@gentoo.org> +mercury-10.04.2.ebuild,
+files/mercury-10.04.2-boehm_gc.patch,
+files/mercury-10.04.2-bootstrap-depend.patch,
+files/mercury-10.04.2-char-det-from-int.patch,
+files/mercury-10.04.2-default-grade.patch,
+files/mercury-10.04.2-docs.patch,
+files/mercury-10.04.2-linker-flags.patch,
+files/mercury-10.04.2-multilib.patch,
+files/mercury-10.04.2-no-reconf.patch,
+files/mercury-10.04.2-sparc-llds-base-grade.patch,
+files/mercury-10.04.2-tests-sandbox.patch,
+files/mercury-10.04.2-tests-static-link.patch,
+files/mercury-10.04.2-tests-workspace.patch:
Version bump
10 Oct 2010; <keri@gentoo.org> files/mercury-10.04.1-linker-flags.patch:
Fix multilib support for mercury runtime
09 Oct 2010; <keri@gentoo.org> mercury-10.04.1.ebuild,
+files/mercury-10.04.1-bootstrap-depend.patch,
files/mercury-10.04.1-char-det-from-int.patch,
files/mercury-10.04.1-sparc-llds-base-grade.patch,
files/mercury-10.04.1-tests-workspace.patch:
Run mmake depend when bootstrapping mercury_compile
12 Sep 2010; <keri@gentoo.org> mercury-10.04.1.ebuild,
+files/mercury-10.04.1-char-det-from-int.patch:
Test char.det_from_char() when checking for bootstrappable mmc
*mercury-10.04.1 (05 Sep 2010)
05 Sep 2010; <keri@gentoo.org> +mercury-10.04.1.ebuild,
+files/mercury-10.04.1-boehm_gc.patch,
+files/mercury-10.04.1-default-grade.patch,
+files/mercury-10.04.1-docs.patch,
+files/mercury-10.04.1-linker-flags.patch,
+files/mercury-10.04.1-multilib.patch,
+files/mercury-10.04.1-no-reconf.patch,
+files/mercury-10.04.1-sparc-llds-base-grade.patch,
+files/mercury-10.04.1-tests-sandbox.patch,
+files/mercury-10.04.1-tests-static-link.patch,
+files/mercury-10.04.1-tests-workspace.patch:
Version bump
05 Sep 2010; <keri@gentoo.org> files/mercury-10.04-multilib.patch:
Install runtime jars into mercury libdir
*mercury-10.04-r1 (22 Aug 2010)
22 Aug 2010; <keri@gentoo.org> +mercury-10.04-r1.ebuild,
+files/mercury-10.04-linker-flags.patch:
Respect LDFLAGS
28 Jul 2010; <keri@gentoo.org> mercury-10.04.ebuild,
+files/mercury-10.04-tests-static-link.patch:
Disable hard-coded static link tests
26 Jul 2010; <keri@gentoo.org> mercury-10.04.ebuild,
+files/mercury-10.04-sparc-llds-base-grade.patch:
Specify llds-base-grade for sparc
25 Jul 2010; <keri@gentoo.org> mercury-10.04.ebuild,
+files/mercury-10.04-default-grade.patch,
-files/mercury-10.04-libgrades.patch:
Compile default-grade after default llds grade in case default llds grade
!= default grade (used in testsuite). Only default-grade and default llds
grade are needed prior to running src_test() and src_install().
25 Jul 2010; <keri@gentoo.org> mercury-10.04.ebuild,
+files/mercury-10.04-libgrades.patch:
Compile libgrades after default llds grade in case default llds grade !=
default grade (used in testsuite)
24 Jul 2010; <keri@gentoo.org> files/mercury-10.04-boehm_gc.patch:
Update generic mach_dep for ASM_CLEAR_CODE targets
24 Jul 2010; <keri@gentoo.org> mercury-10.04.ebuild,
+files/mercury-10.04-tests-mercury-float.patch:
Update hlc grade testsuites for MR_sprintf_float fix
22 Jul 2010; <keri@gentoo.org> +files/50mercury-gentoo.el:
Add mercury site-lisp configuration
20 Jul 2010; <keri@gentoo.org> files/mercury-10.04-tests-sandbox.patch,
files/mercury-10.04-tests-workspace.patch:
Remove all beta references in testsuite patches
*mercury-10.04 (19 Jul 2010)
19 Jul 2010; <keri@gentoo.org> +mercury-10.04.ebuild,
+files/mercury-10.04-boehm_gc.patch, +files/mercury-10.04-docs.patch,
+files/mercury-10.04-multilib.patch, +files/mercury-10.04-no-reconf.patch,
+files/mercury-10.04-tests-sandbox.patch,
+files/mercury-10.04-tests-workspace.patch, metadata.xml:
Version bump
25 Apr 2010; <keri@gentoo.org> files/mercury-10.04_beta1-ppc-lexer.patch:
Move MGNUCFLAGS-lexer definition to library/Mmakefile to allow mmc to
parse Mercury.options. Closes #317051
11 Apr 2010; <keri@gentoo.org> mercury-10.04_beta1.ebuild,
+files/mercury-10.04_beta1-ppc-lexer.patch:
Fix ppc computed gotos in lexer library
18 Feb 2010; <keri@gentoo.org> mercury-10.04_beta1.ebuild:
Add WORKSPACE slice to PATH
16 Feb 2010; <keri@gentoo.org> ChangeLog:
Do not run install_config mmake rule
15 Feb 2010; <keri@gentoo.org> mercury-10.04_beta1.ebuild,
+files/mercury-10.04_beta1-tests-sandbox.patch:
Disable dir_test testsuite in sandbox
15 Feb 2010; <keri@gentoo.org> mercury-10.04_beta1.ebuild,
+files/mercury-10.04_beta1-atomic-ops.patch,
+files/mercury-10.04_beta1-tests-subdir.patch:
gcc atomic ops fix; die on subdir mmake failure
14 Feb 2010; <keri@gentoo.org> mercury-10.04_beta1.ebuild,
+files/mercury-10.04_beta1-boehm_gc.patch:
Add generic mach_dep for ASM_CLEAR_CODE targets
*mercury-10.04_beta1 (13 Feb 2010)
13 Feb 2010; <keri@gentoo.org> +mercury-10.04_beta1.ebuild,
+files/mercury-10.04_beta1-docs.patch,
+files/mercury-10.04_beta1-multilib.patch,
+files/mercury-10.04_beta1-no-reconf.patch,
+files/mercury-10.04_beta1-tests-workspace.patch:
Version bump
25 Dec 2008; <keri@gentoo.org> -files/mercury-0.12.2-CFLAGS.patch,
-files/mercury-0.12.2-MAKEOPTS.patch,
-files/mercury-0.12.2-bootstrap.patch,
-files/mercury-0.12.2-deep_profiler.patch,
-files/mercury-0.12.2-docs.patch, -files/mercury-0.12.2-libgrades.patch,
-files/mercury-0.12.2-multilib.patch,
-files/mercury-0.12.2-parallel-install_grades.patch,
-files/mercury-0.12.2-pic_o-dependencies.patch,
-files/mercury-0.12.2-portage-r3.patch,
-files/mercury-0.12.2-profdeep-builtin_throw.patch,
-files/mercury-0.12.2-tests.patch,
-files/mercury-0.12.2-tests-dir_test.patch,
-files/mercury-0.12.2-tests-foreign_decl_line_number.patch,
-files/mercury-0.12.2-tests-ho_and_type_spec_bug.patch,
-files/mercury-0.12.2-tests-mdbrc.patch,
-files/mercury-0.12.2-tests-string_format.patch,
-files/mercury-0.12.2-tests-tabling_inf_recursion.patch,
-files/mercury-0.13.1-CFLAGS.patch, -files/mercury-0.13.1-LIBDIR.patch,
-files/mercury-0.13.1-MAKEOPTS.patch,
-files/mercury-0.13.1-bootstrap.patch,
-files/mercury-0.13.1-deep_profiler.patch,
-files/mercury-0.13.1-parallel-install_grades.patch,
-files/mercury-0.13.1-portage.patch,
-files/mercury-0.13.1-profdeep-builtin_throw.patch,
-files/mercury-0.13.1-tests.patch,
-files/mercury-0.13.1-tests-declarative-throw.patch,
-files/mercury-0.13.1-tests-mdbrc.patch, -mercury-0.12.2-r3.ebuild,
-mercury-0.12.2-r4.ebuild, -mercury-0.13.1.ebuild,
-mercury-0.13.1-r1.ebuild:
Remove old versions.
14 Dec 2008; Friedrich Oslage <bluebird@gentoo.org>
mercury-0.13.1-r2.ebuild:
Stable on sparc, bug #249575
14 Dec 2008; Markus Meier <maekke@gentoo.org> mercury-0.13.1-r2.ebuild:
amd64/x86 stable, bug #249575
06 Dec 2008; nixnut <nixnut@gentoo.org> mercury-0.13.1-r2.ebuild:
Stable on ppc wrt bug 249575
30 Nov 2008; <keri@gentoo.org> files/mercury-0.13.1-no-reconf.patch:
Do not install redundant reconf script
29 Nov 2008; <keri@gentoo.org> mercury-0.13.1-r2.ebuild:
Remove redundant mdbrc patching
29 Nov 2008; <keri@gentoo.org> mercury-0.13.1-r2.ebuild:
Use libgrade MERCURY_CONFIG_DIR in src_test()
28 Nov 2008; <keri@gentoo.org> files/mercury-0.13.1-mmake-params.patch:
Bootstrap using GRADE=none.gc
21 Nov 2008; <keri@gentoo.org> mercury-0.12.2-r3.ebuild,
mercury-0.12.2-r4.ebuild, mercury-0.13.1.ebuild, mercury-0.13.1-r1.ebuild,
mercury-0.13.1-r2.ebuild:
Block against dev-util/mono-debugger. Bug #247432.
21 Nov 2008; <keri@gentoo.org> mercury-0.12.2-r3.ebuild,
mercury-0.12.2-r4.ebuild, mercury-0.13.1.ebuild, mercury-0.13.1-r1.ebuild,
mercury-0.13.1-r2.ebuild:
Block dev-libs/mpatrol. Bug #247070.
23 Sep 2008; <keri@gentoo.org> +files/mercury-0.13.1-rebuild-mslice.patch,
mercury-0.13.1-r2.ebuild:
Rebuild mslice C files when bootstrap grade != best grade for mmc
*mercury-0.13.1-r2 (21 Aug 2008)
21 Aug 2008; <keri@gentoo.org> +files/mercury-0.13.1-mmake-params.patch,
+files/mercury-0.13.1-no-reconf.patch,
files/mercury-0.13.1-tests-workspace.patch, +mercury-0.13.1-r2.ebuild:
Simplify bootstrap; mmc re-conf update; MCFLAGS fixups. Closes #201828 and
#206144.
09 May 2008; keri <keri@gentoo.org> mercury-0.12.2-r3.ebuild,
mercury-0.12.2-r4.ebuild, mercury-0.13.1.ebuild, mercury-0.13.1-r1.ebuild:
Remove redundant calls to cd ${S}
04 Apr 2008; keri <keri@gentoo.org> mercury-0.13.1-r1.ebuild:
Reduce CFLAGS to those which do not interfere with mdb.
20 Oct 2007; keri <keri@gentoo.org>
+files/mercury-0.13.1-tests-declarative-throw.patch,
mercury-0.13.1-r1.ebuild:
Fix missing trace path on declarative debugging tests.
15 Oct 2007; keri <keri@gentoo.org> files/mercury-0.13.1-bootstrap.patch:
Regenerate slice C files when bootstrap stage1 grade is different from
bootstrap stage2 grade.
02 Mar 2007; keri <keri@gentoo.org>
-files/mercury-0.13.1-tests-tabling_inf_recursion.patch,
mercury-0.13.1-r1.ebuild:
Run test-suite with MERCURY_SUPPRESS_STACK_TRACE=yes
16 Jan 2007; keri <keri@gentoo.org>
files/mercury-0.13.1-tests-workspace.patch:
Enable default bootstrap MCFLAGS in Mercury testsuite.
13 Jan 2007; keri <keri@gentoo.org> files/mercury-0.13.1-multilib.patch,
mercury-0.12.2-r3.ebuild, mercury-0.12.2-r4.ebuild, mercury-0.13.1.ebuild,
mercury-0.13.1-r1.ebuild:
Do not parallelize generation of .dev and .dv files.
13 Jan 2007; keri <keri@gentoo.org> -files/mercury-0.13.0-CFLAGS.patch,
-files/mercury-0.13.0-LIBDIR.patch, -files/mercury-0.13.0-MAKEOPTS.patch,
-files/mercury-0.13.0-bootstrap.patch,
-files/mercury-0.13.0-deep_profiler.patch,
-files/mercury-0.13.0-docs.patch, -files/mercury-0.13.0-libgrades.patch,
-files/mercury-0.13.0-parallel-install_grades.patch,
-files/mercury-0.13.0-pic_o-dependencies.patch,
-files/mercury-0.13.0-portage.patch, -files/mercury-0.13.0-tests.patch,
-mercury-0.13.0.ebuild:
Remove old -0.13.0 version.
13 Jan 2007; keri <keri@gentoo.org> -files/mercury-0.12.2-LIBDIR.patch,
+files/mercury-0.12.2-multilib.patch,
+files/mercury-0.13.1-multilib.patch, mercury-0.12.2-r3.ebuild,
mercury-0.12.2-r4.ebuild, mercury-0.13.1-r1.ebuild:
Multilib support of libgrades.
11 Jan 2007; keri <keri@gentoo.org>
+files/mercury-0.13.1-tests-workspace.patch, mercury-0.13.1-r1.ebuild:
Handle workspace flags when running against the Mercury test-suite.
09 Jan 2007; keri <keri@gentoo.org> mercury-0.13.1-r1.ebuild:
Add ~amd64 to KEYWORDS.
08 Jan 2007; keri <keri@gentoo.org> files/mercury-0.12.2-bootstrap.patch:
Merge unboxed_float fix into bootstrap patch.
08 Jan 2007; keri <keri@gentoo.org> files/mercury-0.12.2-bootstrap.patch,
-files/mercury-0.12.2-unboxed_floats.patch,
files/mercury-0.13.1-bootstrap.patch,
-files/mercury-0.13.1-unboxed_floats.patch, mercury-0.12.2-r4.ebuild,
mercury-0.13.1-r1.ebuild:
Do not rebuild C files in a stage1 bootstrap without a Mercury compiler handy.
07 Jan 2007; keri <keri@gentoo.org>
+files/mercury-0.12.2-unboxed_floats.patch,
+files/mercury-0.13.1-unboxed_floats.patch, mercury-0.12.2-r4.ebuild,
mercury-0.13.1-r1.ebuild:
Unboxed float fix on stage1 bootstrap.
07 Jan 2007; keri <keri@gentoo.org>
+files/mercury-0.13.1-tests-dir_test.patch,
+files/mercury-0.13.1-tests-ho_and_type_spec_bug.patch,
+files/mercury-0.13.1-tests-mdbrc.patch,
+files/mercury-0.13.1-tests-string_format.patch,
+files/mercury-0.13.1-tests-tabling_inf_recursion.patch,
mercury-0.13.1-r1.ebuild:
Mercury testcase shakeup.
07 Jan 2007; keri <keri@gentoo.org>
+files/mercury-0.12.2-tests-dir_test.patch,
+files/mercury-0.12.2-tests-foreign_decl_line_number.patch,
+files/mercury-0.12.2-tests-ho_and_type_spec_bug.patch,
+files/mercury-0.12.2-tests-mdbrc.patch,
+files/mercury-0.12.2-tests-string_format.patch,
+files/mercury-0.12.2-tests-tabling_inf_recursion.patch,
mercury-0.12.2-r4.ebuild:
Fix 64bit string_format_o test.
*mercury-0.13.1-r1 (30 Dec 2006)
30 Dec 2006; keri <keri@gentoo.org>
+files/mercury-0.13.1-profdeep-builtin_throw.patch,
+mercury-0.13.1-r1.ebuild:
Ensure the proc_layout structure for builtin_throw in exception.m is
externally visible.
*mercury-0.12.2-r4 (30 Dec 2006)
30 Dec 2006; keri <keri@gentoo.org>
+files/mercury-0.12.2-profdeep-builtin_throw.patch,
+mercury-0.12.2-r4.ebuild:
Enable the mercury deep-profiler.
*mercury-0.13.1 (04 Dec 2006)
04 Dec 2006; keri <keri@gentoo.org> +files/mercury-0.13.1-CFLAGS.patch,
+files/mercury-0.13.1-LIBDIR.patch, +files/mercury-0.13.1-MAKEOPTS.patch,
+files/mercury-0.13.1-bootstrap.patch,
+files/mercury-0.13.1-deep_profiler.patch,
+files/mercury-0.13.1-docs.patch, +files/mercury-0.13.1-libgrades.patch,
+files/mercury-0.13.1-parallel-install_grades.patch,
+files/mercury-0.13.1-portage.patch, +files/mercury-0.13.1-tests.patch,
+mercury-0.13.1.ebuild:
Version bump.
23 Nov 2006; keri <keri@gentoo.org>
+files/mercury-0.12.2-pic_o-dependencies.patch,
+files/mercury-0.13.0-pic_o-dependencies.patch, mercury-0.12.2-r3.ebuild,
mercury-0.13.0.ebuild:
Generate dependencies on .mh files for both .o and .pic_o files. Reported by
M. Edward Borasky <znmeb@cesmail.net> in #154523.
10 Nov 2006; keri <keri@gentoo.org> mercury-0.13.0.ebuild:
Generate _init.c files after all C files have been generated.
06 Nov 2006; keri <keri@gentoo.org> mercury-0.13.0.ebuild:
Disable profdeep grades.
24 Oct 2006; keri <keri@gentoo.org> -files/mercury-0.12.2-portage.patch,
-files/mercury-0.12.2-portage-r1.patch,
-files/mercury-0.12.2-portage-r2.patch,
-files/mercury-0.13.0-mkinit.patch, -mercury-0.12.2.ebuild,
-mercury-0.12.2-r1.ebuild, -mercury-0.12.2-r2.ebuild:
Remove old revisions that don't support parallel build.
23 Oct 2006; keri <keri@gentoo.org>
+files/mercury-0.12.2-parallel-install_grades.patch,
+files/mercury-0.13.0-parallel-install_grades.patch,
mercury-0.12.2-r3.ebuild, mercury-0.13.0.ebuild:
Parallelize install_grades target in Mmake.rules.
19 Oct 2006; keri <keri@gentoo.org> mercury-0.12.2.ebuild,
mercury-0.12.2-r1.ebuild, mercury-0.12.2-r2.ebuild,
mercury-0.12.2-r3.ebuild, mercury-0.13.0.ebuild:
Update SRC_URI.
18 Oct 2006; Joshua Jackson <tsunam@gentoo.org> mercury-0.12.2-r3.ebuild:
Stable x86; bug #149924
15 Oct 2006; keri <keri@gentoo.org> files/mercury-0.13.0-tests.patch:
Do not use the set command in mdbrc.
14 Oct 2006; keri <keri@gentoo.org> mercury-0.13.0.ebuild:
Add ~sparc keyword.
14 Oct 2006; keri <keri@gentoo.org> mercury-0.13.0.ebuild:
Add $(MakeVarName.cs) to InitFile target in dep files for stage2 bootstrap.
14 Oct 2006; keri <keri@gentoo.org> +files/mercury-0.13.0-mkinit.patch,
mercury-0.13.0.ebuild:
Ensure mmc generates .c files before mkinit is run.
12 Oct 2006; keri <keri@gentoo.org> mercury-0.13.0.ebuild:
Do not pre-strip binaries.
12 Oct 2006; keri <keri@gentoo.org> files/mercury-0.13.0-libgrades.patch:
Update libgrades compilation.
07 Oct 2006; keri <keri@gentoo.org> mercury-0.12.2-r3.ebuild:
Do not pre-strip binaries.
05 Oct 2006; <nixnut@gentoo.org> mercury-0.12.2-r3.ebuild:
Stable on ppc wrt bug 149924
04 Oct 2006; keri <keri@gentoo.org> mercury-0.12.2-r3.ebuild:
Add ~sparc keyword.
03 Oct 2006; keri <keri@gentoo.org> files/mercury-0.12.2-tests.patch:
Fix string_format tests for 64bit architectures.
03 Oct 2006; keri <keri@gentoo.org> mercury-0.12.2-r3.ebuild:
Add ~amd64 keyword.
18 Sep 2006; keri <keri@gentoo.org> mercury-0.12.2-r3.ebuild:
Disable deepprof libgrades.
17 Sep 2006; keri <keri@gentoo.org>
+files/mercury-0.12.2-deep_profiler.patch,
+files/mercury-0.13.0-deep_profiler.patch, mercury-0.12.2-r3.ebuild,
mercury-0.13.0.ebuild:
Add support for Mercury deep profiler.
16 Sep 2006; keri <keri@gentoo.org>
-files/mercury-0.13.0_beta-CFLAGS.patch,
-files/mercury-0.13.0_beta-LIBDIR.patch,
-files/mercury-0.13.0_beta-MAKEOPTS.patch,
-files/mercury-0.13.0_beta-bootstrap.patch,
-files/mercury-0.13.0_beta-docs.patch,
-files/mercury-0.13.0_beta-libgrades.patch,
-files/mercury-0.13.0_beta-portage.patch,
-files/mercury-0.13.0_beta-tests.patch,
-mercury-0.13.0_beta20060907.ebuild:
Remove 0.13.0_beta development snapshot.
16 Sep 2006; keri <keri@gentoo.org> files/mercury-0.12.2-MAKEOPTS.patch,
files/mercury-0.12.2-libgrades.patch, files/mercury-0.13.0-MAKEOPTS.patch,
files/mercury-0.13.0-libgrades.patch:
Run mmake depend in stage 2 bootstrap.
16 Sep 2006; keri <keri@gentoo.org> files/mercury-0.12.2-libgrades.patch,
files/mercury-0.13.0-libgrades.patch:
Parallelize compilation of libgrades.
*mercury-0.13.0 (16 Sep 2006)
16 Sep 2006; keri <keri@gentoo.org> +files/mercury-0.13.0-CFLAGS.patch,
+files/mercury-0.13.0-LIBDIR.patch, +files/mercury-0.13.0-MAKEOPTS.patch,
+files/mercury-0.13.0-bootstrap.patch, +files/mercury-0.13.0-docs.patch,
+files/mercury-0.13.0-libgrades.patch,
+files/mercury-0.13.0-portage.patch, +files/mercury-0.13.0-tests.patch,
+mercury-0.13.0.ebuild:
Version bump. The mercury-0.13.0 BOOTSTRAP_GRADE supports gcc4.
11 Sep 2006; keri <keri@gentoo.org> +files/mercury-0.12.2-MAKEOPTS.patch,
+files/mercury-0.13.0_beta-MAKEOPTS.patch, mercury-0.12.2-r3.ebuild,
mercury-0.13.0_beta20060907.ebuild:
Parallelize compilation.
10 Sep 2006; keri <keri@gentoo.org> files/mercury-0.12.2-bootstrap.patch,
files/mercury-0.13.0_beta-bootstrap.patch:
Ensure PIC and non-PIC code is not mixed on x86.
*mercury-0.13.0_beta20060907 (09 Sep 2006)
09 Sep 2006; keri <keri@gentoo.org>
files/mercury-0.13.0_beta-portage.patch,
-mercury-0.13.0_beta20060811.ebuild, +mercury-0.13.0_beta20060907.ebuild:
New development snapshot.
14 Aug 2006; Keri Harris <keri@gentoo.org>
files/mercury-0.12.2-tests.patch, mercury-0.12.2-r3.ebuild:
Run test-suite with DEFAULT_GRADE.
12 Aug 2006; Keri Harris <keri@gentoo.org>
+files/mercury-0.13.0_beta-LIBDIR.patch,
+files/mercury-0.13.0_beta-bootstrap.patch,
+files/mercury-0.13.0_beta-libgrades.patch,
files/mercury-0.13.0_beta-portage.patch,
mercury-0.13.0_beta20060811.ebuild:
Add two-stage bootstrap support.
12 Aug 2006; Keri Harris <keri@gentoo.org>
-mercury-0.13.0_beta20060623.ebuild:
Remove old development snapshot.
*mercury-0.13.0_beta20060811 (12 Aug 2006)
12 Aug 2006; Keri Harris <keri@gentoo.org>
+mercury-0.13.0_beta20060811.ebuild:
New development snapshot.
*mercury-0.12.2-r3 (12 Aug 2006)
12 Aug 2006; Keri Harris <keri@gentoo.org>
+files/mercury-0.12.2-bootstrap.patch,
+files/mercury-0.12.2-libgrades.patch,
+files/mercury-0.12.2-portage-r3.patch, +mercury-0.12.2-r3.ebuild:
Add two-stage bootstrap support.
*mercury-0.13.0_beta20060623 (25 Jun 2006)
25 Jun 2006; Keri Harris <keri@gentoo.org>
-mercury-0.13.0_beta20060615.ebuild, +mercury-0.13.0_beta20060623.ebuild:
New development snapshot.
*mercury-0.13.0_beta20060615 (17 Jun 2006)
17 Jun 2006; Keri Harris <keri@gentoo.org>
-files/mercury-0.13.0_beta-LIBDIR.patch,
files/mercury-0.13.0_beta-portage.patch,
+files/mercury-0.13.0_beta-tests.patch, mercury-0.12.2-r2.ebuild,
-mercury-0.13.0_beta20060609.ebuild, +mercury-0.13.0_beta20060615.ebuild:
New development snapshot incorporating support for threaded libgrades and
src_test.
17 Jun 2006; Keri Harris <keri@gentoo.org>
+files/mercury-0.12.2-portage-r2.patch, mercury-0.12.2-r2.ebuild:
Enable hlc.par.gc libgrade on a minimal install if threading is enabled.
*mercury-0.12.2-r2 (16 Jun 2006)
16 Jun 2006; Keri Harris <keri@gentoo.org> +mercury-0.12.2-r2.ebuild:
Add thread-safe libgrade support.
14 Jun 2006; Keri Harris <keri@gentoo.org>
+files/mercury-0.12.2-portage-r1.patch, +files/mercury-0.12.2-tests.patch,
mercury-0.12.2-r1.ebuild:
Add src_test support for default libgrade.
*mercury-0.13.0_beta20060609 (12 Jun 2006)
12 Jun 2006; Keri Harris <keri@gentoo.org>
-mercury-0.13.0_beta20060601.ebuild, +mercury-0.13.0_beta20060609.ebuild:
New development snapshot.
09 Jun 2006; Keri Harris <keri@gentoo.org>
+files/mercury-0.13.0_beta-LIBDIR.patch,
mercury-0.13.0_beta20060601.ebuild:
Add debug support to libgrades.
*mercury-0.12.2-r1 (09 Jun 2006)
09 Jun 2006; Keri Harris <keri@gentoo.org>
+files/mercury-0.12.2-LIBDIR.patch, files/mercury-0.12.2-portage.patch,
+mercury-0.12.2-r1.ebuild:
Add debug support to libgrades. Append ${P} to install_libdir so that
mercury-extras can be upgraded.
04 Jun 2006; Keri Harris <keri@gentoo.org>
-mercury-0.13.0_beta20060517.ebuild, -mercury-0.13.0_beta20060525.ebuild:
Remove old development snapshots.
*mercury-0.13.0_beta20060601 (04 Jun 2006)
04 Jun 2006; Keri Harris <keri@gentoo.org>
+mercury-0.13.0_beta20060601.ebuild:
New development snapshot.
*mercury-0.13.0_beta20060525 (27 May 2006)
27 May 2006; Keri Harris <keri@gentoo.org>
+mercury-0.13.0_beta20060525.ebuild:
New development snapshot.
20 May 2006; Keri Harris <keri@gentoo.org>
-mercury-0.13.0_beta20060501.ebuild, -mercury-0.13.0_beta20060511.ebuild:
Remove old development snapshots from the tree.
*mercury-0.13.0_beta20060517 (20 May 2006)
20 May 2006; Keri Harris <keri@gentoo.org>
+mercury-0.13.0_beta20060517.ebuild:
New development snapshot.
*mercury-0.13.0_beta20060511 (13 May 2006)
13 May 2006; Keri Harris <keri@gentoo.org>
+mercury-0.13.0_beta20060511.ebuild:
New development snapshot.
13 May 2006; Keri Harris <keri@gentoo.org>
mercury-0.13.0_beta20060501.ebuild:
Change upstream SRC_URI.
13 May 2006; Keri Harris <keri@gentoo.org> -mercury-0.13.0_beta5.ebuild,
-mercury-0.13.0_beta6.ebuild, -mercury-0.13.0_beta7.ebuild,
-mercury-0.13.0_beta8.ebuild:
Remove old development snapshots from the tree.
*mercury-0.13.0_beta20060501 (13 May 2006)
13 May 2006; Keri Harris <keri@gentoo.org>
+mercury-0.13.0_beta20060501.ebuild:
New development snapshot.
*mercury-0.13.0_beta8 (02 May 2006)
02 May 2006; Keri Harris <keri@gentoo.org> +mercury-0.13.0_beta8.ebuild:
New development snapshot.
*mercury-0.13.0_beta7 (29 Apr 2006)
29 Apr 2006; Keri Harris <keri@gentoo.org> +mercury-0.13.0_beta7.ebuild:
New development snapshot.
27 Apr 2006; Marien Zwart <marienz@gentoo.org> Manifest:
Fixing SHA256 digest, pass four
*mercury-0.13.0_beta6 (26 Apr 2006)
26 Apr 2006; Keri Harris <keri@gentoo.org> +mercury-0.13.0_beta6.ebuild:
New development snapshot.
25 Apr 2006; Keri Harris <keri@gentoo.org> -mercury-0.13.0_beta.ebuild,
-mercury-0.13.0_beta-r1.ebuild, -mercury-0.13.0_beta2.ebuild,
-mercury-0.13.0_beta3.ebuild, -mercury-0.13.0_beta4.ebuild:
Remove old development snapshots from the tree.
*mercury-0.13.0_beta5 (25 Apr 2006)
25 Apr 2006; Keri Harris <keri@gentoo.org> +mercury-0.13.0_beta5.ebuild:
New development snapshot.
*mercury-0.13.0_beta4 (22 Apr 2006)
22 Apr 2006; Keri Harris <keri@gentoo.org> +mercury-0.13.0_beta4.ebuild:
New development snapshot.
*mercury-0.13.0_beta3 (20 Apr 2006)
20 Apr 2006; Keri Harris <keri@gentoo.org> +mercury-0.13.0_beta3.ebuild:
New development snapshot.
*mercury-0.13.0_beta2 (19 Apr 2006)
19 Apr 2006; Keri Harris <keri@gentoo.org> +mercury-0.13.0_beta2.ebuild:
New development snapshot.
*mercury-0.13.0_beta-r1 (13 Apr 2006)
13 Apr 2006; Keri Harris <keri@gentoo.org> +mercury-0.13.0_beta-r1.ebuild:
Revbump to new development snapshot.
*mercury-0.13.0_beta (07 Apr 2006)
07 Apr 2006; Keri Harris <keri@gentoo.org>
+files/mercury-0.13.0_beta-CFLAGS.patch,
+files/mercury-0.13.0_beta-docs.patch,
+files/mercury-0.13.0_beta-portage.patch, +mercury-0.13.0_beta.ebuild:
Version bump to development release.
27 Mar 2006; Keri Harris <keri@gentoo.org> mercury-0.12.2.ebuild:
Explicitly disable building dotnet grades. Thanks to Brian Danilko
<brian@likeablesoftware.com> in bug #127673
25 Mar 2006; Keri Harris <keri@gentoo.org> mercury-0.12.2.ebuild:
Add ~ppc keyword.
24 Mar 2006; Keri Harris <keri@gentoo.org> mercury-0.12.2.ebuild:
Updated install paths to respect ${PF}.
*mercury-0.12.2 (23 Mar 2006)
23 Mar 2006; Keri Harris <keri@gentoo.org>
+files/mercury-0.12.2-CFLAGS.patch, +files/mercury-0.12.2-docs.patch,
+files/mercury-0.12.2-portage.patch, +metadata.xml,
+mercury-0.12.2.ebuild:
New ebuild. Based on an ebuild submitted by Ryan Kelly in bug #121234
|