View | Details | Raw Unified | Return to bug 200070 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/www/squid/Makefile (-4 / +3 lines)
Lines 1-8 Link Here
1
# $FreeBSD: head/www/squid/Makefile 385128 2015-05-01 17:00:38Z marino $
1
# $FreeBSD: head/www/squid/Makefile 385128 2015-05-01 17:00:38Z marino $
2
2
3
PORTNAME=	squid
3
PORTNAME=	squid
4
PORTVERSION=	3.5.3
4
PORTVERSION=	3.5.4
5
PORTREVISION=	1
6
CATEGORIES=	www ipv6
5
CATEGORIES=	www ipv6
7
MASTER_SITES=	http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
6
MASTER_SITES=	http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
8
		http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
7
		http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
Lines 257-264 Link Here
257
			--enable-auth-negotiate="${negotiate_auth}" \
256
			--enable-auth-negotiate="${negotiate_auth}" \
258
			--enable-auth-ntlm="${ntlm_auth}"
257
			--enable-auth-ntlm="${ntlm_auth}"
259
258
260
.if ${PORT_OPTIONS:MECAP}
259
.if ${PORT_OPTIONS:MECAP} && ${OSVERSION} > 1000000
261
BROKEN=			It needs eCAP 1.0 lib, which isn't in ports tree now
260
BROKEN=			Squid with eCAP enabled can't be compiled by clang
262
.endif
261
.endif
263
262
264
# Storage schemes:
263
# Storage schemes:
(-)/usr/ports/www/squid/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (squid3.5/squid-3.5.3.tar.xz) = 73ec65a08384a3ec93ccc17e89ef7a06ba221816551946f2f051cc736c2981c0
1
SHA256 (squid3.5/squid-3.5.4.tar.xz) = dce615d08e349caf3975fc5d51ce4c3c69b9995fb83f51dc5d55ae873d8bf6a4
2
SIZE (squid3.5/squid-3.5.3.tar.xz) = 2283580
2
SIZE (squid3.5/squid-3.5.4.tar.xz) = 2289772
(-)/usr/ports/www/squid/files/patch-configure_GSSAPI_NONE (+11 lines)
Line 0 Link Here
1
--- configure.orig	2015-04-17 17:02:35.628352000 +0300
2
+++ configure	2015-04-17 17:02:49.171299000 +0300
3
@@ -23544,7 +23544,7 @@
4
 
5
 if test $ac_with_krb5_count -gt 1 ; then
6
   as_fn_error $? "Please choose only one Kerberos library." "$LINENO" 5
7
-elif test $ac_with_krb5_count -eq 0 ; then
8
+elif test $ac_with_krb5_count -eq 100 ; then
9
   # find installed libs via pkg-config or krb5-config
10
   if test -n "$PKG_CONFIG" && \
11
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gssapi-krb5 krb5\""; } >&5

Return to bug 200070