From owner-svn-ports-all@FreeBSD.ORG Sun Aug 17 18:10:09 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9999FCF; Sun, 17 Aug 2014 18:10:09 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FF852598; Sun, 17 Aug 2014 18:10:09 +0000 (UTC) Received: by shepard.synsport.net (Postfix, from userid 80) id 72E9343BA6; Sun, 17 Aug 2014 13:09:57 -0500 (CDT) To: olli hauer Subject: Re: svn commit: r365187 - in head/www: bannerfilter dansguardian dansguardian-devel rejik squid squidguard squirm videocache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 17 Aug 2014 20:09:57 +0200 From: "John Marino (NetBSD)" In-Reply-To: <53F0D1BD.7060901@gmx.de> References: <201408171406.s7HE6BkT029312@svn.freebsd.org> <53F0D1BD.7060901@gmx.de> Message-ID: <96ab7dea4f6862b1c555b7eb010ee864@secure.marino.st> X-Sender: netbsd@marino.st User-Agent: Roundcube Webmail/0.9.1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, John Marino , owner-ports-committers@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2014 18:10:09 -0000 On 2014-08-17 18:01, olli hauer wrote: > On 2014-08-17 16:06, John Marino wrote: >> Author: marino >> Date: Sun Aug 17 14:06:11 2014 >> New Revision: 365187 >> URL: http://svnweb.freebsd.org/changeset/ports/365187 >> QAT: https://qat.redports.org/buildarchive/r365187/ >> >> Modified: >> head/www/bannerfilter/Makefile >> head/www/dansguardian-devel/Makefile >> head/www/dansguardian/Makefile >> head/www/rejik/Makefile >> head/www/squid/Makefile >> head/www/squidguard/Makefile >> head/www/squirm/Makefile >> head/www/videocache/Makefile >> > > Hm, looking at the squidguard port it looks like squid33 is supported. > > OPTIONS_SINGLE_SV= SQUID27 SQUID32 SQUID33 > -OPTIONS_DEFAULT= SQUID27 > +OPTIONS_DEFAULT= SQUID33 > > Perhaps it is sufficient to adjust OPTIONS_DEFAULT? > > The bad thing is ports having the squid version hard coded. > As far as I remember I helped on a remote site to setup squidguard with > squid33. Sure. I've given the maintainer or whomever a month to do it. :) John