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: Makefile,v 1.13 2013/02/09 11:19:15 adam Exp $
# $NetBSD: Makefile,v 1.17 2014/02/23 11:25:52 adam Exp $
PKGNAME= ${DISTNAME:C/-/91-client-/}
COMMENT= PostgreSQL database client programs
@@ -14,7 +14,7 @@ CONFIGURE_ARGS+= --with-zlib
# NetBSD earler than 4.0 or DragonFly.
# 2. configure with --enable-thread-safety fails on OpenBSD.
.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-3].*)) || \
${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"
${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "MirBSD"
PGSQL_THREAD_SAFETY?= no
.endif
PGSQL_THREAD_SAFETY?= yes
@@ -40,8 +40,6 @@ CONF_FILES+= share/postgresql/${f}.sample ${PKG_SYSCONFDIR}/${f}
.endfor
# XXX work around core dumps with the native libedit
USE_GNU_READLINE= yes
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.2 2013/02/06 23:20:54 jperkin Exp $
# $NetBSD: buildlink3.mk,v 1.3 2014/02/12 23:17:42 tron Exp $
BUILDLINK_TREE+= postgresql91-client
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= postgresql91-client
POSTGRESQL91_CLIENT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.postgresql91-client+= postgresql91-client>=9.1.0
BUILDLINK_ABI_DEPENDS.postgresql91-client+= postgresql91-client>=9.1.7nb2
BUILDLINK_ABI_DEPENDS.postgresql91-client+= postgresql91-client>=9.1.11nb1
BUILDLINK_PKGSRCDIR.postgresql91-client?= ../../databases/postgresql91-client
# This variable contains the libraries need to link most clients.