diff options
Diffstat (limited to 'www')
36 files changed, 153 insertions, 153 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 147c86383f08..7d994a4840c3 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta18 +# Version required: 1.2-beta19 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.47 1998/03/20 14:00:51 peter Exp $ +# $Id: Makefile,v 1.48 1998/03/26 13:29:12 peter Exp $ # -DISTNAME= squid-1.2.beta18 -PKGNAME= squid-1.2b18 +DISTNAME= squid-1.2.beta19 +PKGNAME= squid-1.2b19 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.2.beta/ \ @@ -16,12 +16,12 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/ EXTRACT_SUFX= -src.tar.gz -#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ -#PATCHFILES+= 1.2.beta18.patch +PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ +PATCHFILES+= 1.2.beta19.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b18 +DIST_SUBDIR= squid1.2b19 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ @@ -36,15 +36,14 @@ NO_LATEST_LINK= yes # - Compile and use the supplied GNUregex routines instead of BSD regex. #CONFIGURE_ARGS+= --enable-gnuregex # - Use tree function to store ACL lists -#CONFIGURE_ARGS+= --enable-acltree=bin -#CONFIGURE_ARGS+= --enable-acltree=splay +#CONFIGURE_ARGS+= --enable-splaytree # - Enable simple malloc debugging #CONFIGURE_ARGS+= --enable-xmalloc-debug # - Detailed trace of memory allocations #CONFIGURE_ARGS+= --enable-xmalloc-debug-count # - Show malloc statistics in cachemgr status pages #CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Use ASYNC disk I/O (Requires real pthreads, libc_r probably doesn't work) +# - Use ASYNC disk I/O (Requires real pthreads) #CONFIGURE_ARGS+= --enable-async-io # - Enable ICMP pinging for heirarchy stats and selection #CONFIGURE_ARGS+= --enable-icmp diff --git a/www/squid/distinfo b/www/squid/distinfo index 6e5f8f44551e..e0c28ce706cb 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1 +1,2 @@ -MD5 (squid1.2b18/squid-1.2.beta18-src.tar.gz) = 97e6269b2ee749e3dcd10f8e6d9501e6 +MD5 (squid1.2b19/squid-1.2.beta19-src.tar.gz) = 58ea161d2408321f5bf335fc49db3e03 +MD5 (squid1.2b19/1.2.beta19.patch) = 28c9d5bfba78ead4cd2c045a565ce5b8 diff --git a/www/squid/files/patch-ak b/www/squid/files/patch-ak index fa227112193b..77563eb0b0f6 100644 --- a/www/squid/files/patch-ak +++ b/www/squid/files/patch-ak @@ -12,7 +12,7 @@ - - fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + dnl use .exe suffix for executables on cygwin32 platform + case "$host_os" in + cygwin32) --- 19,24 ---- diff --git a/www/squid/files/patch-al b/www/squid/files/patch-al index f2c7969ff964..169be61b6251 100644 --- a/www/squid/files/patch-al +++ b/www/squid/files/patch-al @@ -10,6 +10,6 @@ - -fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + case "$host_os" in + cygwin32) + exec_suffix=".exe" diff --git a/www/squid22/Makefile b/www/squid22/Makefile index 147c86383f08..7d994a4840c3 100644 --- a/www/squid22/Makefile +++ b/www/squid22/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta18 +# Version required: 1.2-beta19 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.47 1998/03/20 14:00:51 peter Exp $ +# $Id: Makefile,v 1.48 1998/03/26 13:29:12 peter Exp $ # -DISTNAME= squid-1.2.beta18 -PKGNAME= squid-1.2b18 +DISTNAME= squid-1.2.beta19 +PKGNAME= squid-1.2b19 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.2.beta/ \ @@ -16,12 +16,12 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/ EXTRACT_SUFX= -src.tar.gz -#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ -#PATCHFILES+= 1.2.beta18.patch +PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ +PATCHFILES+= 1.2.beta19.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b18 +DIST_SUBDIR= squid1.2b19 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ @@ -36,15 +36,14 @@ NO_LATEST_LINK= yes # - Compile and use the supplied GNUregex routines instead of BSD regex. #CONFIGURE_ARGS+= --enable-gnuregex # - Use tree function to store ACL lists -#CONFIGURE_ARGS+= --enable-acltree=bin -#CONFIGURE_ARGS+= --enable-acltree=splay +#CONFIGURE_ARGS+= --enable-splaytree # - Enable simple malloc debugging #CONFIGURE_ARGS+= --enable-xmalloc-debug # - Detailed trace of memory allocations #CONFIGURE_ARGS+= --enable-xmalloc-debug-count # - Show malloc statistics in cachemgr status pages #CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Use ASYNC disk I/O (Requires real pthreads, libc_r probably doesn't work) +# - Use ASYNC disk I/O (Requires real pthreads) #CONFIGURE_ARGS+= --enable-async-io # - Enable ICMP pinging for heirarchy stats and selection #CONFIGURE_ARGS+= --enable-icmp diff --git a/www/squid22/distinfo b/www/squid22/distinfo index 6e5f8f44551e..e0c28ce706cb 100644 --- a/www/squid22/distinfo +++ b/www/squid22/distinfo @@ -1 +1,2 @@ -MD5 (squid1.2b18/squid-1.2.beta18-src.tar.gz) = 97e6269b2ee749e3dcd10f8e6d9501e6 +MD5 (squid1.2b19/squid-1.2.beta19-src.tar.gz) = 58ea161d2408321f5bf335fc49db3e03 +MD5 (squid1.2b19/1.2.beta19.patch) = 28c9d5bfba78ead4cd2c045a565ce5b8 diff --git a/www/squid22/files/patch-ak b/www/squid22/files/patch-ak index fa227112193b..77563eb0b0f6 100644 --- a/www/squid22/files/patch-ak +++ b/www/squid22/files/patch-ak @@ -12,7 +12,7 @@ - - fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + dnl use .exe suffix for executables on cygwin32 platform + case "$host_os" in + cygwin32) --- 19,24 ---- diff --git a/www/squid22/files/patch-al b/www/squid22/files/patch-al index f2c7969ff964..169be61b6251 100644 --- a/www/squid22/files/patch-al +++ b/www/squid22/files/patch-al @@ -10,6 +10,6 @@ - -fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + case "$host_os" in + cygwin32) + exec_suffix=".exe" diff --git a/www/squid23/Makefile b/www/squid23/Makefile index 147c86383f08..7d994a4840c3 100644 --- a/www/squid23/Makefile +++ b/www/squid23/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta18 +# Version required: 1.2-beta19 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.47 1998/03/20 14:00:51 peter Exp $ +# $Id: Makefile,v 1.48 1998/03/26 13:29:12 peter Exp $ # -DISTNAME= squid-1.2.beta18 -PKGNAME= squid-1.2b18 +DISTNAME= squid-1.2.beta19 +PKGNAME= squid-1.2b19 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.2.beta/ \ @@ -16,12 +16,12 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/ EXTRACT_SUFX= -src.tar.gz -#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ -#PATCHFILES+= 1.2.beta18.patch +PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ +PATCHFILES+= 1.2.beta19.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b18 +DIST_SUBDIR= squid1.2b19 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ @@ -36,15 +36,14 @@ NO_LATEST_LINK= yes # - Compile and use the supplied GNUregex routines instead of BSD regex. #CONFIGURE_ARGS+= --enable-gnuregex # - Use tree function to store ACL lists -#CONFIGURE_ARGS+= --enable-acltree=bin -#CONFIGURE_ARGS+= --enable-acltree=splay +#CONFIGURE_ARGS+= --enable-splaytree # - Enable simple malloc debugging #CONFIGURE_ARGS+= --enable-xmalloc-debug # - Detailed trace of memory allocations #CONFIGURE_ARGS+= --enable-xmalloc-debug-count # - Show malloc statistics in cachemgr status pages #CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Use ASYNC disk I/O (Requires real pthreads, libc_r probably doesn't work) +# - Use ASYNC disk I/O (Requires real pthreads) #CONFIGURE_ARGS+= --enable-async-io # - Enable ICMP pinging for heirarchy stats and selection #CONFIGURE_ARGS+= --enable-icmp diff --git a/www/squid23/distinfo b/www/squid23/distinfo index 6e5f8f44551e..e0c28ce706cb 100644 --- a/www/squid23/distinfo +++ b/www/squid23/distinfo @@ -1 +1,2 @@ -MD5 (squid1.2b18/squid-1.2.beta18-src.tar.gz) = 97e6269b2ee749e3dcd10f8e6d9501e6 +MD5 (squid1.2b19/squid-1.2.beta19-src.tar.gz) = 58ea161d2408321f5bf335fc49db3e03 +MD5 (squid1.2b19/1.2.beta19.patch) = 28c9d5bfba78ead4cd2c045a565ce5b8 diff --git a/www/squid23/files/patch-ak b/www/squid23/files/patch-ak index fa227112193b..77563eb0b0f6 100644 --- a/www/squid23/files/patch-ak +++ b/www/squid23/files/patch-ak @@ -12,7 +12,7 @@ - - fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + dnl use .exe suffix for executables on cygwin32 platform + case "$host_os" in + cygwin32) --- 19,24 ---- diff --git a/www/squid23/files/patch-al b/www/squid23/files/patch-al index f2c7969ff964..169be61b6251 100644 --- a/www/squid23/files/patch-al +++ b/www/squid23/files/patch-al @@ -10,6 +10,6 @@ - -fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + case "$host_os" in + cygwin32) + exec_suffix=".exe" diff --git a/www/squid24/Makefile b/www/squid24/Makefile index 147c86383f08..7d994a4840c3 100644 --- a/www/squid24/Makefile +++ b/www/squid24/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta18 +# Version required: 1.2-beta19 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.47 1998/03/20 14:00:51 peter Exp $ +# $Id: Makefile,v 1.48 1998/03/26 13:29:12 peter Exp $ # -DISTNAME= squid-1.2.beta18 -PKGNAME= squid-1.2b18 +DISTNAME= squid-1.2.beta19 +PKGNAME= squid-1.2b19 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.2.beta/ \ @@ -16,12 +16,12 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/ EXTRACT_SUFX= -src.tar.gz -#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ -#PATCHFILES+= 1.2.beta18.patch +PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ +PATCHFILES+= 1.2.beta19.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b18 +DIST_SUBDIR= squid1.2b19 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ @@ -36,15 +36,14 @@ NO_LATEST_LINK= yes # - Compile and use the supplied GNUregex routines instead of BSD regex. #CONFIGURE_ARGS+= --enable-gnuregex # - Use tree function to store ACL lists -#CONFIGURE_ARGS+= --enable-acltree=bin -#CONFIGURE_ARGS+= --enable-acltree=splay +#CONFIGURE_ARGS+= --enable-splaytree # - Enable simple malloc debugging #CONFIGURE_ARGS+= --enable-xmalloc-debug # - Detailed trace of memory allocations #CONFIGURE_ARGS+= --enable-xmalloc-debug-count # - Show malloc statistics in cachemgr status pages #CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Use ASYNC disk I/O (Requires real pthreads, libc_r probably doesn't work) +# - Use ASYNC disk I/O (Requires real pthreads) #CONFIGURE_ARGS+= --enable-async-io # - Enable ICMP pinging for heirarchy stats and selection #CONFIGURE_ARGS+= --enable-icmp diff --git a/www/squid24/distinfo b/www/squid24/distinfo index 6e5f8f44551e..e0c28ce706cb 100644 --- a/www/squid24/distinfo +++ b/www/squid24/distinfo @@ -1 +1,2 @@ -MD5 (squid1.2b18/squid-1.2.beta18-src.tar.gz) = 97e6269b2ee749e3dcd10f8e6d9501e6 +MD5 (squid1.2b19/squid-1.2.beta19-src.tar.gz) = 58ea161d2408321f5bf335fc49db3e03 +MD5 (squid1.2b19/1.2.beta19.patch) = 28c9d5bfba78ead4cd2c045a565ce5b8 diff --git a/www/squid24/files/patch-ak b/www/squid24/files/patch-ak index fa227112193b..77563eb0b0f6 100644 --- a/www/squid24/files/patch-ak +++ b/www/squid24/files/patch-ak @@ -12,7 +12,7 @@ - - fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + dnl use .exe suffix for executables on cygwin32 platform + case "$host_os" in + cygwin32) --- 19,24 ---- diff --git a/www/squid24/files/patch-al b/www/squid24/files/patch-al index f2c7969ff964..169be61b6251 100644 --- a/www/squid24/files/patch-al +++ b/www/squid24/files/patch-al @@ -10,6 +10,6 @@ - -fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + case "$host_os" in + cygwin32) + exec_suffix=".exe" diff --git a/www/squid25/Makefile b/www/squid25/Makefile index 147c86383f08..7d994a4840c3 100644 --- a/www/squid25/Makefile +++ b/www/squid25/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta18 +# Version required: 1.2-beta19 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.47 1998/03/20 14:00:51 peter Exp $ +# $Id: Makefile,v 1.48 1998/03/26 13:29:12 peter Exp $ # -DISTNAME= squid-1.2.beta18 -PKGNAME= squid-1.2b18 +DISTNAME= squid-1.2.beta19 +PKGNAME= squid-1.2b19 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.2.beta/ \ @@ -16,12 +16,12 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/ EXTRACT_SUFX= -src.tar.gz -#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ -#PATCHFILES+= 1.2.beta18.patch +PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ +PATCHFILES+= 1.2.beta19.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b18 +DIST_SUBDIR= squid1.2b19 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ @@ -36,15 +36,14 @@ NO_LATEST_LINK= yes # - Compile and use the supplied GNUregex routines instead of BSD regex. #CONFIGURE_ARGS+= --enable-gnuregex # - Use tree function to store ACL lists -#CONFIGURE_ARGS+= --enable-acltree=bin -#CONFIGURE_ARGS+= --enable-acltree=splay +#CONFIGURE_ARGS+= --enable-splaytree # - Enable simple malloc debugging #CONFIGURE_ARGS+= --enable-xmalloc-debug # - Detailed trace of memory allocations #CONFIGURE_ARGS+= --enable-xmalloc-debug-count # - Show malloc statistics in cachemgr status pages #CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Use ASYNC disk I/O (Requires real pthreads, libc_r probably doesn't work) +# - Use ASYNC disk I/O (Requires real pthreads) #CONFIGURE_ARGS+= --enable-async-io # - Enable ICMP pinging for heirarchy stats and selection #CONFIGURE_ARGS+= --enable-icmp diff --git a/www/squid25/distinfo b/www/squid25/distinfo index 6e5f8f44551e..e0c28ce706cb 100644 --- a/www/squid25/distinfo +++ b/www/squid25/distinfo @@ -1 +1,2 @@ -MD5 (squid1.2b18/squid-1.2.beta18-src.tar.gz) = 97e6269b2ee749e3dcd10f8e6d9501e6 +MD5 (squid1.2b19/squid-1.2.beta19-src.tar.gz) = 58ea161d2408321f5bf335fc49db3e03 +MD5 (squid1.2b19/1.2.beta19.patch) = 28c9d5bfba78ead4cd2c045a565ce5b8 diff --git a/www/squid25/files/patch-ak b/www/squid25/files/patch-ak index fa227112193b..77563eb0b0f6 100644 --- a/www/squid25/files/patch-ak +++ b/www/squid25/files/patch-ak @@ -12,7 +12,7 @@ - - fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + dnl use .exe suffix for executables on cygwin32 platform + case "$host_os" in + cygwin32) --- 19,24 ---- diff --git a/www/squid25/files/patch-al b/www/squid25/files/patch-al index f2c7969ff964..169be61b6251 100644 --- a/www/squid25/files/patch-al +++ b/www/squid25/files/patch-al @@ -10,6 +10,6 @@ - -fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + case "$host_os" in + cygwin32) + exec_suffix=".exe" diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 147c86383f08..7d994a4840c3 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta18 +# Version required: 1.2-beta19 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.47 1998/03/20 14:00:51 peter Exp $ +# $Id: Makefile,v 1.48 1998/03/26 13:29:12 peter Exp $ # -DISTNAME= squid-1.2.beta18 -PKGNAME= squid-1.2b18 +DISTNAME= squid-1.2.beta19 +PKGNAME= squid-1.2b19 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.2.beta/ \ @@ -16,12 +16,12 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/ EXTRACT_SUFX= -src.tar.gz -#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ -#PATCHFILES+= 1.2.beta18.patch +PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ +PATCHFILES+= 1.2.beta19.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b18 +DIST_SUBDIR= squid1.2b19 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ @@ -36,15 +36,14 @@ NO_LATEST_LINK= yes # - Compile and use the supplied GNUregex routines instead of BSD regex. #CONFIGURE_ARGS+= --enable-gnuregex # - Use tree function to store ACL lists -#CONFIGURE_ARGS+= --enable-acltree=bin -#CONFIGURE_ARGS+= --enable-acltree=splay +#CONFIGURE_ARGS+= --enable-splaytree # - Enable simple malloc debugging #CONFIGURE_ARGS+= --enable-xmalloc-debug # - Detailed trace of memory allocations #CONFIGURE_ARGS+= --enable-xmalloc-debug-count # - Show malloc statistics in cachemgr status pages #CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Use ASYNC disk I/O (Requires real pthreads, libc_r probably doesn't work) +# - Use ASYNC disk I/O (Requires real pthreads) #CONFIGURE_ARGS+= --enable-async-io # - Enable ICMP pinging for heirarchy stats and selection #CONFIGURE_ARGS+= --enable-icmp diff --git a/www/squid26/distinfo b/www/squid26/distinfo index 6e5f8f44551e..e0c28ce706cb 100644 --- a/www/squid26/distinfo +++ b/www/squid26/distinfo @@ -1 +1,2 @@ -MD5 (squid1.2b18/squid-1.2.beta18-src.tar.gz) = 97e6269b2ee749e3dcd10f8e6d9501e6 +MD5 (squid1.2b19/squid-1.2.beta19-src.tar.gz) = 58ea161d2408321f5bf335fc49db3e03 +MD5 (squid1.2b19/1.2.beta19.patch) = 28c9d5bfba78ead4cd2c045a565ce5b8 diff --git a/www/squid26/files/patch-ak b/www/squid26/files/patch-ak index fa227112193b..77563eb0b0f6 100644 --- a/www/squid26/files/patch-ak +++ b/www/squid26/files/patch-ak @@ -12,7 +12,7 @@ - - fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + dnl use .exe suffix for executables on cygwin32 platform + case "$host_os" in + cygwin32) --- 19,24 ---- diff --git a/www/squid26/files/patch-al b/www/squid26/files/patch-al index f2c7969ff964..169be61b6251 100644 --- a/www/squid26/files/patch-al +++ b/www/squid26/files/patch-al @@ -10,6 +10,6 @@ - -fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + case "$host_os" in + cygwin32) + exec_suffix=".exe" diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 147c86383f08..7d994a4840c3 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta18 +# Version required: 1.2-beta19 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.47 1998/03/20 14:00:51 peter Exp $ +# $Id: Makefile,v 1.48 1998/03/26 13:29:12 peter Exp $ # -DISTNAME= squid-1.2.beta18 -PKGNAME= squid-1.2b18 +DISTNAME= squid-1.2.beta19 +PKGNAME= squid-1.2b19 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.2.beta/ \ @@ -16,12 +16,12 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/ EXTRACT_SUFX= -src.tar.gz -#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ -#PATCHFILES+= 1.2.beta18.patch +PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ +PATCHFILES+= 1.2.beta19.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b18 +DIST_SUBDIR= squid1.2b19 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ @@ -36,15 +36,14 @@ NO_LATEST_LINK= yes # - Compile and use the supplied GNUregex routines instead of BSD regex. #CONFIGURE_ARGS+= --enable-gnuregex # - Use tree function to store ACL lists -#CONFIGURE_ARGS+= --enable-acltree=bin -#CONFIGURE_ARGS+= --enable-acltree=splay +#CONFIGURE_ARGS+= --enable-splaytree # - Enable simple malloc debugging #CONFIGURE_ARGS+= --enable-xmalloc-debug # - Detailed trace of memory allocations #CONFIGURE_ARGS+= --enable-xmalloc-debug-count # - Show malloc statistics in cachemgr status pages #CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Use ASYNC disk I/O (Requires real pthreads, libc_r probably doesn't work) +# - Use ASYNC disk I/O (Requires real pthreads) #CONFIGURE_ARGS+= --enable-async-io # - Enable ICMP pinging for heirarchy stats and selection #CONFIGURE_ARGS+= --enable-icmp diff --git a/www/squid27/distinfo b/www/squid27/distinfo index 6e5f8f44551e..e0c28ce706cb 100644 --- a/www/squid27/distinfo +++ b/www/squid27/distinfo @@ -1 +1,2 @@ -MD5 (squid1.2b18/squid-1.2.beta18-src.tar.gz) = 97e6269b2ee749e3dcd10f8e6d9501e6 +MD5 (squid1.2b19/squid-1.2.beta19-src.tar.gz) = 58ea161d2408321f5bf335fc49db3e03 +MD5 (squid1.2b19/1.2.beta19.patch) = 28c9d5bfba78ead4cd2c045a565ce5b8 diff --git a/www/squid27/files/patch-ak b/www/squid27/files/patch-ak index fa227112193b..77563eb0b0f6 100644 --- a/www/squid27/files/patch-ak +++ b/www/squid27/files/patch-ak @@ -12,7 +12,7 @@ - - fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + dnl use .exe suffix for executables on cygwin32 platform + case "$host_os" in + cygwin32) --- 19,24 ---- diff --git a/www/squid27/files/patch-al b/www/squid27/files/patch-al index f2c7969ff964..169be61b6251 100644 --- a/www/squid27/files/patch-al +++ b/www/squid27/files/patch-al @@ -10,6 +10,6 @@ - -fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + case "$host_os" in + cygwin32) + exec_suffix=".exe" diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 147c86383f08..7d994a4840c3 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta18 +# Version required: 1.2-beta19 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.47 1998/03/20 14:00:51 peter Exp $ +# $Id: Makefile,v 1.48 1998/03/26 13:29:12 peter Exp $ # -DISTNAME= squid-1.2.beta18 -PKGNAME= squid-1.2b18 +DISTNAME= squid-1.2.beta19 +PKGNAME= squid-1.2b19 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.2.beta/ \ @@ -16,12 +16,12 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/ EXTRACT_SUFX= -src.tar.gz -#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ -#PATCHFILES+= 1.2.beta18.patch +PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ +PATCHFILES+= 1.2.beta19.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b18 +DIST_SUBDIR= squid1.2b19 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ @@ -36,15 +36,14 @@ NO_LATEST_LINK= yes # - Compile and use the supplied GNUregex routines instead of BSD regex. #CONFIGURE_ARGS+= --enable-gnuregex # - Use tree function to store ACL lists -#CONFIGURE_ARGS+= --enable-acltree=bin -#CONFIGURE_ARGS+= --enable-acltree=splay +#CONFIGURE_ARGS+= --enable-splaytree # - Enable simple malloc debugging #CONFIGURE_ARGS+= --enable-xmalloc-debug # - Detailed trace of memory allocations #CONFIGURE_ARGS+= --enable-xmalloc-debug-count # - Show malloc statistics in cachemgr status pages #CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Use ASYNC disk I/O (Requires real pthreads, libc_r probably doesn't work) +# - Use ASYNC disk I/O (Requires real pthreads) #CONFIGURE_ARGS+= --enable-async-io # - Enable ICMP pinging for heirarchy stats and selection #CONFIGURE_ARGS+= --enable-icmp diff --git a/www/squid30/distinfo b/www/squid30/distinfo index 6e5f8f44551e..e0c28ce706cb 100644 --- a/www/squid30/distinfo +++ b/www/squid30/distinfo @@ -1 +1,2 @@ -MD5 (squid1.2b18/squid-1.2.beta18-src.tar.gz) = 97e6269b2ee749e3dcd10f8e6d9501e6 +MD5 (squid1.2b19/squid-1.2.beta19-src.tar.gz) = 58ea161d2408321f5bf335fc49db3e03 +MD5 (squid1.2b19/1.2.beta19.patch) = 28c9d5bfba78ead4cd2c045a565ce5b8 diff --git a/www/squid30/files/patch-ak b/www/squid30/files/patch-ak index fa227112193b..77563eb0b0f6 100644 --- a/www/squid30/files/patch-ak +++ b/www/squid30/files/patch-ak @@ -12,7 +12,7 @@ - - fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + dnl use .exe suffix for executables on cygwin32 platform + case "$host_os" in + cygwin32) --- 19,24 ---- diff --git a/www/squid30/files/patch-al b/www/squid30/files/patch-al index f2c7969ff964..169be61b6251 100644 --- a/www/squid30/files/patch-al +++ b/www/squid30/files/patch-al @@ -10,6 +10,6 @@ - -fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + case "$host_os" in + cygwin32) + exec_suffix=".exe" diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 147c86383f08..7d994a4840c3 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta18 +# Version required: 1.2-beta19 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.47 1998/03/20 14:00:51 peter Exp $ +# $Id: Makefile,v 1.48 1998/03/26 13:29:12 peter Exp $ # -DISTNAME= squid-1.2.beta18 -PKGNAME= squid-1.2b18 +DISTNAME= squid-1.2.beta19 +PKGNAME= squid-1.2b19 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.2.beta/ \ @@ -16,12 +16,12 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/ EXTRACT_SUFX= -src.tar.gz -#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ -#PATCHFILES+= 1.2.beta18.patch +PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ +PATCHFILES+= 1.2.beta19.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b18 +DIST_SUBDIR= squid1.2b19 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ @@ -36,15 +36,14 @@ NO_LATEST_LINK= yes # - Compile and use the supplied GNUregex routines instead of BSD regex. #CONFIGURE_ARGS+= --enable-gnuregex # - Use tree function to store ACL lists -#CONFIGURE_ARGS+= --enable-acltree=bin -#CONFIGURE_ARGS+= --enable-acltree=splay +#CONFIGURE_ARGS+= --enable-splaytree # - Enable simple malloc debugging #CONFIGURE_ARGS+= --enable-xmalloc-debug # - Detailed trace of memory allocations #CONFIGURE_ARGS+= --enable-xmalloc-debug-count # - Show malloc statistics in cachemgr status pages #CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Use ASYNC disk I/O (Requires real pthreads, libc_r probably doesn't work) +# - Use ASYNC disk I/O (Requires real pthreads) #CONFIGURE_ARGS+= --enable-async-io # - Enable ICMP pinging for heirarchy stats and selection #CONFIGURE_ARGS+= --enable-icmp diff --git a/www/squid31/distinfo b/www/squid31/distinfo index 6e5f8f44551e..e0c28ce706cb 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1 +1,2 @@ -MD5 (squid1.2b18/squid-1.2.beta18-src.tar.gz) = 97e6269b2ee749e3dcd10f8e6d9501e6 +MD5 (squid1.2b19/squid-1.2.beta19-src.tar.gz) = 58ea161d2408321f5bf335fc49db3e03 +MD5 (squid1.2b19/1.2.beta19.patch) = 28c9d5bfba78ead4cd2c045a565ce5b8 diff --git a/www/squid31/files/patch-ak b/www/squid31/files/patch-ak index fa227112193b..77563eb0b0f6 100644 --- a/www/squid31/files/patch-ak +++ b/www/squid31/files/patch-ak @@ -12,7 +12,7 @@ - - fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + dnl use .exe suffix for executables on cygwin32 platform + case "$host_os" in + cygwin32) --- 19,24 ---- diff --git a/www/squid31/files/patch-al b/www/squid31/files/patch-al index f2c7969ff964..169be61b6251 100644 --- a/www/squid31/files/patch-al +++ b/www/squid31/files/patch-al @@ -10,6 +10,6 @@ - -fi - - if test -z "$CACHE_HTTP_PORT"; then - CACHE_HTTP_PORT="3128" - fi + case "$host_os" in + cygwin32) + exec_suffix=".exe" |