From d4b7d4b1a463d43e611b0b1e8e895c2e16161b0c Mon Sep 17 00:00:00 2001 From: hniksic Date: Mon, 18 Apr 2005 13:21:04 -0700 Subject: [PATCH] [svn] Removed MACHINES. --- ChangeLog | 4 ++++ MACHINES | 31 ------------------------------- doc/wget.texi | 40 ++++++++++++++++++++-------------------- windows/Makefile.top | 2 +- windows/Makefile.top.bor | 2 +- 5 files changed, 26 insertions(+), 53 deletions(-) delete mode 100644 MACHINES diff --git a/ChangeLog b/ChangeLog index 74183177..21f8ac95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-18 Hrvoje Niksic + + * MACHINES: Removed. + 2005-04-08 Hrvoje Niksic * configure.in: When checking for OpenSSL headers, check for all diff --git a/MACHINES b/MACHINES deleted file mode 100644 index 710d9d7e..00000000 --- a/MACHINES +++ /dev/null @@ -1,31 +0,0 @@ -This file lists the OSes and architectures on which GNU Wget has been -successfully compiled and used in the past. If you compile Wget on a -new OS or architecture, please send a note to bug-wget@gnu.org with -the output of the ./config.guess script so this file can be updated. - - -Amiga NetBSD (m68k-cbm-netbsd1.2) - -DEC Ultrix, Digital Unix (mips-dec-ultrix*, alpha-dec-osf*) - -FreeBSD (i386-unknown-freebsd*) - -GNU/Linux (armv4l-unknown-linux-gnu, i[3456]86-*-linux*) - -HP BSD (m68k-hp-bsd) - -HP HP-UX (hppa1.0-hp-hpux7.00, hppa1.1-hp-hpux9.01 and others) - -IBM AIX (powerpc-ibm-aix4.1*, rs6000-ibm-aix4.3.3.0) - -Microsoft Windows 95/NT (i[3456]86) - -NeXT NeXTStep 3.3 Intel (i386-next-nextstep3) - -SCO Unix (i586-pc-sco3.2v5.0.4) - -SGI IRIX (mips-sgi-irix4.0.5, mips-sgi-irix5.3, mips-sgi-irix6.5) - -Sun SunOS, Solaris (sparc-sun-solaris*, sparc-sun-sunos*) - -Mac OS X (powerpc-apple-darwin5.2) diff --git a/doc/wget.texi b/doc/wget.texi index e959effd..b2d042ac 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -2955,24 +2955,22 @@ uses GNU Autoconf for building and configuring, and mostly avoids using ``special'' features of any particular Unix, it should compile (and work) on all common Unix flavors. -Various Wget versions have been compiled and tested under many kinds of -Unix systems, including Solaris, GNU/Linux, SunOS, OSF (aka Digital Unix -or Tru64), Ultrix, *BSD, IRIX, AIX, and others; refer to the file -@file{MACHINES} in the distribution directory for a comprehensive list. -If you compile it on an architecture not listed there, please let me -know so I can update it. - -Wget should also compile on the other Unix systems, not listed in -@file{MACHINES}. If it doesn't, please let me know. - -Thanks to kind contributors, this version of Wget compiles and works on -Microsoft Windows 95 and Windows NT platforms. It has been compiled -successfully using MS Visual C++ 6.0, Watcom, and Borland C compilers, -with Winsock as networking software. Naturally, it is crippled of some -features available on Unix, but it should work as a substitute for -people stuck with Windows. Note that the Windows port is -@strong{neither tested nor maintained} by me---all questions and -problems in Windows usage should be reported to Wget mailing list at +Various Wget versions have been compiled and tested under many kinds +of Unix systems, including GNU/Linux, Solaris, SunOS 4.x, OSF (aka +Digital Unix or Tru64), Ultrix, *BSD, IRIX, AIX, and others. Some of +those systems are no longer in widespread use and may not be able to +support recent versions of Wget. If Wget fails to compile on your +system, we would like to know about it. + +Thanks to kind contributors, this version of Wget compiles and works +on 32-bit Microsoft Windows platforms. It has been compiled +successfully using MS Visual C++ 6.0, Watcom, Borland C, and GCC +compilers. Naturally, it is crippled of some features available on +Unix, but it should work as a substitute for people stuck with +Windows. Note that Windows-specific portions of Wget are not +guaranteed to be supported in the future, although this has been the +case in practice for many years now. All questions and problems in +Windows usage should be reported to Wget mailing list at @email{wget@@sunsite.dk} where the volunteers who maintain the Windows-related features might look at them. @@ -2988,8 +2986,10 @@ Otherwise, @code{SIGHUP} is ignored. This is convenient when you wish to redirect the output of Wget after having started it. @example -$ wget http://www.ifi.uio.no/~larsi/gnus.tar.gz & -$ kill -HUP %% # Redirect the output to wget-log +$ wget http://www.gnus.org/dist/gnus.tar.gz & +... +$ kill -HUP %% +SIGHUP received, redirecting output to `wget-log'. @end example Other than that, Wget will not try to interfere with signals in any way. diff --git a/windows/Makefile.top b/windows/Makefile.top index 619c74b7..a9025abc 100644 --- a/windows/Makefile.top +++ b/windows/Makefile.top @@ -72,6 +72,6 @@ bindist: wget.zip wget.zip: $(SUBDIRS) $(RM) wget.zip - zip -Djl9 wget.zip AUTHORS COPYING INSTALL MACHINES MAILING-LIST NEWS README doc/sample.wgetrc + zip -Djl9 wget.zip AUTHORS COPYING INSTALL MAILING-LIST NEWS README doc/sample.wgetrc zip -Dj9 wget.zip src/wget.exe doc/wget.hlp diff --git a/windows/Makefile.top.bor b/windows/Makefile.top.bor index e4554813..9eda2586 100644 --- a/windows/Makefile.top.bor +++ b/windows/Makefile.top.bor @@ -70,6 +70,6 @@ bindist: wget.zip wget.zip: $(SUBDIRS) $(RM) wget.zip - zip -Djl9 wget.zip AUTHORS COPYING INSTALL MACHINES MAILING-LIST NEWS README doc/sample.wgetrc + zip -Djl9 wget.zip AUTHORS COPYING INSTALL MAILING-LIST NEWS README doc/sample.wgetrc zip -Dj9 wget.zip src/wget.exe doc/wget.hlp -- 2.39.2