From b82171fbc1204023381cf634f1135ae0d2dfa398 Mon Sep 17 00:00:00 2001 From: sergei Date: Tue, 6 Jan 2004 08:12:54 +0000 Subject: - Integrate a new patch issued by the squid development team to correct the behaviour of the LDAP authentication helper wrt TLS, see for details - Reinstate the errorpages.patch and work around its partial brokenness by installing some Lithuanian error pages manually. - Bump PORTREVISION PR: 60950 Submitted by: maintainer --- www/squid/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'www/squid/Makefile') diff --git a/www/squid/Makefile b/www/squid/Makefile index 9880375ae435..4db31b5b875b 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -7,7 +7,7 @@ PORTNAME= squid PORTVERSION= 2.5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -27,6 +27,7 @@ PATCHFILES= squid-2.5.STABLE4-reconfigure_message.patch \ squid-2.5.STABLE4-fqdnnegcache.patch \ pam_auth-2.2.patch \ squid-2.5.STABLE4_auth_param_doc.patch \ + squid-2.5.STABLE4-errorpages.patch \ squid-2.5.STABLE4-error_load_text.patch \ squid-2.5.STABLE4-xpi_mime.patch \ squid-2.5.STABLE4-size_overflow.patch \ @@ -51,7 +52,8 @@ PATCHFILES= squid-2.5.STABLE4-reconfigure_message.patch \ squid-2.5.STABLE4-russian.patch \ squid-2.5.STABLE4-redirlog.patch \ squid-2.5.STABLE4-pinger.patch \ - squid-2.5.STABLE4-partial_reload.patch + squid-2.5.STABLE4-partial_reload.patch \ + squid-2.5.STABLE4-ldap_tls.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de @@ -170,4 +172,9 @@ post-install: ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/squid.sh ${PREFIX}/etc/rc.d/squid.sh; \ fi +# Work around the fact that the errorpages.patch creates files in +# an "Attic" subdir: + @${FIND} ${WRKSRC}/errors/Lithuanian/Attic -type f \ + -exec ${INSTALL_DATA} {} ${PREFIX}/etc/squid/errors/Lithuanian/ \; + .include -- cgit