lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | This file describes changes to the shared files of the ports/ add-on |
| 2 | directory. The ports/ directory is no longer used and the files |
| 3 | described here are all gone. |
| 4 | |
| 5 | |
| 6 | |
| 7 | 2014-04-29 Carlos O'Donell <carlos@redhat.com> |
| 8 | |
| 9 | * README: Removed. The ports repository is no longer used. |
| 10 | |
| 11 | 2013-10-30 Mike Frysinger <vapier@gentoo.org> |
| 12 | |
| 13 | * README: Change references to preconfigure.in to |
| 14 | preconfigure.ac. |
| 15 | |
| 16 | 2013-01-02 Joseph Myers <joseph@codesourcery.com> |
| 17 | |
| 18 | * README: Update copyright dates in example. |
| 19 | |
| 20 | 2012-12-06 Joseph Myers <joseph@codesourcery.com> |
| 21 | |
| 22 | * README: Use sourceware.org in Bugzilla URL. |
| 23 | |
| 24 | 2012-12-05 Joseph Myers <joseph@codesourcery.com> |
| 25 | |
| 26 | * README: Don't refer to ports as a separate repository. Don't |
| 27 | refer to scripts/data/. |
| 28 | |
| 29 | 2012-07-03 Joseph Myers <joseph@codesourcery.com> |
| 30 | |
| 31 | * .gitignore: Remove file. |
| 32 | * Banner: Likewise. |
| 33 | * Makefile: Likewise. |
| 34 | |
| 35 | 2012-06-21 Carlos O'Donell <carlos_odonell@mentor.com> |
| 36 | |
| 37 | * .gitignore: New file. |
| 38 | |
| 39 | 2012-02-07 Joseph Myers <joseph@codesourcery.com> |
| 40 | |
| 41 | * README: Update. |
| 42 | |
| 43 | 2012-02-07 Joseph Myers <joseph@codesourcery.com> |
| 44 | |
| 45 | * README: Document use of ranges in copyright notices. |
| 46 | |
| 47 | 2011-11-29 Joseph Myers <joseph@codesourcery.com> |
| 48 | |
| 49 | * bare, sysdeps/am29k, sysdeps/i860, sysdeps/i960, sysdeps/m88k, |
| 50 | sysdeps/mach, sysdeps/rs6000, sysdeps/standalone, sysdeps/tahoe, |
| 51 | sysdeps/unix/bsd, sysdeps/unix/sysv/hpux, sysdeps/unix/sysv/i386, |
| 52 | sysdeps/unix/sysv/irix4, sysdeps/unix/sysv/isc2.2, |
| 53 | sysdeps/unix/sysv/minix, sysdeps/unix/sysv/sco3.2, |
| 54 | sysdeps/unix/sysv/sco3.2.4, sysdeps/unix/sysv/sysv4, sysdeps/vax, |
| 55 | sysdeps/z8000: Remove. |
| 56 | |
| 57 | 2010-04-14 Joseph Myers <joseph@codesourcery.com> |
| 58 | |
| 59 | * libc-abis: Remove. |
| 60 | |
| 61 | 2010-04-06 Joseph Myers <joseph@codesourcery.com> |
| 62 | |
| 63 | * libc-abis: New. |
| 64 | |
| 65 | 2006-03-06 Roland McGrath <roland@redhat.com> |
| 66 | |
| 67 | * Makefile (%.bz2, %.gz): New pattern rules. |
| 68 | |
| 69 | 2006-02-28 Roland McGrath <roland@redhat.com> |
| 70 | |
| 71 | * Makefile (glibc-port-%-$(dist-version).tar): Don't include top-level |
| 72 | stuff. |
| 73 | |
| 74 | * README: Update for new add-on scheme. |
| 75 | |
| 76 | 2006-02-27 Roland McGrath <roland@redhat.com> |
| 77 | |
| 78 | * Makefile: Remove libc boilerplate. |
| 79 | * Makeconfig: File removed. |
| 80 | * configure.in: File removed. |
| 81 | * configure: File removed. |
| 82 | |
| 83 | 2005-03-22 Roland McGrath <roland@redhat.com> |
| 84 | |
| 85 | * Makefile ($(distname).tar): Fail if sysdeps/.../configure files are |
| 86 | not all up to date. Touch configure files after cvs export. |
| 87 | (glibc-port-%-$(dist-version).tar): Likewise. |
| 88 | |
| 89 | 2004-10-22 Roland McGrath <roland@frob.com> |
| 90 | |
| 91 | * Makefile (dist, dist-ports): New target. |
| 92 | (dist-port-%): New pattern rule. |
| 93 | * Makeconfig [!subdir] (ports/%): New pattern rule. |
| 94 | |
| 95 | * configure.in: Cope if there are no sysdeps/*/preconfigure files. |
| 96 | * configure: Regenerated. |
| 97 | |
| 98 | 2004-08-16 Roland McGrath <roland@frob.com> |
| 99 | |
| 100 | * Makefile: New file. |
| 101 | |
| 102 | 2004-08-04 Roland McGrath <roland@frob.com> |
| 103 | |
| 104 | New directory implementing glibc add-on infrastructure for |
| 105 | ports maintained separate from the core glibc source tree. |
| 106 | * README, configure.in, Makeconfig, Banner, ChangeLog: New files. |
| 107 | * configure: New generated file. |