Skip site navigation (1)Skip section navigation (2)
Date:      24 Mar 2004 21:39:13 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64668: [Maintainer] www/squid: vendor patches, minor fixes
Message-ID:  <20040324213913.2962.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200403242140.i2OLeL8m015585@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64668
>Category:       ports
>Synopsis:       [Maintainer] www/squid: vendor patches, minor fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 24 13:40:21 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports repository as of March 24, 2004.

	
>Description:
This PR supercedes PR 64385 which can be closed.

- Integrate two vendor patches:
  + fix the log messages on helper queue overload events that give
    recommendations about the number of required helpers
  + fix squid bug #426 regarding incorrect caching of objects with
    Vary: headers
- fix OPTIONS parser for the case where the portoptions file is not
  read for a default-to-on option; this fixes the BATCH and
  PACKAGE_BUILDING cases
- use IGNORE instead of .error
- use ${ID} consistently
- when /etc/rc.subr is found during installation, inform the user
  about squid.sh's rcNG-ness
- bump PORTREVISION

	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: projekte/FreeBSD/ports/www/squid/Makefile
diff -u projekte/FreeBSD/ports/www/squid/Makefile:1.12 projekte/FreeBSD/ports/www/squid/Makefile:1.5.2.34
--- projekte/FreeBSD/ports/www/squid/Makefile:1.12	Wed Mar 24 22:09:01 2004
+++ projekte/FreeBSD/ports/www/squid/Makefile	Wed Mar 24 22:18:35 2004
@@ -29,6 +29,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	2.5.5
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	\
 		ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -42,7 +43,9 @@
 
 PATCH_SITES=	http://www.squid-cache.org/Versions/v2/2.5/bugs/
 PATCHFILES=	squid-2.5.STABLE5-ntlm_assert.patch \
-		squid-2.5.STABLE5-ldap.patch
+		squid-2.5.STABLE5-ldap.patch \
+		squid-2.5.STABLE5-helper_warning.patch \
+		squid-2.5.STABLE5-vary.patch
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	tmseck@netcologne.de
@@ -163,7 +166,7 @@
 .if defined(WITHOUT_SQUID_WCCP)
 CONFIGURE_ARGS+=	--disable-wccp
 .endif
-.if defined(WITH_SQUID_UNDERSCORES)
+.if !defined(WITHOUT_SQUID_UNDERSCORES)
 CONFIGURE_ARGS+=	--enable-underscores
 .endif
 .if defined(WITHOUT_SQUID_CHECK_HOSTNAME)
@@ -188,7 +191,7 @@
 # on 5.[0-2] systems instead, go on, I will integrate your patch.
 CONFIGURE_ARGS+=	--enable-pf-transparent
 .else
-.error WITH_SQUID_PF only works on systems where pf is part of the base system.
+IGNORE=	WITH_SQUID_PF only works on systems where pf is part of the base system.
 .endif
 .endif
 .if defined(WITH_SQUID_FOLLOW_XFF)
@@ -306,7 +309,7 @@
 	${ECHO_CMD} "this target!"
 	exit 1
 .endif
-	@if [ `id -u` -ne 0 ]; \
+	@if [ `${ID} -u` -ne 0 ]; \
 	then ${ECHO_CMD} "Sorry, you must be root to use this target."; exit 1; fi; \
 	current_uid=`id -u ${SQUID_UID}`; \
 	current_gid=`pw groupshow ${SQUID_GID}|cut -f 3 -d :`; \
Index: projekte/FreeBSD/ports/www/squid/distinfo
diff -u projekte/FreeBSD/ports/www/squid/distinfo:1.10 projekte/FreeBSD/ports/www/squid/distinfo:1.4.2.17
--- projekte/FreeBSD/ports/www/squid/distinfo:1.10	Wed Mar 24 22:09:01 2004
+++ projekte/FreeBSD/ports/www/squid/distinfo	Wed Mar 24 22:34:11 2004
@@ -4,3 +4,7 @@
 SIZE (squid2.5/squid-2.5.STABLE5-ntlm_assert.patch) = 545
 MD5 (squid2.5/squid-2.5.STABLE5-ldap.patch) = 81bdcaf96390eab1655fd8d65cf607ed
 SIZE (squid2.5/squid-2.5.STABLE5-ldap.patch) = 6245
+MD5 (squid2.5/squid-2.5.STABLE5-helper_warning.patch) = f384daa03a07a4c99e84c922d9860524
+SIZE (squid2.5/squid-2.5.STABLE5-helper_warning.patch) = 3302
+MD5 (squid2.5/squid-2.5.STABLE5-vary.patch) = fd5f98f7eb8673df7e496ee72a6474b8
+SIZE (squid2.5/squid-2.5.STABLE5-vary.patch) = 626
Index: projekte/FreeBSD/ports/www/squid/pkg-install
diff -u projekte/FreeBSD/ports/www/squid/pkg-install:1.5 projekte/FreeBSD/ports/www/squid/pkg-install:1.2.2.8
--- projekte/FreeBSD/ports/www/squid/pkg-install:1.5	Wed Mar 24 21:53:20 2004
+++ projekte/FreeBSD/ports/www/squid/pkg-install	Wed Mar 24 22:18:35 2004
@@ -148,6 +148,15 @@
 	echo "     Please check your squid.conf and update it if necessary."
 	tput me
 	echo ""
+	if [ -f /etc/rc.subr ]; then
+		echo "     Please note that ${PKG_PREFIX}/etc/rc.d/squid.sh"
+		echo "     will not start squid automatically on this system."
+		echo "     You need to set squid_enable=yes in either"
+		echo "     /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/squid"
+		echo "     See ${PKG_PREFIX}/etc/rc.d/squid.sh for more"
+		echo "     configuration options."
+		echo ""
+	fi
 	;;
 *)
 	exit 64
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040324213913.2962.qmail>