Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2013/02/09 11:19:17 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2014/02/23 11:25:53 adam Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:C/-/92-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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2013/02/06 23:20:50 jperkin Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.3 2014/02/12 23:17:43 tron Exp $
|
||||
|
||||
BUILDLINK_TREE+= postgresql92-client
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= postgresql92-client
|
||||
POSTGRESQL92_CLIENT_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.postgresql92-client+= postgresql92-client>=9.2.0
|
||||
BUILDLINK_ABI_DEPENDS.postgresql92-client+= postgresql92-client>=9.2.2nb2
|
||||
BUILDLINK_ABI_DEPENDS.postgresql92-client+= postgresql92-client>=9.2.6nb1
|
||||
BUILDLINK_PKGSRCDIR.postgresql92-client?= ../../databases/postgresql92-client
|
||||
|
||||
# This variable contains the libraries need to link most clients.
|
||||
|
||||
Reference in New Issue
Block a user