On Tue, Apr 2, 2013 at 6:38 AM, Guy Helmer
<[email protected]> wrote:
>
> On Apr 2, 2013, at 7:02 AM, E.S. Rosenberg <[email protected]> wrote:
>
>> Hi all,
>> After digging through the squid-cache website and wiki but not finding
>> I'm turning to you.
>>
>> I have been asked to create a new squid machine at work based on
>> freeBSD, currently FreeBSD ports doesn't have Squid-3.3 yet.
>>
>> In general how long will Stable squid releases be supported, Squid-3.1
>> seems to have been supported for about 2 years, on the other hand
>> release speed seems to be much higher then before....
>>
>> Thanks,
>> Eli
>
> Hi Eli. I am using a copy of the www/squid32 directory to www/squid33 and
> this patch to the www/squid33/Makefile to build squid 3.3 as a port on
> FreeBSD. You would need to run "make makesum" to build the distinfo file for
> squid 3.3.3.tar.bz2 and then the port should build OK.
FWIW, I've been doing the same thing to get squid 3.3 under FreeBSD
9.1. I am CC'ing the port maintainer on this in hopes he can get an
official squid 3.3 port going.
>
> Hope this helps,
> Guy
>
> --- www/squid32/Makefile 2013-03-19 07:51:55.000000000 -0500
> +++ www/squid33/Makefile 2013-04-02 08:33:36.000000000 -0500
> @@ -37,7 +37,8 @@
> # requests.
>
> PORTNAME= squid
> -PORTVERSION= 3.2.${SQUID_STABLE_VER}
> +PORTVERSION= 3.3.${SQUID_STABLE_VER}
> +#PORTREVISION= 1
> CATEGORIES= www ipv6
> MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
> http://mirrors.ccs.neu.edu/Squid/ \
> @@ -55,7 +56,7 @@
> http://www1.jp.squid-cache.org/Versions/v3/3.2/ \
> http://www1.za.squid-cache.org/Versions/v3/3.2/
> MASTER_SITE_SUBDIR= squid
> -DIST_SUBDIR= squid3.2
> +DIST_SUBDIR= squid3.3
>
> PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \
> http://www2.us.squid-cache.org/%SUBDIR%/ \
> @@ -74,11 +75,11 @@
> LICENSE= GPLv2
> LICENSE_FILE= ${WRKSRC}/COPYING
>
> -LATEST_LINK= squid32
> +#LATEST_LINK= squid33
>
> -SQUID_STABLE_VER= 9
> +SQUID_STABLE_VER= 3
>
> -CONFLICTS_INSTALL= squid-2.[0-9].* squid-3.[!2].* cacheboy-[0-9]*
> lusca-head-[0-9]*
> +CONFLICTS_INSTALL= squid-2.[0-9].* squid-3.[!3].* cacheboy-[0-9]*
> lusca-head-[0-9]*
> GNU_CONFIGURE= yes
> USE_BZIP2= yes
> USE_PERL5= yes
>
>
>