svn commit: r322415 - in head/databases: postgresql-libpgeasy postgresql-libpq++ postgresql-libpqxx postgresql-plproxy postgresql84-server postgresql91-server postgresql92-server

Jason Helfman jgh at FreeBSD.org
Sun Jul 7 00:15:49 UTC 2013


Author: jgh
Date: Sun Jul  7 00:15:47 2013
New Revision: 322415
URL: http://svnweb.freebsd.org/changeset/ports/322415

Log:
  - convert from USE_GMAKE to USES=gmake
  - trim historical headers
  
  With hat: pgsql@

Modified:
  head/databases/postgresql-libpgeasy/Makefile
  head/databases/postgresql-libpq++/Makefile
  head/databases/postgresql-libpqxx/Makefile
  head/databases/postgresql-plproxy/Makefile
  head/databases/postgresql84-server/Makefile
  head/databases/postgresql91-server/Makefile
  head/databases/postgresql92-server/Makefile

Modified: head/databases/postgresql-libpgeasy/Makefile
==============================================================================
--- head/databases/postgresql-libpgeasy/Makefile	Sat Jul  6 22:57:32 2013	(r322414)
+++ head/databases/postgresql-libpgeasy/Makefile	Sun Jul  7 00:15:47 2013	(r322415)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	PostgreSQL library pgeasy
-# Date created:		October 24st, 2004
-# Whom:			Palle Girgensohn <girgen at pingpong.net>
-#
+# Created by: Palle Girgensohn <girgen at pingpong.net>
 # $FreeBSD$
-#
 
 PKGNAMEPREFIX=	postgresql-
 PORTNAME=	libpgeasy
@@ -19,7 +15,7 @@ COMMENT=	An easy-to-use C interface to P
 
 USE_AUTOTOOLS=	libtool
 USE_PGSQL=	YES
-USE_GMAKE=	YES
+USES=		gmake
 USE_LDCONFIG=	YES
 GNU_CONFIGURE=	YES
 DOCSDIR=	${PREFIX}/share/doc/postgresql/${PORTNAME}

Modified: head/databases/postgresql-libpq++/Makefile
==============================================================================
--- head/databases/postgresql-libpq++/Makefile	Sat Jul  6 22:57:32 2013	(r322414)
+++ head/databases/postgresql-libpq++/Makefile	Sun Jul  7 00:15:47 2013	(r322415)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	PostgreSQL Pgaccess
-# Date created:		December 1st, 2002
-# Whom:			Palle Girgensohn <girgen at pingpong.net>
-#
+# Created by: Palle Girgensohn <girgen at pingpong.net>
 # $FreeBSD$
-#
 
 PORTNAME=	libpq++
 PORTVERSION=	4.0
@@ -18,7 +14,7 @@ MAINTAINER=	pgsql at FreeBSD.org
 COMMENT=	C++ interface for  PostgreSQL
 
 USE_PGSQL=	YES
-USE_GMAKE=	YES
+USES=		gmake
 USE_LDCONFIG=	YES
 
 post-patch:

Modified: head/databases/postgresql-libpqxx/Makefile
==============================================================================
--- head/databases/postgresql-libpqxx/Makefile	Sat Jul  6 22:57:32 2013	(r322414)
+++ head/databases/postgresql-libpqxx/Makefile	Sun Jul  7 00:15:47 2013	(r322415)
@@ -15,7 +15,7 @@ CONFLICTS=	postgresql-libpqxx-3.*
 PORTSCOUT=	limit:^2\.
 
 USE_PGSQL=	yes
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 SOVERSION=	4

Modified: head/databases/postgresql-plproxy/Makefile
==============================================================================
--- head/databases/postgresql-plproxy/Makefile	Sat Jul  6 22:57:32 2013	(r322414)
+++ head/databases/postgresql-plproxy/Makefile	Sun Jul  7 00:15:47 2013	(r322415)
@@ -12,9 +12,8 @@ COMMENT=	PL/Proxy - database partitionin
 
 LICENSE=	BSD
 
-USES=		bison
+USES=		bison gmake
 USE_PGSQL=	yes
-USE_GMAKE=	yes
 MAKE_JOBS_SAFE=	yes
 
 PORTSCOUT=	site:http://pgfoundry.org/frs/?group_id=1000207

Modified: head/databases/postgresql84-server/Makefile
==============================================================================
--- head/databases/postgresql84-server/Makefile	Sat Jul  6 22:57:32 2013	(r322414)
+++ head/databases/postgresql84-server/Makefile	Sun Jul  7 00:15:47 2013	(r322415)
@@ -27,11 +27,9 @@ LATEST_LINK?=	${PKGNAMEPREFIX}${UNIQUENA
 
 PKGINSTALL?=	${PKGDIR}/pkg-install${PKGNAMESUFFIX}
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+.if !defined(NO_BUILD)
+USES+=	gmake
 GNU_CONFIGURE=	yes
-.if defined(NO_BUILD)
-.undef USE_GMAKE
-.undef GNU_CONFIGURE
 .endif
 
 PG_USER=	pgsql

Modified: head/databases/postgresql91-server/Makefile
==============================================================================
--- head/databases/postgresql91-server/Makefile	Sat Jul  6 22:57:32 2013	(r322414)
+++ head/databases/postgresql91-server/Makefile	Sun Jul  7 00:15:47 2013	(r322415)
@@ -32,11 +32,9 @@ LATEST_LINK?=	${PKGNAMEPREFIX}${UNIQUENA
 
 PKGINSTALL?=	${PKGDIR}/pkg-install${PKGNAMESUFFIX}
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+.if !defined(NO_BUILD)
+USES+=	gmake
 GNU_CONFIGURE=	yes
-.if defined(NO_BUILD)
-.undef USE_GMAKE
-.undef GNU_CONFIGURE
 .endif
 
 PG_USER=	pgsql

Modified: head/databases/postgresql92-server/Makefile
==============================================================================
--- head/databases/postgresql92-server/Makefile	Sat Jul  6 22:57:32 2013	(r322414)
+++ head/databases/postgresql92-server/Makefile	Sun Jul  7 00:15:47 2013	(r322415)
@@ -32,11 +32,9 @@ LATEST_LINK?=	${PKGNAMEPREFIX}${UNIQUENA
 
 PKGINSTALL?=	${PKGDIR}/pkg-install${PKGNAMESUFFIX}
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+.if !defined(NO_BUILD)
+USES+=	gmake
 GNU_CONFIGURE=	yes
-.if defined(NO_BUILD)
-.undef USE_GMAKE
-.undef GNU_CONFIGURE
 .endif
 
 PG_USER=	pgsql


More information about the svn-ports-all mailing list