diff --git a/.cvsignore b/.cvsignore index e69de29..94243d6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +make-3.79.1.tar.gz diff --git a/make-3.79.1-noclock_gettime.patch b/make-3.79.1-noclock_gettime.patch new file mode 100644 index 0000000..e0de376 --- /dev/null +++ b/make-3.79.1-noclock_gettime.patch @@ -0,0 +1,22 @@ +--- make-3.79.1/configure.in.jj Fri Jun 23 12:09:41 2000 ++++ make-3.79.1/configure.in Tue Aug 1 16:12:12 2000 +@@ -75,7 +75,7 @@ AC_MSG_RESULT($ac_cv_check_symbol_$1)])d + + # Solaris 2.5.1 needs -lposix4 to get the clock_gettime function. + # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4. +-AC_SEARCH_LIBS(clock_gettime, [rt posix4]) ++AC_SEARCH_LIBS(clock_gettime, [posix4]) + if test "$ac_cv_search_clock_gettime" != no; then + AC_DEFINE(HAVE_CLOCK_GETTIME, 1, + [Define if you have the clock_gettime function.]) +--- make-3.79.1/configure.jj Fri Jun 23 12:09:54 2000 ++++ make-3.79.1/configure Tue Aug 1 16:13:42 2000 +@@ -3090,7 +3090,7 @@ else + cat conftest.$ac_ext >&5 + fi + rm -f conftest* +-test "$ac_cv_search_clock_gettime" = "no" && for i in rt posix4; do ++test "$ac_cv_search_clock_gettime" = "no" && for i in posix4; do + LIBS="-l$i $ac_func_search_save_LIBS" + cat > conftest.$ac_ext < +- change info-dir entry so that 'info make' works (#15029). + +* Tue Aug 1 2000 Jakub Jelinek +- assume we don't have clock_gettime in configure, so that + make is not linked against -lpthread (and thus does not + limit stack to 2MB). + +* Sat Jul 22 2000 Jeff Johnson +- add locale files (#14362). + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Sat Jun 24 2000 Preston Brown +- 3.79.1 bugfix release + +* Mon Jun 5 2000 Jeff Johnson +- FHS packaging. + +* Sun May 7 2000 Bernhard Rosenkraenzer +- Fix build for some odd situations, such as + - previously installed make != GNU make + - /bin/sh != bash + +* Mon Apr 17 2000 Florian La Roche +- update to 3.79 + +* Thu Feb 24 2000 Cristian Gafton +- add patch from Andreas Jaeger to fix dtype lookups (for glibc 2.1.3 + builds) + +* Mon Feb 7 2000 Jeff Johnson +- compress man page. + +* Fri Jan 21 2000 Cristian Gafton +- apply patch to fix a /tmp race condition from Thomas Biege +- simplify %install + +* Sat Nov 27 1999 Jeff Johnson +- update to 3.78.1. + +* Thu Apr 15 1999 Bill Nottingham +- added a serial tag so it upgrades right + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 5) + +* Wed Sep 16 1998 Cristian Gafton +- added a patch for large file support in glob + +* Tue Aug 18 1998 Jeff Johnson +- update to 3.77 + +* Mon Apr 27 1998 Prospector System +- translations modified for de, fr, tr + +* Thu Oct 16 1997 Donnie Barnes +- udpated from 3.75 to 3.76 +- various spec file cleanups +- added install-info support + +* Mon Jun 02 1997 Erik Troan +- built against glibc diff --git a/sources b/sources index e69de29..03e30a9 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +22ea95c125c7b80e04354d4ee4ae960d make-3.79.1.tar.gz