svn commit: r317978 - in head/databases: postgresql92-server postgresql93-client postgresql93-server

Palle Girgensohn girgen at FreeBSD.org
Sun May 12 21:09:40 UTC 2013


Author: girgen
Date: Sun May 12 21:09:38 2013
New Revision: 317978
URL: http://svnweb.freebsd.org/changeset/ports/317978

Log:
  Update postgresql93-client to properly depend on pkgconfig
  Reported by: Ports-QAT

Modified:
  head/databases/postgresql92-server/Makefile
  head/databases/postgresql93-client/Makefile
  head/databases/postgresql93-server/pkg-plist-client

Modified: head/databases/postgresql92-server/Makefile
==============================================================================
--- head/databases/postgresql92-server/Makefile	Sun May 12 21:06:26 2013	(r317977)
+++ head/databases/postgresql92-server/Makefile	Sun May 12 21:09:38 2013	(r317978)
@@ -181,7 +181,7 @@ CONFIGURE_ARGS+=--disable-integer-dateti
 .  if ${PORT_OPTIONS:MNLS}
 CONFIGURE_ARGS+=--enable-nls
 PLIST_SUB+=	GETTEXT=""
-USES=	gettext
+USES+=	gettext
 .  else
 CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=	GETTEXT="@comment "

Modified: head/databases/postgresql93-client/Makefile
==============================================================================
--- head/databases/postgresql93-client/Makefile	Sun May 12 21:06:26 2013	(r317977)
+++ head/databases/postgresql93-client/Makefile	Sun May 12 21:09:38 2013	(r317978)
@@ -1,13 +1,11 @@
-# New ports collection makefile for:	PostgreSQL-client
-# Date created:				2009-07-08
-# Whom:					Palle Girgensohn <girgen at FreeBSD.org>
-#
+# Created by: Palle Girgensohn <girgen at FreeBSD.org>
 # $FreeBSD$
 #
 # To depend on postgresql-client, set USE_PGSQL=yes.
 # See Mk/bsd.databases.mk for more info
 
 PORTNAME=	postgresql
+PORTREVISION=	1
 PKGNAMESUFFIX=	-client
 
 COMMENT=	PostgreSQL database (client)
@@ -21,5 +19,6 @@ INSTALL_DIRS=	${BUILD_DIRS}
 
 CLIENT_ONLY=	yes
 USE_LDCONFIG=	yes
+USES=		pkgconfig
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/postgresql93-server/pkg-plist-client
==============================================================================
--- head/databases/postgresql93-server/pkg-plist-client	Sun May 12 21:06:26 2013	(r317977)
+++ head/databases/postgresql93-server/pkg-plist-client	Sun May 12 21:09:38 2013	(r317978)
@@ -601,7 +601,6 @@ lib/libecpg.so.6
 lib/libecpg_compat.a
 lib/libecpg_compat.so
 lib/libecpg_compat.so.3
- at comment lib/libpgcommon.a
 lib/libpgport.a
 lib/libpgtypes.a
 lib/libpgtypes.so
@@ -613,6 +612,7 @@ lib/pkgconfig/libecpg.pc
 lib/pkgconfig/libecpg_compat.pc
 lib/pkgconfig/libpgtypes.pc
 lib/pkgconfig/libpq.pc
+ at dirrmtry lib/pkgconfig
 lib/postgresql/pgxs/config/install-sh
 lib/postgresql/pgxs/src/makefiles/pgxs.mk
 lib/postgresql/pgxs/src/Makefile.global


More information about the svn-ports-head mailing list