head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2008.03.17.07.11.15; author rse; state Exp; branches; next 1.2; commitid mI8i7tVg79w1PrVs; 1.2 date 2008.01.03.18.33.01; author rse; state Exp; branches; next 1.1; commitid UA2XrblvfB7oYZLs; 1.1 date 2007.01.20.14.59.43; author rse; state Exp; branches; next ; commitid I1QSo29HudTJYf3s; desc @@ 1.3 log @modifying package: perl-kerberos-5.10.0 20080103 -> 20080317 @ text @Index: Authen-Krb5-Admin-0.11/Makefile.PL --- Authen-Krb5-Admin-0.11/Makefile.PL.orig 2008-02-25 14:43:46 +0100 +++ Authen-Krb5-Admin-0.11/Makefile.PL 2008-03-17 08:08:40 +0100 @@@@ -31,8 +31,8 @@@@ # location of Kerberos 5 libraries and header files print 'checking for Kerberos 5 prefix ... '; -my ($PREFIX) = grep { -r "$_/include/krb5.h" } - qw(/opt/krb5 /usr/local /usr /usr/kerberos); +my ($PREFIX) = grep { -r "$_/include/kerberos/krb5.h" } + qw(@@l_prefix@@); if ($PREFIX) { print "$PREFIX\n"; } else { @@@@ -41,8 +41,8 @@@@ } my $KRB5_BINDIR = "$PREFIX/bin" ; -my $KRB5_LIBDIR = "$PREFIX/lib" ; -my $KRB5_INCDIR = "$PREFIX/include"; +my $KRB5_LIBDIR = "$PREFIX/lib/kerberos" ; +my $KRB5_INCDIR = "$PREFIX/include/kerberos"; # any extra libraries or include flags @@@@ -139,3 +139,4 @@@@ PREREQ_PM => {'Authen::Krb5' => 1.2}, VERSION_FROM => 'Admin.pm', ); + Index: Authen-Krb5-Easy-0.90/Makefile.PL --- Authen-Krb5-Easy-0.90/Makefile.PL.orig 2002-04-17 01:24:52 +0200 +++ Authen-Krb5-Easy-0.90/Makefile.PL 2008-03-17 08:08:40 +0100 @@@@ -4,10 +4,10 @@@@ # get some stuff we need to know print "Enter path to kerberos libraries: "; -my $krblibs = ; +my $krblibs = $ENV{KRB5_LIB}; chomp($krblibs); print "Enter path to kerberos headers: "; -my $krbincs = ; +my $krbincs = $ENV{KRB5_INCLUDE}; chomp($krbincs); WriteMakefile( Index: Authen-Krb5-Simple-0.40/Makefile.PL --- Authen-Krb5-Simple-0.40/Makefile.PL.orig 2008-02-24 20:19:38 +0100 +++ Authen-Krb5-Simple-0.40/Makefile.PL 2008-03-17 08:09:02 +0100 @@@@ -57,7 +57,7 @@@@ # check_lib_or_exit( lib => [qw( krb5 k5crypto com_err )], - libpath => \@@kr_lib_dirs + libpath => \@@krb_lib_dirs ); # Write out the Makefile Index: Krb5-1.8/Makefile.PL --- Krb5-1.8/Makefile.PL.orig 2008-03-16 15:59:50 +0100 +++ Krb5-1.8/Makefile.PL 2008-03-17 08:08:40 +0100 @@@@ -37,3 +37,4 @@@@ 'DEFINE' => '', 'INC' => "-I${KRB5_INCDIR} $KRB5_EXTRAINCS" ); + @ 1.2 log @modifying package: perl-kerberos-5.10.0 20080101 -> 20080103 @ text @d1 4 a4 4 Index: Authen-Krb5-Admin-0.09/Makefile.PL --- Authen-Krb5-Admin-0.09/Makefile.PL.orig 2007-01-06 02:00:21 +0100 +++ Authen-Krb5-Admin-0.09/Makefile.PL 2007-01-20 15:56:08 +0100 @@@@ -31,14 +31,14 @@@@ d9 1 a9 1 - qw(/opt/krb5 /usr/local /usr /usr/kerberos) d11 6 a16 3 + qw(@@l_prefix@@) or die 'Cannot find Kerberos 5'; print "$PREFIX\n"; d26 1 a26 1 @@@@ -134,3 +134,4 @@@@ d33 1 a33 1 +++ Authen-Krb5-Easy-0.90/Makefile.PL 2007-01-20 15:57:09 +0100 d47 15 a61 3 Index: Krb5-1.7/Makefile.PL --- Krb5-1.7/Makefile.PL.orig 2006-06-11 18:37:01 +0200 +++ Krb5-1.7/Makefile.PL 2007-01-20 15:56:08 +0100 @ 1.1 log @add missing patch to CVS @ text @d44 3 a46 3 Index: Krb5-1.6/Makefile.PL --- Krb5-1.6/Makefile.PL.orig 2006-06-11 18:37:01 +0200 +++ Krb5-1.6/Makefile.PL 2007-01-20 15:56:08 +0100 @