Unmangled patch attached.
Heiko
--
-- PREVINET S.p.A. www.previnet.it
-- Heiko Herold [EMAIL PROTECTED]
-- +39-041-5907073 ph
-- +39-041-5907472 fax
> -Original Message-
> From: Herold Heiko [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 25, 2003 10:45 AM
> To: 'Hrvoje Niksic'; [EMAIL PROTECTED]
> Subject: RE: Wget 1.9-beta1 is available for testing
>
>
> Hrvoje,
>
> please add this patch:
>
> --- wget-1.9-beta1\windows\Makefile.src Sat May 18 02:16:36 2002
> +++ wget-1.9-beta1.wip\windows\Makefile.src Thu Sep 25
> 08:09:26 2003
> @@ -63,15 +63,17 @@
>
> RM = del
>
> -SRC = cmpt.c safe-ctype.c connect.c host.c http.c netrc.c
> ftp-basic.c ftp.c
> \
> - ftp-ls.c ftp-opie.c getopt.c hash.c headers.c
> html-parse.c html-url.c
> \
> - progress.c retr.c recur.c res.c url.c cookies.c init.c
> utils.c main.c
> \
> - version.c mswindows.c fnmatch.c gen-md5.c gnu-md5.c
> rbuf.c log.c
> $(SSLSRC)
> +SRC = cmpt.c safe-ctype.c convert.c connect.c host.c http.c netrc.c \
> + ftp-basic.c ftp.c ftp-ls.c ftp-opie.c getopt.c hash.c
> headers.c \
> + html-parse.c html-url.c progress.c retr.c recur.c res.c url.c
> cookies.c \
> + init.c utils.c main.c version.c mswindows.c fnmatch.c
> gen-md5.c \
> + gnu-md5.c rbuf.c log.c $(SSLSRC)
>
> -OBJ = cmpt$o safe-ctype$o connect$o host$o http$o netrc$o
> ftp-basic$o ftp$o
> \
> - ftp-ls$o ftp-opie$o getopt$o hash$o headers$o
> html-parse$o html-url$o
> \
> - progress$o retr$o recur$o res$o url$o cookies$o init$o
> utils$o main$o
> \
> - version$o mswindows$o fnmatch$o gen-md5$o gnu-md5$o
> rbuf$o log$o
> $(SSLOBJ)
> +OBJ = cmpt$o safe-ctype$o convert$o connect$o host$o http$o netrc$o \
> + ftp-basic$o ftp$o ftp-ls$o ftp-opie$o getopt$o hash$o
> headers$o \
> + html-parse$o html-url$o progress$o retr$o recur$o res$o url$o
> cookies$o \
> + init$o utils$o main$oversion$o mswindows$o fnmatch$o gen-md5$o
> gnu-md5$o\
> + rbuf$o log$o $(SSLOBJ)
>
> .SUFFIXES: .c .obj
>
> A windows binary ONLY (sorry I'm in a real hurry these days)
> for testing
> available at
> http://space.tin.it/computer/hherold
> However the binaries are as usualy at sunsite.dk, and
> presently anonymous
> ftp access at sunsite.dk seems to be down.
>
> Heiko
>
> --
> -- PREVINET S.p.A. www.previnet.it
> -- Heiko Herold [EMAIL PROTECTED]
> -- +39-041-5907073 ph
> -- +39-041-5907472 fax
>
> > -Original Message-
> > From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, September 23, 2003 11:29 PM
> > To: [EMAIL PROTECTED]
> > Subject: Wget 1.9-beta1 is available for testing
> >
> >
> > After a lot of time of sitting in CVS, a beta of Wget 1.9 is
> > available. To see what's new since 1.8, check the `NEWS'
> file in the
> > distribution. Get it from:
> >
> > http://fly.srk.fer.hr/~hniksic/wget/wget-1.9-beta1.tar.gz
> >
> > Please test it on as many different platforms as possible and in the
> > places where Wget 1.8.x is currently being used. I expect this
> > release to be extremely stable, but noone can guarantee that without
> > wider testing. I didn't want to call it "pre1" or "rc1"
> lest I anger
> > the Gods.
> >
> > One important addition scheduled for 1.9 and *not* featured in this
> > beta are Mauro's IPv6 improvements. When I receive and
> merge Mauro's
> > changes, I'll release a new beta.
> >
> > As always, thanks for your help.
> >
>
--- wget-1.9-beta1\windows\Makefile.src Sat May 18 02:16:36 2002
+++ wget-1.9-beta1.wip\windows\Makefile.src Thu Sep 25 08:09:26 2003
@@ -63,15 +63,17 @@
RM = del
-SRC = cmpt.c safe-ctype.c connect.c host.c http.c netrc.c ftp-basic.c ftp.c \
- ftp-ls.c ftp-opie.c getopt.c hash.c headers.c html-parse.c html-url.c \
- progress.c retr.c recur.c res.c url.c cookies.c init.c utils.c main.c \
- version.c mswindows.c fnmatch.c gen-md5.c gnu-md5.c rbuf.c log.c $(SSLSRC)
+SRC = cmpt.c safe-ctype.c convert.c connect.c host.c http.c netrc.c \
+ ftp-basic.c ftp.c ftp-ls.c ftp-opie.c getopt.c hash.c headers.c \
+ html-parse.c html-url.c progress.c retr.c recur.c res.c url.c cookies.c \
+ init.c utils.c main.c version.c mswindows.c fnmatch.c gen-md5.c \
+ gnu-md5.c rbuf.c log.c $(SSLSRC)
-OBJ = cmpt$o safe-ctype$o connect$o host$o http$o netrc$o ftp-basic$o ftp$o \
- ftp-ls$o ftp-opie$o getopt$o hash$o headers$o html-parse$o html-url$o \
- progress$o retr$o recur$o res$o url$o cookies$o init$o utils$o main$o \
- version$o mswindows$o fnmatch$o gen-md5$o gnu-md5$o rbuf$o log$o $(SSLOBJ)
+OBJ = cmpt$o safe-ctype$o convert$o connect$o host$o http$o netrc$o \
+ ftp-basic$o ftp$o ftp-ls$o ftp-opie$o getopt$o hash$o headers$o \
+ html-parse$o html-url$o progress$o retr$o recur$o res$o url$o cookies$o \
+ init$o utils$o main$oversion$o mswindows$o fnmatch$o gen-md5$o gnu-md5$o\
+ rbuf$o log$o $(SSLOBJ)
.SUFFIXES: .c .obj