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

Collapse All | Expand All

(-)/usr/ports/www/squid/Makefile (-3 / +4 lines)
Lines 1-8 Link Here
1
# $FreeBSD: head/www/squid/Makefile 386312 2015-05-14 10:15:04Z mat $
1
# $FreeBSD: head/www/squid/Makefile 386312 2015-05-14 10:15:04Z mat $
2
2
3
PORTNAME=	squid
3
PORTNAME=	squid
4
PORTVERSION=	3.5.3
4
PORTVERSION=	3.5.5
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-263 Link Here
257
			--enable-auth-ntlm="${ntlm_auth}"
256
			--enable-auth-ntlm="${ntlm_auth}"
258
257
259
.if ${PORT_OPTIONS:MECAP}
258
.if ${PORT_OPTIONS:MECAP}
260
BROKEN=			It needs eCAP 1.0 lib, which isn't in ports tree now
259
. if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
260
BROKEN=			Squid with eCAP enabled can't be compiled by clang
261
. endif
261
.endif
262
.endif
262
263
263
# Storage schemes:
264
# 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.5.tar.xz) = 23793da6b23871765188becae59a6f4b6c3672c256ba9be90743b46a3c7921cf
2
SIZE (squid3.5/squid-3.5.3.tar.xz) = 2283580
2
SIZE (squid3.5/squid-3.5.5.tar.xz) = 2290016
(-)/usr/ports/www/squid/files/patch-configure_GSSAPI_NONE (+11 lines)
Line 0 Link Here
1
--- configure.orig	2015-05-28 21:06:54.111809946 +0300
2
+++ configure	2015-05-28 21:07:20.776834346 +0300
3
@@ -23549,7 +23549,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