summaryrefslogtreecommitdiff
path: root/www/libwww/files/patch-aa
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-06-26 16:49:35 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-06-26 16:49:35 +0000
commite880a487e070914d525bbc878283828726686443 (patch)
treeac0c072212a46d95db20f11576c979ecde85c262 /www/libwww/files/patch-aa
parentRestore the Date created: and the Whom: lines from Rev.1.1 of this file. (diff)
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
Diffstat (limited to 'www/libwww/files/patch-aa')
-rw-r--r--www/libwww/files/patch-aa31
1 files changed, 11 insertions, 20 deletions
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;