Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2013 21:09:39 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317978 - in head/databases: postgresql92-server postgresql93-client postgresql93-server
Message-ID:  <201305122109.r4CL9d7E077206@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
-#
+# Created by: Palle Girgensohn <girgen@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
-@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
+@dirrmtry lib/pkgconfig
 lib/postgresql/pgxs/config/install-sh
 lib/postgresql/pgxs/src/makefiles/pgxs.mk
 lib/postgresql/pgxs/src/Makefile.global



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305122109.r4CL9d7E077206>