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.17 2013/02/09 11:19:12 adam Exp $
# $NetBSD: Makefile,v 1.21 2014/02/23 11:25:51 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-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,9 +40,7 @@ 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 "../../mk/readline.buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.7 2013/02/09 11:19:12 adam Exp $
# $NetBSD: buildlink3.mk,v 1.8 2014/02/12 23:17:41 tron Exp $
BUILDLINK_TREE+= postgresql90-client
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= postgresql90-client
POSTGRESQL90_CLIENT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.postgresql90-client+= postgresql90-client>=9.0.0
BUILDLINK_ABI_DEPENDS.postgresql90-client+= postgresql90-client>=9.0.11nb2
BUILDLINK_ABI_DEPENDS.postgresql90-client+= postgresql90-client>=9.0.15nb1
BUILDLINK_PKGSRCDIR.postgresql90-client?= ../../databases/postgresql90-client
# This variable contains the libraries need to link most clients.