Import of pkgsrc-2014Q1
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user