From da501169749f37e42bf4ebe96ce56b651091c490 Mon Sep 17 00:00:00 2001 From: darcy Date: Sat, 18 Dec 2004 14:26:15 +0000 Subject: 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. --- databases/postgresql74-lib/Makefile | 7 +++++-- databases/postgresql74-lib/PLIST | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'databases/postgresql74-lib') 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) @@ -47,6 +48,8 @@ do-install: ${MAKE_PROGRAM} -C src/include 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} \ 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 -- cgit v1.2.3