summaryrefslogtreecommitdiff
path: root/databases/postgresql74-lib
diff options
context:
space:
mode:
authordarcy <darcy>2004-12-18 14:26:15 +0000
committerdarcy <darcy>2004-12-18 14:26:15 +0000
commitda501169749f37e42bf4ebe96ce56b651091c490 (patch)
tree7e90b181991b98812d37a7f3d25c908690a7e64f /databases/postgresql74-lib
parentebf3dbf0607da90995ff68464a1e1027cf665588 (diff)
downloadpkgsrc-da501169749f37e42bf4ebe96ce56b651091c490.tar.gz
Move the pg_config binary from -client to -lib. This fixes PR pkg/28685
as well as the bulk build for py-postgresql. Note that the man page is still built and installed by -client. That's a trickier problem.
Diffstat (limited to 'databases/postgresql74-lib')
-rw-r--r--databases/postgresql74-lib/Makefile7
-rw-r--r--databases/postgresql74-lib/PLIST3
2 files changed, 7 insertions, 3 deletions
diff --git a/databases/postgresql74-lib/Makefile b/databases/postgresql74-lib/Makefile
index f7ef71c4e15..688c4c75b54 100644
--- a/databases/postgresql74-lib/Makefile
+++ b/databases/postgresql74-lib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2004/11/28 19:19:51 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/18 14:26:15 darcy Exp $
PKGNAME= postgresql74-lib-${BASE_VERS}
-PKGREVISION= # empty
+PKGREVISION= 1
SVR4_PKGNAME= pstgl
COMMENT= PostgreSQL database headers and libraries
@@ -13,6 +13,7 @@ CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
BUILD_DIRS+= ${WRKSRC}/src/include
BUILD_DIRS+= ${WRKSRC}/src/interfaces
+BUILD_DIRS+= ${WRKSRC}/src/bin/pg_config
# without this the Darwin build fails
# (-bundle_loader related)
@@ -48,6 +49,8 @@ do-install:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${MAKE_PROGRAM} -C src/interfaces install
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+ ${MAKE_PROGRAM} -C src/bin/pg_config install
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${MAKE_PROGRAM} -C src/pl install
cd ${WRKSRC}/src/include && ${SETENV} ${MAKE_ENV} \
${MAKE_PROGRAM} install-all-headers
diff --git a/databases/postgresql74-lib/PLIST b/databases/postgresql74-lib/PLIST
index 4a56d9eee80..9bac0a7cf77 100644
--- a/databases/postgresql74-lib/PLIST
+++ b/databases/postgresql74-lib/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2004/11/04 20:10:13 recht Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/12/18 14:26:15 darcy Exp $
bin/ecpg
+bin/pg_config
include/ecpg_informix.h
include/ecpgerrno.h
include/ecpglib.h