Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2015 19:54:54 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393262 - head/security/p5-GSSAPI/files
Message-ID:  <201507301954.t6UJsseq003340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Jul 30 19:54:53 2015
New Revision: 393262
URL: https://svnweb.freebsd.org/changeset/ports/393262

Log:
  Set path to krb5-config properly.

Modified:
  head/security/p5-GSSAPI/files/patch-Makefile.PL

Modified: head/security/p5-GSSAPI/files/patch-Makefile.PL
==============================================================================
--- head/security/p5-GSSAPI/files/patch-Makefile.PL	Thu Jul 30 19:40:41 2015	(r393261)
+++ head/security/p5-GSSAPI/files/patch-Makefile.PL	Thu Jul 30 19:54:53 2015	(r393262)
@@ -1,12 +1,11 @@
 --- Makefile.PL.orig	2010-04-24 12:37:38 UTC
 +++ Makefile.PL
-@@ -12,8 +12,7 @@ my @whichcand = qw(/bin/which /usr/bin/w
- 
- my @KRB5_CONFIG_TRIES = (
- 
--    '/usr/kerberos/bin/krb5-config',   # for use with CentOS,  as suggested by Mark Hedges in https://rt.cpan.org/Ticket/Display.html?id=48732
--    '/usr/bin/krb5-config',            # always worth a try ;-)
-+    '%%KRB5CONF%%',      # for use with FreeBSD
- 
- );
+@@ -210,7 +210,7 @@ sub find_krb5config_cmd {
+    my $r = undef;
+    unless ($expl_path) {
+       #my $whichcmd =  find_which_command() || die 'cannot locate which command';
+-      $r = `which krb5-config 2>/dev/null`;
++      $r = '%%KRB5CONF%%';
  
+       chomp $r;
+       unless ( $r ) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507301954.t6UJsseq003340>