Date: Tue, 5 Jan 2016 01:52:53 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405268 - branches/2016Q1/www/squid/files Message-ID: <201601050152.u051qr0C028791@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@heuristicsystems.com.au Submitted by: Pavel Timofeev <timp87@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 ##
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601050152.u051qr0C028791>