From e880a487e070914d525bbc878283828726686443 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Thu, 26 Jun 1997 16:49:35 +0000 Subject: Upgrade, 4.0d -> 5.1b. Note: The distfile contains another library and several other programs (mainly, upgrade of existing programs). I will make separate ports for them. Note 2: Since no other port currently depends on this port, I'm simply replacing the old library with the new one. PR: 3484 --- www/libwww/files/patch-aa | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) (limited to 'www/libwww/files') diff --git a/www/libwww/files/patch-aa b/www/libwww/files/patch-aa index 4d08df7b6396..42a19a41f875 100644 --- a/www/libwww/files/patch-aa +++ b/www/libwww/files/patch-aa @@ -1,20 +1,11 @@ -*** All/Implementation/Makefile.orig Sun Feb 18 20:08:39 1996 ---- All/Implementation/Makefile Sun Feb 18 20:09:58 1996 -*************** -*** 47,53 **** - LNXMAKE = $(WWW)/Tools/bin/lnxmake - - # Default target -- remove things you don't want -! all : $(LIBRARY) $(LINEMODE) $(MINISERV) $(COMLINE) $(ROBOT) # $(PICS) $(DAEMON) - @echo BUILD complete! - - library : $(LIBRARY) ---- 47,54 ---- - LNXMAKE = $(WWW)/Tools/bin/lnxmake - - # Default target -- remove things you don't want -! #all : $(LIBRARY) $(LINEMODE) $(MINISERV) $(COMLINE) $(ROBOT) # $(PICS) $(DAEMON) -! all : $(LIBRARY) - @echo BUILD complete! - - library : $(LIBRARY) +--- Library/src/HTMIMImp.c.orig Sat Apr 5 09:26:21 1997 ++++ Library/src/HTMIMImp.c Tue May 6 01:15:02 1997 +@@ -213,7 +213,7 @@ + int value = deflt; + if (start != NULL) { + start += strlen(needle); +- while isspace(*start) start++; ++ while (isspace(*start)) start++; + if (isdigit(*start)) { + char * end = start + 1; + char save; -- cgit v1.2.3