View | Details | Raw Unified | Return to bug 207762
Collapse All | Expand All

(-)squid/Makefile (-1 / +5 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	squid
3
PORTNAME=	squid
4
PORTVERSION=	3.5.15
4
PORTVERSION=	3.5.15
5
PORTREVISION=	1
5
CATEGORIES=	www ipv6
6
CATEGORIES=	www ipv6
6
MASTER_SITES=	http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
7
MASTER_SITES=	http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
7
		http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
8
		http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
Lines 17-23 Link Here
17
		http://www1.jp.squid-cache.org/%SUBDIR%/ \
18
		http://www1.jp.squid-cache.org/%SUBDIR%/ \
18
		http://master.squid-cache.org/~amosjeffries/patches/:nosid
19
		http://master.squid-cache.org/~amosjeffries/patches/:nosid
19
PATCH_SITE_SUBDIR=	Versions/v3/${PORTVERSION:R}/changesets
20
PATCH_SITE_SUBDIR=	Versions/v3/${PORTVERSION:R}/changesets
20
PATCHFILES=	# empty
21
PATCHFILES=	squid-3.5-13997.patch \
22
		squid-3.5-13998.patch \
23
		squid-3.5-13999.patch \
24
		squid-3.5-14000.patch
21
25
22
MAINTAINER=	timp87@gmail.com
26
MAINTAINER=	timp87@gmail.com
23
COMMENT=	HTTP Caching Proxy
27
COMMENT=	HTTP Caching Proxy
(-)squid/distinfo (+8 lines)
Lines 1-2 Link Here
1
SHA256 (squid3.5/squid-3.5.15.tar.xz) = 9cfce3231c7b3b33816fc54414d8720a51ac5e723663e0685a8bb995b9f450d2
1
SHA256 (squid3.5/squid-3.5.15.tar.xz) = 9cfce3231c7b3b33816fc54414d8720a51ac5e723663e0685a8bb995b9f450d2
2
SIZE (squid3.5/squid-3.5.15.tar.xz) = 2315628
2
SIZE (squid3.5/squid-3.5.15.tar.xz) = 2315628
3
SHA256 (squid3.5/squid-3.5-13997.patch) = 43533b41af0e5d067c576de87842b85a33bac9b293c19d816fa1475324eb89fd
4
SIZE (squid3.5/squid-3.5-13997.patch) = 1509
5
SHA256 (squid3.5/squid-3.5-13998.patch) = c53a9d3e48224b06eedb5867b248e1b1c1226deab73c7c4d9ce8f72524e91214
6
SIZE (squid3.5/squid-3.5-13998.patch) = 8184
7
SHA256 (squid3.5/squid-3.5-13999.patch) = 07e82e0b7f0d766de443277f1153165177c867cbc75514890f2fe4de8d43c820
8
SIZE (squid3.5/squid-3.5-13999.patch) = 1585
9
SHA256 (squid3.5/squid-3.5-14000.patch) = 36578a13e87150d1604b543c68b419de1c941be3f90e80fbf464f9c23139e2de
10
SIZE (squid3.5/squid-3.5-14000.patch) = 1676
(-)squid/files/patch-configure (-10 / +13 lines)
Lines 1-15 Link Here
1
--- configure.orig	2015-11-01 10:46:19 UTC
1
--- configure.orig	2015-11-01 10:46:19 UTC
2
+++ configure
2
+++ configure
3
@@ -27107,9 +27107,6 @@
3
@@ -27729,9 +27729,11 @@
4
     if test "x$ac_cv_path_krb5_config" != "xno" ; then
4
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5
       krb5confpath="`dirname $ac_cv_path_krb5_config`"
5
   test $ac_status = 0; }; then
6
       ac_heimdal="`$ac_cv_path_krb5_config --version 2>/dev/null | grep -c -i heimdal`"
6
   squid_pc_krb5_name="heimdal-gssapi"
7
-      if test "x$with_heimdal_krb5" = "xyes"; then
7
+    else
8
-        as_fn_error $? "Could not find pkg-config or krb5-config for Heimdal Kerberos" "$LINENO" 5
8
+      squid_pc_krb5_name="heimdal-gssapi"
9
-      fi
9
 fi
10
     else
10
   fi
11
       if test "x$with_heimdal_krb5" = "xyes"; then
11
-  if test "x$squid_pc_krb5_name" != "x" -a "$cross_compiling" = "no"; then
12
         as_fn_error $? "Could not find krb5-config in path" "$LINENO" 5
12
+  if test "x$squid_pc_krb5_name" = "x" -a "$cross_compiling" = "no"; then
13
     # Look for krb5-config (unless cross-compiling)
14
     # Extract the first word of "krb5-config", so it can be a program name with args.
15
 set dummy krb5-config; ac_word=$2
13
@@ -32038,7 +32040,7 @@ done
16
@@ -32038,7 +32040,7 @@ done
14
 ##
17
 ##
15
 
18
 

Return to bug 207762