svn commit: r405268 - branches/2016Q1/www/squid/files
Jason Unovitch
junovitch at FreeBSD.org
Tue Jan 5 01:52:54 UTC 2016
Author: junovitch
Date: Tue Jan 5 01:52:52 2016
New Revision: 405268
URL: https://svnweb.freebsd.org/changeset/ports/405268
Log:
MFH: r405267
www/squid: Heimdal option build fixes
- Fix squid build with Heimdal from ports.
- Additionally fix squid build with base Heimdal when Heimdal from ports
is installed.
PR: 205461
Reported by: dewayne at heuristicsystems.com.au
Submitted by: Pavel Timofeev <timp87 at gmail.com> (maintainer)
Approved by: ports-secteam blanket
Modified:
branches/2016Q1/www/squid/files/patch-configure
Directory Properties:
branches/2016Q1/ (props changed)
Modified: branches/2016Q1/www/squid/files/patch-configure
==============================================================================
--- branches/2016Q1/www/squid/files/patch-configure Tue Jan 5 01:52:08 2016 (r405267)
+++ branches/2016Q1/www/squid/files/patch-configure Tue Jan 5 01:52:52 2016 (r405268)
@@ -1,5 +1,15 @@
--- configure.orig 2015-11-01 10:46:19 UTC
+++ configure
+@@ -27107,9 +27107,6 @@
+ if test "x$ac_cv_path_krb5_config" != "xno" ; then
+ krb5confpath="`dirname $ac_cv_path_krb5_config`"
+ ac_heimdal="`$ac_cv_path_krb5_config --version 2>/dev/null | grep -c -i heimdal`"
+- if test "x$with_heimdal_krb5" = "xyes"; then
+- as_fn_error $? "Could not find pkg-config or krb5-config for Heimdal Kerberos" "$LINENO" 5
+- fi
+ else
+ if test "x$with_heimdal_krb5" = "xyes"; then
+ as_fn_error $? "Could not find krb5-config in path" "$LINENO" 5
@@ -32038,7 +32040,7 @@ done
##
More information about the svn-ports-branches
mailing list