summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2002-03-03 15:44:47 +0000
committertaca <taca>2002-03-03 15:44:47 +0000
commite338c2e7ce3480af8063dab64fb5ccf3de132be0 (patch)
tree3219e6ff0ba75edcef97e4a74047ddebacb99a45
parent155f949b73bb19c2abd840ab75d51baa537e6f50 (diff)
downloadpkgsrc-e338c2e7ce3480af8063dab64fb5ccf3de132be0.tar.gz
Include HAVE_SETPROCTITLE in autoconf.h.in. Thought setproctitle() is
already checked in configure script, but it is need to define/undef in a generated header file. Bump to squid 2.4.4nb1.
-rw-r--r--www/squid/Makefile3
-rw-r--r--www/squid/distinfo3
-rw-r--r--www/squid/patches/patch-bb14
3 files changed, 18 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index e3ff2de056d..9afa4ca9954 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.60 2002/02/22 10:07:38 tron Exp $
+# $NetBSD: Makefile,v 1.61 2002/03/03 15:44:47 taca Exp $
DISTNAME= squid-2.4.STABLE4-src
PKGNAME= squid-2.4.4
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.4/ \
ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \
diff --git a/www/squid/distinfo b/www/squid/distinfo
index 53cd558e252..da683c6c5ad 100644
--- a/www/squid/distinfo
+++ b/www/squid/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2002/02/24 12:25:40 veego Exp $
+$NetBSD: distinfo,v 1.12 2002/03/03 15:44:47 taca Exp $
SHA1 (squid-2.4.STABLE4-src.tar.gz) = 417cafe2384e64c454d4e2d3ab129c26efa6b0cc
Size (squid-2.4.STABLE4-src.tar.gz) = 1080180 bytes
@@ -15,3 +15,4 @@ SHA1 (patch-al) = d0741a93a4df8bf94b07e65680b50c294243c728
SHA1 (patch-am) = c844378a03ae27ae52eb454958fb9ed7bc0ce21e
SHA1 (patch-an) = 1db7caccce45fa29d61f6341a22ac29e02ee4b93
SHA1 (patch-ba) = c29829c4f1fcd094102188e1ef4fd28bb73ba2ce
+SHA1 (patch-bb) = d6d3cc0ddfcda9c36e95d37b7986a7a5c1e89486
diff --git a/www/squid/patches/patch-bb b/www/squid/patches/patch-bb
new file mode 100644
index 00000000000..8323b4df40e
--- /dev/null
+++ b/www/squid/patches/patch-bb
@@ -0,0 +1,14 @@
+$NetBSD: patch-bb,v 1.1 2002/03/03 15:44:48 taca Exp $
+
+--- include/autoconf.h.in.orig Tue Jan 2 07:37:02 2001
++++ include/autoconf.h.in
+@@ -415,6 +415,9 @@
+ /* Define if you have the setpgrp function. */
+ #undef HAVE_SETPGRP
+
++/* Define if you have the setpgrp function. */
++#undef HAVE_SETPROCTITLE
++
+ /* Define if you have the setrlimit function. */
+ #undef HAVE_SETRLIMIT
+