svn commit: r306353 - in head: Mk databases databases/postgresql90-pgtcl databases/postgresql91-pgtcl databases/postgresql92-pgtcl

Chris Rees crees at FreeBSD.org
Wed Oct 24 20:46:49 UTC 2012


Author: crees
Date: Wed Oct 24 20:46:48 2012
New Revision: 306353
URL: http://svn.freebsd.org/changeset/ports/306353

Log:
  Add versioned slaves for databases/pgtcl; there are now packages built for
  all postgresql9 versions.
  
  Feature safe:	yes

Added:
  head/databases/postgresql90-pgtcl/
  head/databases/postgresql90-pgtcl/Makefile   (contents, props changed)
  head/databases/postgresql91-pgtcl/
  head/databases/postgresql91-pgtcl/Makefile   (contents, props changed)
  head/databases/postgresql92-pgtcl/
  head/databases/postgresql92-pgtcl/Makefile   (contents, props changed)
Modified:
  head/Mk/bsd.database.mk
  head/databases/Makefile

Modified: head/Mk/bsd.database.mk
==============================================================================
--- head/Mk/bsd.database.mk	Wed Oct 24 19:57:17 2012	(r306352)
+++ head/Mk/bsd.database.mk	Wed Oct 24 20:46:48 2012	(r306353)
@@ -240,7 +240,7 @@ IGNORE?=		cannot install: does not work 
 
 LIB_DEPENDS+=	pq.${PGSQL${PGSQL_VER}_LIBVER}:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client
 
-_USE_PGSQL_DEP=			contrib docs pltcl plperl server
+_USE_PGSQL_DEP=			contrib docs pgtcl plperl pltcl server
 _USE_PGSQL_DEP_contrib=	pgbench
 _USE_PGSQL_DEP_docs=	postgresql-docs>0
 _USE_PGSQL_DEP_pltcl=	postgresql-pltcl>0

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Wed Oct 24 19:57:17 2012	(r306352)
+++ head/databases/Makefile	Wed Oct 24 20:46:48 2012	(r306353)
@@ -649,18 +649,21 @@
     SUBDIR += postgresql90-client
     SUBDIR += postgresql90-contrib
     SUBDIR += postgresql90-docs
+    SUBDIR += postgresql90-pgtcl
     SUBDIR += postgresql90-plperl
     SUBDIR += postgresql90-pltcl
     SUBDIR += postgresql90-server
     SUBDIR += postgresql91-client
     SUBDIR += postgresql91-contrib
     SUBDIR += postgresql91-docs
+    SUBDIR += postgresql91-pgtcl
     SUBDIR += postgresql91-plperl
     SUBDIR += postgresql91-pltcl
     SUBDIR += postgresql91-server
     SUBDIR += postgresql92-client
     SUBDIR += postgresql92-contrib
     SUBDIR += postgresql92-docs
+    SUBDIR += postgresql92-pgtcl
     SUBDIR += postgresql92-plperl
     SUBDIR += postgresql92-pltcl
     SUBDIR += postgresql92-server

Added: head/databases/postgresql90-pgtcl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/postgresql90-pgtcl/Makefile	Wed Oct 24 20:46:48 2012	(r306353)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+WANT_PGSQL_VER=	90
+
+MASTERDIR=	${.CURDIR}/../pgtcl
+
+.include "${MASTERDIR}/Makefile"

Added: head/databases/postgresql91-pgtcl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/postgresql91-pgtcl/Makefile	Wed Oct 24 20:46:48 2012	(r306353)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+WANT_PGSQL_VER=	91
+
+MASTERDIR=	${.CURDIR}/../pgtcl
+
+.include "${MASTERDIR}/Makefile"

Added: head/databases/postgresql92-pgtcl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/postgresql92-pgtcl/Makefile	Wed Oct 24 20:46:48 2012	(r306353)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+WANT_PGSQL_VER=	92
+
+MASTERDIR=	${.CURDIR}/../pgtcl
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list