summaryrefslogtreecommitdiff
blob: 4fa1687e76c9ad6acd3676bcdd24958370b114a1 (plain)
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
# ChangeLog for sys-freebsd/freebsd-lib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.111 2012/04/26 13:17:58 aballier Exp $

  26 Apr 2012; Alexis Ballier <aballier@gentoo.org> freebsd-lib-9.0-r1.ebuild:
  keyword ~amd64-fbsd

*freebsd-lib-9.0-r1 (23 Apr 2012)

  23 Apr 2012; Alexis Ballier <aballier@gentoo.org> +freebsd-lib-9.0-r1.ebuild:
  Drop the bundled libedit now that we have the required function provided by
  dev-libs/libedit

  30 Mar 2012; Alexis Ballier <aballier@gentoo.org>
  -freebsd-lib-9.0_rc1.ebuild, -freebsd-lib-9.0_rc2.ebuild,
  -freebsd-lib-9.0_rc3.ebuild:
  remove old

  22 Jan 2012; <naota@gentoo.org> freebsd-lib-9.0.ebuild:
  Add missing source code.

*freebsd-lib-9.0 (16 Jan 2012)

  16 Jan 2012; Alexis Ballier <aballier@gentoo.org> +freebsd-lib-9.0.ebuild:
  bump to 9.0

*freebsd-lib-9.0_rc3 (09 Dec 2011)

  09 Dec 2011; Alexis Ballier <aballier@gentoo.org>
  +freebsd-lib-9.0_rc3.ebuild:
  bump to 9.0_rc3

*freebsd-lib-9.0_rc2 (07 Dec 2011)

  07 Dec 2011; Alexis Ballier <aballier@gentoo.org>
  +freebsd-lib-9.0_rc2.ebuild:
  bump to rc2

  10 Nov 2011; Alexis Ballier <aballier@gentoo.org> freebsd-lib-9.0_rc1.ebuild:
  drop useless patch

  07 Nov 2011; Alexis Ballier <aballier@gentoo.org> freebsd-lib-9.0_rc1.ebuild,
  +files/freebsd-lib-9.0-mancol.patch:
  fix manpage collision with readline

  07 Nov 2011; Alexis Ballier <aballier@gentoo.org> freebsd-lib-9.0_rc1.ebuild:
  fix sed calls with gnu sed when bsd sed is not available

  07 Nov 2011; Alexis Ballier <aballier@gentoo.org> freebsd-lib-9.0_rc1.ebuild:
  remove useless patch

*freebsd-lib-9.0_rc1 (07 Nov 2011)

  07 Nov 2011; Alexis Ballier <aballier@gentoo.org>
  +freebsd-lib-9.0_rc1.ebuild, +files/freebsd-lib-9.0-liblink.patch,
  metadata.xml:
  bump to 9.0_rc1

  30 Aug 2011; Naohiro Aota <naota@gentoo.org> freebsd-lib-8.2-r1.ebuild,
  +files/freebsd-lib-8.2-nlm_syscall.patch:
  Add patch to add nml_sycall prototype from
  http://svnweb.freebsd.org/base?view=revision&revision=216603

  12 Jul 2011; Alexis Ballier <aballier@gentoo.org> freebsd-lib-8.2-r1.ebuild:
  remove amd64 hacks now that tc-arch-kernel returns the right value for
  x86_64-fbsd

  11 Jul 2011; Alexis Ballier <aballier@gentoo.org> freebsd-lib-8.2-r1.ebuild:
  remove legacy symlinks: libc_r -> libthr, libpthread -> libthr, the build
  system takes care of libpthread and libc_r shouldnt be needed; also improve a
  comment

  11 Jul 2011; Alexis Ballier <aballier@gentoo.org> -freebsd-lib-8.2.ebuild:
  remove old

  11 Jul 2011; Alexis Ballier <aballier@gentoo.org> freebsd-lib-8.2-r1.ebuild:
  fix cross compilation, build and install libthr/libpthread when cross
  compiling too

*freebsd-lib-8.2-r1 (10 Jul 2011)

  10 Jul 2011; Alexis Ballier <aballier@gentoo.org>
  +files/freebsd-lib-bsdxml2expat.patch, +freebsd-lib-8.2-r1.ebuild:
  do not build nor install libbsdxml which is a pale copy of libexpat; symlink
  the .so so that -lbsdxml still works

*freebsd-lib-8.2 (06 Jul 2011)

  06 Jul 2011; Alexis Ballier <aballier@gentoo.org> +freebsd-lib-8.2.ebuild,
  +files/freebsd-lib-8.2-liblink.patch:
  bump to 8.2

  05 Jul 2011; Alexis Ballier <aballier@gentoo.org> freebsd-lib-8.0.ebuild,
  +files/freebsd-lib-8.0-gcc45.patch:
  fix build with gcc 4.5, bug #362449 by Denis I. Polukarov and fix by Yuta
  SATOH

  20 Apr 2011; Ulrich Mueller <ulm@gentoo.org> freebsd-lib-7.2-r1.ebuild,
  freebsd-lib-8.0.ebuild:
  Don't PROVIDE virtual/libc, bug 359001.

  14 Apr 2011; Ulrich Mueller <ulm@gentoo.org> freebsd-lib-7.2-r1.ebuild,
  freebsd-lib-8.0.ebuild:
  Don't PROVIDE virtual/os-headers, it is a new-style virtual now, bug 358999.

  01 May 2010; Alexis Ballier <aballier@gentoo.org> freebsd-lib-8.0.ebuild:
  remove sandbox dep; older versions are masked anyway

  13 Apr 2010; Alexis Ballier <aballier@gentoo.org> freebsd-lib-8.0.ebuild,
  +files/libusb.pc.in:
  Provide a libusb.pc for better emulation of Linux's libusb

  23 Mar 2010; Javier Villavicencio <the_paya@gentoo.org>
  freebsd-lib-8.0.ebuild:
  Add sandbox dep, as it's done on glibc, so that it gets pulled during
  stage builds.

  23 Mar 2010; Javier Villavicencio <the_paya@gentoo.org>
  freebsd-lib-8.0.ebuild, +files/freebsd-lib-8.0-rpcsec_gss.patch:
  Fix linking during a stage3 build.

*freebsd-lib-8.0 (19 Mar 2010)

  19 Mar 2010; Alexis Ballier <aballier@gentoo.org> +freebsd-lib-8.0.ebuild,
  +files/freebsd-lib-8.0-log2.patch, metadata.xml:
  bump to 8.0 from the bsd overlay

  12 Mar 2010; Alexis Ballier <aballier@gentoo.org>
  freebsd-lib-7.2-r1.ebuild:
  Move back to SLOT 0, they cant be slotted anyway

  11 Mar 2010; Alexis Ballier <aballier@gentoo.org>
  -files/freebsd-lib-6.0-binutils-asm.patch,
  -files/freebsd-lib-6.0-ssp.patch, -freebsd-lib-6.2-r4.ebuild,
  -files/freebsd-lib-6.2-as-needed.patch,
  -files/freebsd-lib-6.2-dl_iterate_phdr.patch,
  -files/freebsd-lib-6.2-gcc41.patch, -files/freebsd-lib-6.2-libc.patch,
  -files/freebsd-lib-6.2-libthr.patch, -files/freebsd-lib-6.2-pty6.patch,
  -freebsd-lib-7.1-r4.ebuild, -files/freebsd-lib-7.1-db.patch,
  -files/freebsd-lib-7.1-strndup_bport.patch, metadata.xml:
  remove old

  11 Mar 2010; Alexis Ballier <aballier@gentoo.org> -freebsd-lib-7.2.ebuild:
  remove old

*freebsd-lib-7.2-r1 (10 Jan 2010)

  10 Jan 2010; Alexis Ballier <aballier@gentoo.org>
  +freebsd-lib-7.2-r1.ebuild, +files/freebsd-lib-7.2-rtldnoload.patch:
  backport RTLD_NOLOAD support from 8.0; headers and manpage part

  23 Sep 2009; Patrick Lauer <patrick@gentoo.org> freebsd-lib-6.2-r4.ebuild,
  freebsd-lib-7.1-r4.ebuild, freebsd-lib-7.2.ebuild:
  Re-add virtual/libc PROVIDE as it is still needed

  23 Sep 2009; Patrick Lauer <patrick@gentoo.org> freebsd-lib-6.2-r4.ebuild,
  freebsd-lib-7.1-r4.ebuild, freebsd-lib-7.2.ebuild:
  Remove virtual/libc

  19 Sep 2009; Alexis Ballier <aballier@gentoo.org>
  freebsd-lib-6.2-r4.ebuild, freebsd-lib-7.1-r4.ebuild,
  freebsd-lib-7.2.ebuild:
  Append -fno-strict-aliasing cflag so that we can keyword gcc 4.4, bug
  #270098

  19 Sep 2009; Alexis Ballier <aballier@gentoo.org>
  freebsd-lib-6.2-r4.ebuild, freebsd-lib-7.1-r4.ebuild,
  freebsd-lib-7.2.ebuild:
  remove nis useflag, python needs it anyway

  06 Jul 2009; Alexis Ballier <aballier@gentoo.org>
  -freebsd-lib-7.1-r3.ebuild:
  remove old

  22 May 2009; Alexis Ballier <aballier@gentoo.org> freebsd-lib-7.2.ebuild:
  make PATCHES a bash array

*freebsd-lib-7.2 (22 May 2009)

  22 May 2009; Alexis Ballier <aballier@gentoo.org> +freebsd-lib-7.2.ebuild:
  bump to 7.2

  21 May 2009; Diego E. Pettenò <flameeyes@gentoo.org>
  freebsd-lib-7.1-r4.ebuild:
  Add missing EAPI specification, thanks to Naohiro Aota for noticing in bug
  #270679.

*freebsd-lib-7.1-r4 (18 May 2009)

  18 May 2009; Diego E. Pettenò <flameeyes@gentoo.org>
  +freebsd-lib-7.1-r4.ebuild, metadata.xml:
  Use the current WITHOUT_ switches, update USE flags and use EAPI=2 to
  depend on the proper features from the freebsd-lib package.

  16 May 2009; Alexis Ballier <aballier@gentoo.org>
  freebsd-lib-7.1-r3.ebuild, +files/freebsd-lib-includes.patch:
  Add a patch to improve headers dependencies

  15 May 2009; Alexis Ballier <aballier@gentoo.org> -freebsd-lib-7.1.ebuild,
  -freebsd-lib-7.1-r1.ebuild, -freebsd-lib-7.1-r2.ebuild:
  remove unused versions

*freebsd-lib-7.1-r3 (12 May 2009)

  12 May 2009; Alexis Ballier <aballier@gentoo.org>
  +freebsd-lib-7.1-r3.ebuild, +files/freebsd-lib-7.1-db.patch:
  add fix for
  http://security.freebsd.org/advisories/FreeBSD-SA-09:07.libc.asc

  11 Mar 2009; Timothy Redaelli <drizzt@gentoo.org>
  freebsd-lib-7.1-r2.ebuild:
  Add initial support for ~amd64-fbsd (aka multilib)

  23 Feb 2009; Javier Villavicencio <the_paya@gentoo.org>
  freebsd-lib-7.1-r2.ebuild:
  Depend on libelf here now that we don't build it.

*freebsd-lib-7.1-r2 (05 Feb 2009)

  05 Feb 2009; Javier Villavicencio <the_paya@gentoo.org>
  +freebsd-lib-7.1-r2.ebuild:
  Do not build libelf. Also fixed the problem of not installing /etc/ttys.

*freebsd-lib-7.1-r1 (29 Jan 2009)

  29 Jan 2009; Javier Villavicencio <the_paya@gentoo.org>
  +files/freebsd-lib-7.1-strndup_bport.patch, +freebsd-lib-7.1-r1.ebuild:
  Added strndup(3) backport from -CURRENT. Fixes bug 249731 and partially
  bug 249731.

*freebsd-lib-7.1 (22 Jan 2009)

  22 Jan 2009; Javier Villavicencio <the_paya@gentoo.org>
  +files/freebsd-lib-7.0-CVE-2008-1391.patch,
  +files/freebsd-lib-7.1-types.h-fix.patch, metadata.xml,
  +freebsd-lib-7.1.ebuild:
  Import 7.1 ebuilds from gentoo-bsd overlay.

  08 Jan 2009; Alexis Ballier <aballier@gentoo.org>
  -freebsd-lib-6.2-r2.ebuild, -freebsd-lib-6.2-r3.ebuild:
  remove old

  08 Jan 2009; Alexis Ballier <aballier@gentoo.org>
  +files/freebsd-lib-new_as.patch, freebsd-lib-6.2-r4.ebuild:
  import a patch from fbsd 7 overlay to build with latest as

  22 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
  add GLEP 56 USE flag desc from use.local.desc

*freebsd-lib-6.2-r4 (17 May 2008)

  17 May 2008; Alexis Ballier <aballier@gentoo.org>
  +files/freebsd-lib-6.2-libc.patch, +files/freebsd-lib-6.2-pty6.patch,
  +freebsd-lib-6.2-r4.ebuild:
  Bump for security fixes, bug #206847 and part of bug #209889, aka
  http://security.freebsd.org/advisories/FreeBSD-SA-08:01.pty.asc and
  http://security.freebsd.org/advisories/FreeBSD-SA-08:02.libc.asc

  03 Nov 2007; Roy Marples <uberlord@gentoo.org> freebsd-lib-6.2-r3.ebuild:
  Remove the internal hesiod support and use the ebuild instead.

  03 Nov 2007; Roy Marples <uberlord@gentoo.org> freebsd-lib-6.2-r3.ebuild:
  Remove the internal hesiod support and use the ebuild instead.

*freebsd-lib-6.2-r3 (23 Oct 2007)

  23 Oct 2007; Roy Marples <uberlord@gentoo.org>
  +files/freebsd-lib-6.2-libthr.patch, +freebsd-lib-6.2-r3.ebuild:
  Only install libthr as the treading library, #192711 thanks to Joe Peterson.
  De-bashify the ebuild.

  16 Oct 2007; Roy Marples <uberlord@gentoo.org>
  -files/freebsd-lib-6.2-sparc64.patch,
  -files/freebsd-sources-6.2-sparc64.patch, freebsd-lib-6.2-r2.ebuild:
  gcc-4 now defines __sparc64__ for us

  14 Sep 2007; Roy Marples <uberlord@gentoo.org>
  +files/freebsd-lib-6.2-as-needed.patch, freebsd-lib-6.2-r2.ebuild:
  Sync some --as-needed patches from upstream.

*freebsd-lib-6.2-r2 (12 Sep 2007)

  12 Sep 2007; Roy Marples <uberlord@gentoo.org>
  +files/freebsd-lib-6.2-dl_iterate_phdr.patch, +freebsd-lib-6.2-r2.ebuild:
  Backport dl_iterate_phdr from FreeBSD-7 so that future gcc's don't pull in
  libgcc_s.so.1

  06 Aug 2007; Roy Marples <uberlord@gentoo.org>
  +files/freebsd-lib-6.2-bluetooth.patch, freebsd-lib-6.2-r1.ebuild:
  Fix building bluetooth, #181883 thanks to Sascha Lucas

  12 Jul 2007; Roy Marples <uberlord@gentoo.org> +files/libmap.conf,
  freebsd-lib-6.2.ebuild, freebsd-lib-6.2-r1.ebuild:
  Install a default libmap.conf which maps libc_r and libpthread to libthr.

  25 May 2007; Roy Marples <uberlord@gentoo.org> freebsd-lib-6.2-r1.ebuild:
  Display Managers default to VT7, so disable VT7 and upwards so
  the DMs work by default.

  28 Feb 2007; Roy Marples <uberlord@gentoo.org> freebsd-lib-6.2.ebuild:
  Install libsmb for mount_smbfs in usbin.

*freebsd-lib-6.2 (15 Jan 2007)

  15 Jan 2007; Timothy Redaelli <drizzt@gentoo.org>
  -freebsd-lib-6.2_rc2.ebuild, +freebsd-lib-6.2.ebuild:
  Bump to 6.2 and remove old version.

  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
  -freebsd-lib-6.1.ebuild:
  Remove 6.1 ebuild.

  04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
  +files/freebsd-sources-6.2-sparc64.patch, freebsd-lib-6.2_rc2.ebuild:
  Apply the sparc64 patch when using the build useflag, or building stages
  with catalyst will fail.

  02 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
  freebsd-lib-6.2_rc2.ebuild:
  Remove histedit.h file from being installed.

*freebsd-lib-6.2_rc2 (29 Dec 2006)

  29 Dec 2006; Diego Pettenò <flameeyes@gentoo.org>
  -freebsd-lib-6.2_rc1.ebuild, -freebsd-lib-6.2_rc1-r1.ebuild,
  +freebsd-lib-6.2_rc2.ebuild:
  Bump to rc2 and remove older versions.

*freebsd-lib-6.2_rc1-r1 (28 Dec 2006)

  28 Dec 2006; Diego Pettenò <flameeyes@gentoo.org>
  +freebsd-lib-6.2_rc1-r1.ebuild:
  Add new revision that does not build libedit anymore.

  22 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
  -files/freebsd-lib-fixmp.patch, freebsd-lib-6.1.ebuild,
  -freebsd-lib-6.2_beta3.ebuild, freebsd-lib-6.2_rc1.ebuild:
  Remove the fixmp patch, that was applied on a Makefile removed right
  afterward; remove beta3.

*freebsd-lib-6.2_rc1 (19 Nov 2006)

  19 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
  +freebsd-lib-6.2_rc1.ebuild:
  Version bump to 6.2-RC1.

  18 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
  -freebsd-lib-6.2_beta2.ebuild:
  Remove 6.2_beta2.

  17 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
  freebsd-lib-6.2_beta3.ebuild:
  Fix crossdev build, crt* files were installed in the wrong location.

*freebsd-lib-6.2_beta3 (01 Nov 2006)

  01 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
  +freebsd-lib-6.2_beta3.ebuild:
  Bump to 6.2_beta3.

  26 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> freebsd-lib-6.1.ebuild,
  freebsd-lib-6.2_beta2.ebuild:
  Require the SYS package when crosscompiling, it's irrelevant which kernel
  one is using.

  22 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
  freebsd-lib-6.2_beta2.ebuild:
  Install a sandbox configuration file to allow /dev/crypto access in sandbox,
  to close bug #138344.

  19 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
  Remove 6.2_beta1 ebuild.

  19 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
  -freebsd-lib-6.2_beta1.ebuild:
  Remove 6.2_beta1 ebuild.

  17 Oct 2006; Roy Marples <uberlord@gentoo.org>
  +files/freebsd-lib-6.2-sparc64.patch, freebsd-lib-6.2_beta2.ebuild:
  Added ~sparc-fbsd keyword.

  06 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
  freebsd-lib-6.2_beta2.ebuild:
  Add a bootstrap useflag to disable libstand, as in stage1 we don't have
  libbz2 available.

  06 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> freebsd-lib-6.1.ebuild,
  freebsd-lib-6.2_beta2.ebuild:
  Add a buildtime dependency over bzip2 because libstand uses it to build a
  few things.

  06 Oct 2006; Roy Marples <uberlord@gentoo.org>
  +files/freebsd-lib-6.1-csu.patch, -files/freebsd-lib-6.1-csu-amd64.patch,
  freebsd-lib-6.1.ebuild, freebsd-lib-6.2_beta1.ebuild,
  freebsd-lib-6.2_beta2.ebuild:
  sparc has the same csu issue as amd64 - lacking a dir to install to

  05 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> freebsd-lib-6.1.ebuild,
  freebsd-lib-6.2_beta2.ebuild:
  Add a build useflag that uses a downloaded tarball of sys rather than
  symlinking it.

*freebsd-lib-6.2_beta2 (05 Oct 2006)

  05 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
  +freebsd-lib-6.2_beta2.ebuild:
  Version 6.2_beta2.

  22 Sep 2006; Diego Pettenò <flameeyes@gentoo.org>
  +files/freebsd-lib-6.2-gcc41.patch, freebsd-lib-6.2_beta1.ebuild:
  Add patch to build with GCC 4.1 (half committed upstream).

*freebsd-lib-6.2_beta1 (21 Sep 2006)

  21 Sep 2006; Diego Pettenò <flameeyes@gentoo.org>
  +freebsd-lib-6.2_beta1.ebuild:
  Add 6.2_beta1 ebuilds.

  03 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> freebsd-lib-6.1.ebuild:
  Update to new use-expand variable, thanks to Danny Van Dyk.

  27 Jul 2006; Diego Pettenò <flameeyes@gentoo.org>
  -freebsd-lib-6.0-r3.ebuild:
  Remove 6.0 version.

  05 Jul 2006; Javier Villavicencio <the_paya@gentoo.org>
  freebsd-lib-6.0-r3.ebuild, freebsd-lib-6.1.ebuild:
  Fixes bug #139259. Thanks to Mike Kelly <pioto@pioto.org> for reporting.

  04 Jul 2006; Javier Villavicencio <the_paya@gentoo.org>
  files/freebsd-lib-6.1-csu-amd64.patch, freebsd-lib-6.1.ebuild:
  Fixes bug #139109.

  02 Jul 2006; Diego Pettenò <flameeyes@gentoo.org>
  +files/freebsd-lib-6.1-csu-amd64.patch, freebsd-lib-6.1.ebuild:
  Add patch to fix csu's makefile on amd64, from Victor Roman Archidona
  <daijo@unixevil.info> who's working on amd64-fbsd support.

  29 May 2006; Diego Pettenò <flameeyes@gentoo.org> freebsd-lib-6.1.ebuild:
  Use testflags to avoid adding -fno-stack-protector-all when using GCC 4.1.

  26 May 2006; Diego Pettenò <flameeyes@gentoo.org> freebsd-lib-6.1.ebuild:
  Don't mess up dependencies when cross-compiling.

  24 May 2006; Diego Pettenò <flameeyes@gentoo.org> freebsd-lib-6.1.ebuild:
  Add compatibility symlinks for 5.x.

  14 May 2006; Diego Pettenò <flameeyes@gentoo.org> freebsd-lib-6.1.ebuild:
  Re-add the missing manpages as now OpenSSL installs them in another section.

  09 May 2006; Diego Pettenò <flameeyes@gentoo.org> freebsd-lib-6.1.ebuild:
  Remove libmd man pages, as openssl installs the same (almost).

*freebsd-lib-6.1 (09 May 2006)

  09 May 2006; Diego Pettenò <flameeyes@gentoo.org>
  -freebsd-lib-6.1_rc2.ebuild, +freebsd-lib-6.1.ebuild:
  Update to 6.1-RELEASE.

*freebsd-lib-6.1_rc2 (02 May 2006)

  02 May 2006; Diego Pettenò <flameeyes@gentoo.org>
  -freebsd-lib-6.1_rc1.ebuild, +freebsd-lib-6.1_rc2.ebuild:
  Update to 6.1_rc2.

*freebsd-lib-6.1_rc1 (30 Apr 2006)

  30 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  +freebsd-lib-6.1_rc1.ebuild:
  Update to 6.1_rc1 ensuring that the includes from the same package are used.

*freebsd-lib-6.0-r3 (30 Apr 2006)

  30 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  files/freebsd-lib-6.0-ssp.patch, -freebsd-lib-6.0-r2.ebuild,
  +freebsd-lib-6.0-r3.ebuild:
  New patch for ssp support, based on OpenBSD code, too. This version has now
  the patch by default. Please re-compile gcc if you want to have ssp support,
  tho.

  30 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  +files/freebsd-lib-6.0-ssp.patch, freebsd-lib-6.0-r2.ebuild:
  Commit the first try patch for ssp, thanks to solar.

  27 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  freebsd-lib-6.0-r2.ebuild:
  Make installation to suite more the correct sysroot installation.

  25 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  freebsd-lib-6.0-r2.ebuild:
  Build and installa lso libm.

  25 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  freebsd-lib-6.0-r2.ebuild:
  Improve support for crosscompilation, now freebsd-lib actually compiles and
  install fine on Gentoo/Linux AMD64.

  25 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  freebsd-lib-6.0-r2.ebuild:
  Improve support for crosscompilation, now freebsd-lib actually compiles and
  install fine on Gentoo/Linux AMD64.

*freebsd-lib-6.0-r2 (20 Apr 2006)

  20 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  -freebsd-lib-6.0-r1.ebuild, +freebsd-lib-6.0-r2.ebuild:
  Add new version that now merges freebsd-headers in a single package. The
  upgrade path from old system it's not impossible albeit a bit difficult. New
  stage will follow.

  18 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  freebsd-lib-6.0-r1.ebuild:
  End src functions immediatly when buidling only headers, as this ebuild
  doesn't provide headers for the libc itself.

*freebsd-lib-6.0-r1 (05 Apr 2006)

  05 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  -freebsd-lib-6.0.ebuild, +freebsd-lib-6.0-r1.ebuild:
  Don't allow to disable usb support, as many things relies on freebsd-lib
  having usb support, like SDL.

  04 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  +files/freebsd-lib-6.0-binutils-asm.patch, freebsd-lib-6.0.ebuild:
  Add patch from Emanuele Giaquinta <exg@gentoo.org> to fix building with
  binutils 2.16.91.0.7.

  02 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  -files/freebsd-lib-fixmakefiles.patch,
  -files/freebsd-lib-msun-fenvc.patch, -files/freebsd-lib-runet.patch:
  Drop obsolete files.

*freebsd-lib-6.0 (01 Apr 2006)

  01 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  +files/freebsd-lib-6.0-flex-2.5.31.patch,
  +files/freebsd-lib-6.0-gccfloat.patch, +files/freebsd-lib-6.0-pmc.patch,
  +files/freebsd-lib-bsdxml.patch, +files/freebsd-lib-fixmakefiles.patch,
  +files/freebsd-lib-fixmp.patch, +files/freebsd-lib-msun-fenvc.patch,
  +files/freebsd-lib-runet.patch, +metadata.xml, +freebsd-lib-6.0.ebuild:
  Import into portage.

  20 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
  Fix deprecated stuff to use NO_* syntax.

  20 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
  Add patch to build with flex 2.5.31 (and hard depend on that version as the
  change is non-backward-compatible.

  14 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
  Make sure that /dev/zero is a character special so that we don't compile a
  broken libc if /dev is not mounted.

  13 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
  Install configuration files here instead than on baselayout.

  13 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
  On suggestion from Benigno B. Junior (bbj), don't extract sys and include,
  instead symlink them inside ${WORKDIR}. This also drops the patch to fix
  makefiles.

  13 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
  Add -static-libgcc to flags so that libc won't link to libgcc_s.

  23 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
  Added conditional src_uri on usr.sbin for nis useflag. Thanks The_Paya @
  #gentoo-bsd.

*freebsd-lib-6.0_beta4 (19 Sep 2005)

  19 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/freebsd-lib-6.0-fixmakefiles.patch,
  +files/freebsd-lib-6.0-gccfloat.patch,
  +files/freebsd-lib-6.0-gccfloat.patch~, +files/freebsd-lib-6.0-pmc.patch,
  +freebsd-lib-6.0_beta4.ebuild:
  Added freebsd-lib 6.0_beta4, slotted to avoid removing the old 5.4. This can
  be a problem, remember\!.

  25 Aug 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/freebsd-lib-bsdxml.patch, +files/freebsd-lib-fixmakefiles.patch,
  +files/freebsd-lib-fixmp.patch, +files/freebsd-lib-msun-fenvc.patch,
  +files/freebsd-lib-runet.patch, +freebsd-lib-5.4-r2.ebuild:
  Moved to sys-freebsd.

  18 Aug 2005; Diego Pettenò <flameeyes@gentoo.org>
  freebsd-lib-5.4-r2.ebuild:
  Updated to reflect bsdmk/freebsd eclasses changes.

  29 Jul 2005; Diego Pettenò <flameeyes@gentoo.org>
  freebsd-lib-5.4-r2.ebuild:
  Adapt to recent bsdmk changes.

  16 Jun 2005; Diego Pettenò <flameeyes@gentoo.org>
  freebsd-lib-5.4-r2.ebuild:
  Removed a lot of subtargets which aren't needed on our setup.

  15 Jun 2005; Diego Pettenò <flameeyes@gentoo.org>
  freebsd-lib-5.4-r2.ebuild:
  libarchive has its own ebuild now.

  08 Jun 2005; Diego Pettenò <flameeyes@gentoo.org>
  -files/freebsd-lib-minimal-2.patch, -files/freebsd-lib-minimal.patch,
  -files/freebsd-lib-nosnmp.patch, freebsd-lib-5.4.ebuild,
  freebsd-lib-5.4-r1.ebuild, freebsd-lib-5.4-r2.ebuild:
  Moved also freebsd-lib to use dummy_mk instead of minimal patches.

*freebsd-lib-5.4-r2 (08 Jun 2005)

  08 Jun 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/freebsd-lib-minimal-2.patch, freebsd-lib-5.3.ebuild,
  freebsd-lib-5.3.20050301.ebuild, freebsd-lib-5.3.20050301-r1.ebuild,
  freebsd-lib-5.4.ebuild, freebsd-lib-5.4-r1.ebuild,
  +freebsd-lib-5.4-r2.ebuild:
  New revision which removes a few more external libraries (which are going to
  be added as ebuilds on their own). Sorry for this rapid-changing.

*freebsd-lib-5.4-r1 (04 Jun 2005)

  04 Jun 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/freebsd-lib-nosnmp.patch, +freebsd-lib-5.4-r1.ebuild:
  Remove libbsnmp and libbegemot as they're installed on their own.

  26 May 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/freebsd-lib-fixmp.patch, freebsd-lib-5.4.ebuild:
  Added a patch to fix a compilation -ssl -> +ssl

*freebsd-lib-5.4_rc4 (05 May 2005)

  05 May 2005; Diego Pettenò <flameeyes@gentoo.org>
  files/freebsd-lib-minimal.patch, -freebsd-lib-5.4_rc3.ebuild,
  +freebsd-lib-5.4_rc4.ebuild:
  Updated to rc4.

*freebsd-lib-5.4_rc3 (29 Apr 2005)

  29 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/freebsd-lib-fixmakefiles.patch, +files/freebsd-lib-minimal.patch,
  +files/freebsd-lib-msun-fenvc.patch, +files/freebsd-lib-runet.patch,
  +freebsd-lib-5.4_rc3.ebuild:
  Added new experimental 5.4_rc3 ebuild which follows the new gentooish
  structure.

*freebsd-lib-5.3.20050301-r1 (19 Apr 2005)

  19 Apr 2005; Otavio R. Piske <angusyoung@gentoo.org>
  +files/freebsd-lib-5.3-pkgs_removed.patch,
  +freebsd-lib-5.3.20050301-r1.ebuild:
  New ebuild with a patch to avoid compilation of ncurses.

  07 Apr 2005; Otavio R. Piske <angusyoung@gentoo.org> :
  New ebuild with support for new use flags and based on updated sources

*freebsd-lib-5.2.1 (19 Oct 2004)

  19 Oct 2004; Otavio R. Piske <angusyoung@gentoo.org>
  freebsd-lib-5.2.1.ebuild:
  Initial release