summaryrefslogtreecommitdiff
path: root/www/thttpd/patches
diff options
context:
space:
mode:
authorjlam <jlam>2000-12-17 22:21:44 +0000
committerjlam <jlam>2000-12-17 22:21:44 +0000
commit38be576be6ccc3aa134f027a9dc64f3d0585bb00 (patch)
tree58bd1a45f189bdef96bd196a0196d1feeb47e24f /www/thttpd/patches
parent74cf21eba1743350d3af8a947e341f522bed8367 (diff)
downloadpkgsrc-38be576be6ccc3aa134f027a9dc64f3d0585bb00.tar.gz
Honor CFLAGS passed in from environment during build. Improve the INSTALL
script and add a DEINSTALL script in handling the config file.
Diffstat (limited to 'www/thttpd/patches')
-rw-r--r--www/thttpd/patches/patch-aa15
-rw-r--r--www/thttpd/patches/patch-ab15
-rw-r--r--www/thttpd/patches/patch-ac17
3 files changed, 37 insertions, 10 deletions
diff --git a/www/thttpd/patches/patch-aa b/www/thttpd/patches/patch-aa
index ee71d74dbea..c8b39dedfd4 100644
--- a/www/thttpd/patches/patch-aa
+++ b/www/thttpd/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 2000/07/27 12:47:34 jlam Exp $
+$NetBSD: patch-aa,v 1.5 2000/12/17 22:21:44 jlam Exp $
---- Makefile.in.BAK Wed Feb 9 21:05:49 2000
-+++ Makefile.in Wed Feb 9 21:06:50 2000
+--- Makefile.in.orig Tue Jul 4 12:21:32 2000
++++ Makefile.in
@@ -34,7 +34,7 @@
# Pathname of directory to install the man page.
MANDIR = @mandir@
@@ -20,6 +20,15 @@ $NetBSD: patch-aa,v 1.4 2000/07/27 12:47:34 jlam Exp $
# You shouldn't need to edit anything below here.
+@@ -50,7 +50,7 @@
+ CCOPT = @V_CCOPT@
+ DEFS = @DEFS@
+ INCLS = -I.
+-CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
++CFLAGS += $(CCOPT) $(DEFS) $(INCLS)
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ NETLIBS = @V_NETLIBS@
@@ -111,10 +111,10 @@
install: installthis install-man installsubdirs
diff --git a/www/thttpd/patches/patch-ab b/www/thttpd/patches/patch-ab
index ca00c036235..4658503e53c 100644
--- a/www/thttpd/patches/patch-ab
+++ b/www/thttpd/patches/patch-ab
@@ -1,7 +1,16 @@
-$NetBSD: patch-ab,v 1.2 2000/02/09 20:55:29 hubertf Exp $
+$NetBSD: patch-ab,v 1.3 2000/12/17 22:21:45 jlam Exp $
---- extras/Makefile.in.BAK Wed Feb 9 21:07:16 2000
-+++ extras/Makefile.in Wed Feb 9 21:11:37 2000
+--- extras/Makefile.in.orig Wed Sep 15 12:00:14 1999
++++ extras/Makefile.in
+@@ -35,7 +35,7 @@
+ CCOPT = @V_CCOPT@
+ DEFS = @DEFS@
+ INCLS = -I..
+-CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
++CFLAGS += $(CCOPT) $(DEFS) $(INCLS)
+ STATICFLAG = @V_STATICFLAG@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
@@ -67,17 +67,15 @@
install: all
diff --git a/www/thttpd/patches/patch-ac b/www/thttpd/patches/patch-ac
index fda755419aa..47139e1f23f 100644
--- a/www/thttpd/patches/patch-ac
+++ b/www/thttpd/patches/patch-ac
@@ -1,8 +1,17 @@
-$NetBSD: patch-ac,v 1.3 2000/07/27 12:42:08 jlam Exp $
+$NetBSD: patch-ac,v 1.4 2000/12/17 22:21:45 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
-@@ -67,15 +67,15 @@
+--- cgi-src/Makefile.in.orig Tue Sep 26 16:20:14 2000
++++ cgi-src/Makefile.in
+@@ -34,7 +34,7 @@
+ CCOPT = @V_CCOPT@
+ DEFS = @DEFS@
+ INCLS = -I..
+-CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
++CFLAGS += $(CCOPT) $(DEFS) $(INCLS)
+ LDFLAGS = @LDFLAGS@ @V_STATICFLAG@
+ LIBS = @LIBS@
+ NETLIBS = @V_NETLIBS@
+@@ -69,15 +69,15 @@
install: all
-mkdir $(CGIBINDIR)
rm -f $(CGIBINDIR)/redirect