Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.3 2010/07/31 11:52:29 sno Exp $
$NetBSD: distinfo,v 1.4 2013/12/11 10:29:45 jperkin Exp $
SHA1 (GSSAPI-0.28.tar.gz) = c857485532e92e266a75b56ed247284f94b2d3d4
RMD160 (GSSAPI-0.28.tar.gz) = 849d01d39851ec2726559d4f2b92832758a333ad
Size (GSSAPI-0.28.tar.gz) = 67915 bytes
SHA1 (patch-Makefile.PL) = 5cf70d9fd3f95f11a41db15869c9d63c1ca944d6

View File

@@ -0,0 +1,24 @@
$NetBSD: patch-Makefile.PL,v 1.1 2013/12/11 10:29:45 jperkin Exp $
Handle the pkgsrc krb5-config wrapper for SunOS.
--- Makefile.PL.orig 2010-04-24 12:37:38.000000000 +0000
+++ Makefile.PL
@@ -115,7 +115,7 @@ if (exists $options{gssapi_libs} || exis
unless ($libconf) {
die "$krb5cmd does not respond libconf!";
} else {
- if ($libconf =~ /Unknown/ && $implementation =~ /Solaris Kerberos/) {
+ if ($implementation =~ /Solaris Kerberos/) {
$libconf = "-L/usr/lib -R/usr/lib -lgss";
}
@@ -153,7 +153,7 @@ if (exists $options{gssapi_libs} || exis
#
$incconf = '-I/usr/include';
}
- if ($incconf =~ /Unknown/ && $implementation =~ /Solaris Kerberos/) {
+ if ($implementation =~ /Solaris Kerberos/) {
$incconf = "-I/usr/include/kerberosv5";
push @EXTRADEFINES, '-DSEAM';
}