Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.23 2013/05/31 12:39:55 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2014/02/23 11:25:50 adam Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:C/-/84-client-/}
|
||||
PKGREVISION= 1
|
||||
COMMENT= PostgreSQL database client programs
|
||||
|
||||
.include "../../databases/postgresql84/Makefile.common"
|
||||
@@ -15,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
|
||||
@@ -42,8 +41,6 @@ CONF_FILES+= ${PREFIX}/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"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.19 2013/04/04 21:08:32 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.23 2014/03/27 20:57:54 adam Exp $
|
||||
bin/clusterdb
|
||||
bin/createdb
|
||||
bin/createlang
|
||||
@@ -1356,7 +1356,11 @@ share/doc/postgresql/html/release-8-4-14.html
|
||||
share/doc/postgresql/html/release-8-4-15.html
|
||||
share/doc/postgresql/html/release-8-4-16.html
|
||||
share/doc/postgresql/html/release-8-4-17.html
|
||||
share/doc/postgresql/html/release-8-4-18.html
|
||||
share/doc/postgresql/html/release-8-4-19.html
|
||||
share/doc/postgresql/html/release-8-4-2.html
|
||||
share/doc/postgresql/html/release-8-4-20.html
|
||||
share/doc/postgresql/html/release-8-4-21.html
|
||||
share/doc/postgresql/html/release-8-4-3.html
|
||||
share/doc/postgresql/html/release-8-4-4.html
|
||||
share/doc/postgresql/html/release-8-4-5.html
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.6 2013/02/06 23:20:59 jperkin Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.7 2014/02/12 23:17:40 tron Exp $
|
||||
|
||||
BUILDLINK_TREE+= postgresql84-client
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= postgresql84-client
|
||||
POSTGRESQL84_CLIENT_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.postgresql84-client+= postgresql84-client>=8.4.0
|
||||
BUILDLINK_ABI_DEPENDS.postgresql84-client+= postgresql84-client>=8.4.15nb2
|
||||
BUILDLINK_ABI_DEPENDS.postgresql84-client+= postgresql84-client>=8.4.19nb1
|
||||
BUILDLINK_PKGSRCDIR.postgresql84-client?= ../../databases/postgresql84-client
|
||||
|
||||
# This variable contains the libraries need to link most clients.
|
||||
|
||||
Reference in New Issue
Block a user