eras        14/08/28 07:57:59

  Modified:             squid-3.4.7.ebuild ChangeLog
  Log:
  Fix automagic link againt kerberos library - bug #516632
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  Changes    Path
1.2                  net-proxy/squid/squid-3.4.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.4.7.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.4.7.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.4.7.ebuild?r1=1.1&r2=1.2

Index: squid-3.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- squid-3.4.7.ebuild  28 Aug 2014 07:17:03 -0000      1.1
+++ squid-3.4.7.ebuild  28 Aug 2014 07:57:59 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.7.ebuild,v 1.1 
2014/08/28 07:17:03 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.4.7.ebuild,v 1.2 
2014/08/28 07:57:59 eras Exp $
 
 EAPI=5
 inherit autotools eutils linux-info pam toolchain-funcs user versionator
@@ -122,8 +122,14 @@
        local digest_modules="file"
        use ldap && digest_modules+=",LDAP,eDirectory"
 
-       local negotiate_modules="none"
-       use kerberos && negotiate_modules="kerberos,wrapper"
+       local negotiate_modules myconf
+       if use kerberos ; then
+               negotiate_modules="kerberos,wrapper"
+               myconf="--with-krb5-config=yes"
+       else
+               negotiate_modules="none"
+               myconf="--with-krb5-config=no"
+       fi
 
        local ntlm_modules="none"
        use samba && ntlm_modules="smb_lm"
@@ -192,7 +198,8 @@
                $(use_enable htcp) \
                $(use_enable wccp) \
                $(use_enable wccpv2) \
-               ${transparent}
+               ${transparent} \
+               ${myconf}
 }
 
 src_install() {



1.468                net-proxy/squid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.468&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.468&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?r1=1.467&r2=1.468

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v
retrieving revision 1.467
retrieving revision 1.468
diff -u -r1.467 -r1.468
--- ChangeLog   28 Aug 2014 07:17:03 -0000      1.467
+++ ChangeLog   28 Aug 2014 07:57:59 -0000      1.468
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/squid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.467 
2014/08/28 07:17:03 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.468 
2014/08/28 07:57:59 eras Exp $
+
+  28 Aug 2014; Eray Aslan <e...@gentoo.org> squid-3.4.7.ebuild:
+  Fix automagic link againt kerberos library - bug #516632
 
 *squid-3.3.13 (28 Aug 2014)
 *squid-3.4.7 (28 Aug 2014)




Reply via email to