summaryrefslogtreecommitdiff
path: root/www/thttpd/patches
diff options
context:
space:
mode:
Diffstat (limited to 'www/thttpd/patches')
-rw-r--r--www/thttpd/patches/patch-ac4
-rw-r--r--www/thttpd/patches/patch-ad10
-rw-r--r--www/thttpd/patches/patch-ae12
-rw-r--r--www/thttpd/patches/patch-af14
-rw-r--r--www/thttpd/patches/patch-ag23
5 files changed, 6 insertions, 57 deletions
diff --git a/www/thttpd/patches/patch-ac b/www/thttpd/patches/patch-ac
index f7c05d54006..fda755419aa 100644
--- a/www/thttpd/patches/patch-ac
+++ b/www/thttpd/patches/patch-ac
@@ -1,6 +1,4 @@
-$NetBSD: patch-ac,v 1.2 2000/02/09 20:55:29 hubertf Exp $
-$NetBSD: patch-ac,v 1.2 2000/02/09 20:55:29 hubertf Exp $
-
+$NetBSD: patch-ac,v 1.3 2000/07/27 12:42:08 jlam Exp $
--- cgi-src/Makefile.in.BAK Wed Feb 9 21:12:32 2000
+++ cgi-src/Makefile.in Wed Feb 9 21:13:16 2000
diff --git a/www/thttpd/patches/patch-ad b/www/thttpd/patches/patch-ad
index 2e06463f381..8d8d266f52b 100644
--- a/www/thttpd/patches/patch-ad
+++ b/www/thttpd/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.1 1999/12/15 14:48:49 abs Exp $
+$NetBSD: patch-ad,v 1.2 2000/07/27 12:42:08 jlam Exp $
---- index.html.orig Wed Dec 15 13:30:29 1999
-+++ index.html Wed Dec 15 13:31:10 1999
-@@ -13,5 +13,9 @@
+--- index.html.orig Wed Feb 9 16:52:20 2000
++++ index.html Thu Jul 27 07:25:55 2000
+@@ -12,5 +12,9 @@
<HR>
<ADDRESS><A HREF="mailto:webmaster@acme.com">ACME Labs Webmaster &lt;webmaster@acme.com&gt;</A></ADDRESS>
+<A HREF="http://www.netbsd.org/">
-+<IMG ALIGN=RIGHT SRC="sitedrivenby.gif" border=0 ALT="Site driven by NetBSD">
++<IMG ALIGN=RIGHT SRC="sitedrivenby.gif border=0 ALT="Site driven by NetBSD">
+</A>
+
</BODY>
diff --git a/www/thttpd/patches/patch-ae b/www/thttpd/patches/patch-ae
deleted file mode 100644
index 256f5fd6934..00000000000
--- a/www/thttpd/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2000/04/07 10:11:55 itojun Exp $
---- configure.in Mon Feb 7 10:31:16 2000
-+++ configure.in Fri Apr 7 18:52:19 2000
-@@ -64,7 +64,7 @@
- AC_MSG_RESULT(no)
- fi
-
--AC_CHECK_HEADERS(fcntl.h grp.h memory.h paths.h poll.h sys/poll.h netinet6/in6.h)
-+AC_CHECK_HEADERS(fcntl.h grp.h memory.h paths.h poll.h sys/poll.h)
- AC_HEADER_TIME
- AC_HEADER_DIRENT
-
diff --git a/www/thttpd/patches/patch-af b/www/thttpd/patches/patch-af
deleted file mode 100644
index 441e5d68e59..00000000000
--- a/www/thttpd/patches/patch-af
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-af,v 1.1 2000/04/07 10:11:55 itojun Exp $
---- aclocal.m4 Sat Jan 15 01:49:01 2000
-+++ aclocal.m4 Fri Apr 7 18:52:41 2000
-@@ -180,9 +180,7 @@
- AC_TRY_COMPILE([
- # include <sys/types.h>
- # include <sys/socket.h>
--# ifdef HAVE_NETINET6_IN6_H
--# include <netinet6/in6.h>
--# endif],
-+# include <netinet/in.h>],
- [struct sockaddr_in6 sa6],
- ac_cv_acme_sockaddr_in6=yes,
- ac_cv_acme_sockaddr_in6=no))
diff --git a/www/thttpd/patches/patch-ag b/www/thttpd/patches/patch-ag
deleted file mode 100644
index 5cae0888e28..00000000000
--- a/www/thttpd/patches/patch-ag
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2000/04/07 10:11:55 itojun Exp $
---- configure- Fri Apr 7 18:48:12 2000
-+++ configure Fri Apr 7 18:48:26 2000
-@@ -1021,7 +1021,7 @@
- fi
- echo "$ac_t""$CPP" 1>&6
-
--for ac_hdr in fcntl.h grp.h memory.h paths.h poll.h sys/poll.h netinet6/in6.h
-+for ac_hdr in fcntl.h grp.h memory.h paths.h poll.h sys/poll.h
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-@@ -2378,9 +2378,7 @@
-
- # include <sys/types.h>
- # include <sys/socket.h>
--# ifdef HAVE_NETINET6_IN6_H
--# include <netinet6/in6.h>
--# endif
-+# include <netinet/in.h>
- int main() {
- struct sockaddr_in6 sa6
- ; return 0; }