summaryrefslogtreecommitdiffstats
path: root/www/lynx
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-09-20 23:20:54 +0000
committerats <ats@FreeBSD.org>1995-09-20 23:20:54 +0000
commitf1f22e76132d9e7365eaabada04fc0476ff592ca (patch)
tree331f0437406071906066cbec20eff4921fc7b4ff /www/lynx
parentce55b79788f2fe59ac6552134701a35efd7ba38d (diff)
downloadFreeBSD-ports-f1f22e76132d9e7365eaabada04fc0476ff592ca.zip
FreeBSD-ports-f1f22e76132d9e7365eaabada04fc0476ff592ca.tar.gz
The lynx package from the master-site was silently changed. Name was
the same but the contents are changed. One patch failed and needed a minor correction. The sources from the master site had now a BSDI addition.
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/files/patch-aa66
1 files changed, 34 insertions, 32 deletions
diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa
index ebcea73..f6ede59 100644
--- a/www/lynx/files/patch-aa
+++ b/www/lynx/files/patch-aa
@@ -1,35 +1,3 @@
-*** ./WWW/Library/Implementation/HTTCP.c.orig Mon May 29 21:05:50 1995
---- ./WWW/Library/Implementation/HTTCP.c Sat Jun 17 02:29:35 1995
-***************
-*** 95,102 ****
---- 95,104 ----
- #ifndef NeXT
- #ifndef THINK_C
- #ifndef __NetBSD__
-+ #ifndef __FreeBSD__
- extern char *sys_errlist[]; /* see man perror on cernvax */
- extern int sys_nerr;
-+ #endif /* __FreeBSD__ */
- #endif /* __NetBSD__ */
- #endif /* think c */
- #endif /* NeXT */
-***************
-*** 205,211 ****
- #endif
- #define ER_NO_TRANS_DONE
- #endif
-! #ifdef NeXT
- strerror(errno));
- #define ER_NO_TRANS_DONE
- #endif
---- 207,213 ----
- #endif
- #define ER_NO_TRANS_DONE
- #endif
-! #if defined(NeXT) || defined(__FreeBSD__)
- strerror(errno));
- #define ER_NO_TRANS_DONE
- #endif
*** ./WWW/Library/Implementation/HTFile.c.orig Sat Apr 1 01:34:48 1995
--- ./WWW/Library/Implementation/HTFile.c Sat Jun 17 02:04:19 1995
***************
@@ -782,3 +750,37 @@
LYK_PREV_LINK, LYK_NEXT_LINK, LYK_ACTIVATE, LYK_PREV_DOC,
/* UPARROW */ /* DNARROW */ /* RTARROW */ /* LTARROW */
+*** WWW/Library/Implementation/HTTCP.c.orig Wed Sep 6 15:06:49 1995
+--- WWW/Library/Implementation/HTTCP.c Thu Sep 21 00:28:50 1995
+***************
+*** 96,105 ****
+--- 96,107 ----
+ #ifndef NeXT
+ #ifndef THINK_C
+ #ifndef __NetBSD__
++ #ifndef __FreeBSD__
+ #ifndef BSDI
+ extern char *sys_errlist[]; /* see man perror on cernvax */
+ extern int sys_nerr;
+ #endif /* BSDI */
++ #endif /* __FreeBSD */
+ #endif /* __NetBSD__ */
+ #endif /* think c */
+ #endif /* NeXT */
+***************
+*** 208,214 ****
+ #endif
+ #define ER_NO_TRANS_DONE
+ #endif
+! #ifdef NeXT
+ strerror(errno));
+ #define ER_NO_TRANS_DONE
+ #endif
+--- 210,216 ----
+ #endif
+ #define ER_NO_TRANS_DONE
+ #endif
+! #if defined(NeXT) || defined(__FreeBSD__)
+ strerror(errno));
+ #define ER_NO_TRANS_DONE
+ #endif
OpenPOWER on IntegriCloud