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,4 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2013/03/17 14:12:02 asau Exp $
$NetBSD: distinfo,v 1.2 2014/03/20 18:58:31 asau Exp $
SHA1 (libnss-pgsql-1.5.0-beta.tgz) = 69cc58a849a58226a6321c0cd02e150f2d4a81ad
RMD160 (libnss-pgsql-1.5.0-beta.tgz) = 9a81a636d69211a27e07084a3303f55e76e9786f
@@ -6,4 +6,4 @@ Size (libnss-pgsql-1.5.0-beta.tgz) = 305543 bytes
SHA1 (patch-config.h.in) = 988a8f524d73b053b15617dfe83eeb80851fd941
SHA1 (patch-src_Makefile.in) = 416c72f8ccdeeee6e832245097ee34890684e5fe
SHA1 (patch-src_backend.c) = 7a718b1419b39adbe657c82ece62d0e538ef0059
SHA1 (patch-src_nss-pgsql.h) = 5e77c19649be46cdefbdfe307aca90eb10453fc7
SHA1 (patch-src_nss-pgsql.h) = e14edfc08b512b8687d6569ffc17d5142b82e523

View File

@@ -1,4 +1,4 @@
# $NetBSD: patch-src_nss-pgsql.h,v 1.1.1.1 2013/03/17 14:12:02 asau Exp $
# $NetBSD: patch-src_nss-pgsql.h,v 1.2 2014/03/20 18:58:31 asau Exp $
Adds checks for header files
@@ -8,7 +8,7 @@ Adds checks for header files
# ifdef HAVE_NSS_H
# include <nss.h>
+# elsif HAVE_NSSWITCH_H
+# elif HAVE_NSSWITCH_H
+# include <nsswitch.h>
# endif