Index: UPDATING =================================================================== --- UPDATING (revision 306558) +++ UPDATING (working copy) @@ -5,6 +5,20 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20121028: + AFFECTS: users of www/squid31 + AUTHOR: flo@FreeBSD.org + + The WITH_SQUID_ECAP option was removed from the port. If you use ECAP + you need to update to www/squid32, you can do so by running one of the + following commands: + + # portmaster -o www/squid32 www/squid31 + or + # portupgrade -fo www/squid32 www/squid31 + or + # pkg set -o www/squid31:www/squid32 + 20121025: AFFECTS: users of net/activemq AUTHOR: tj@FreeBSD.org Index: www/squid31/Makefile =================================================================== --- www/squid31/Makefile (revision 306558) +++ www/squid31/Makefile (working copy) @@ -230,7 +230,9 @@ --disable-linux-netfilter \ --disable-linux-tproxy \ --disable-epoll \ - --disable-translation + --disable-translation \ + --disable-ecap \ + --disable-loadable-modules .include @@ -379,14 +381,6 @@ .if defined(WITH_SQUID_FOLLOW_XFF) CONFIGURE_ARGS+= --enable-follow-x-forwarded-for .endif -.if defined(WITH_SQUID_ECAP) -CONFIGURE_ARGS+= --enable-ecap --enable-loadable-modules -LIB_DEPENDS+= ecap:${PORTSDIR}/www/libecap -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -.else -CONFIGURE_ARGS+= --disable-ecap --disable-loadable-modules -.endif .if defined(WITH_SQUID_ICAP) CONFIGURE_ARGS+= --enable-icap-client .endif Index: www/Makefile =================================================================== --- www/Makefile (revision 306558) +++ www/Makefile (working copy) @@ -1800,6 +1800,7 @@ SUBDIR += sqstat SUBDIR += squid SUBDIR += squid31 + SUBDIR += squid32 SUBDIR += squid_radius_auth SUBDIR += squidclamav SUBDIR += squidguard