aboutsummaryrefslogtreecommitdiffstats
path: root/www/libwww/files
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-06-27 00:49:35 +0800
committermax <max@FreeBSD.org>1997-06-27 00:49:35 +0800
commit6e72d8ac63e47b6e11686af2a23518f3b2689802 (patch)
treef73bdd7a014ed4fbf8159c91a2c427f4f8d0d7b2 /www/libwww/files
parentf8f137c71ee39e4d16003a4e8449df371611e0fd (diff)
downloadfreebsd-ports-gnome-6e72d8ac63e47b6e11686af2a23518f3b2689802.tar.gz
freebsd-ports-gnome-6e72d8ac63e47b6e11686af2a23518f3b2689802.tar.zst
freebsd-ports-gnome-6e72d8ac63e47b6e11686af2a23518f3b2689802.zip
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')
-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;