Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2012 09:45:12 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306375 - in head: Mk databases
Message-ID:  <201210250945.q9P9jCPt024229@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: erwin
Date: Thu Oct 25 09:45:12 2012
New Revision: 306375
URL: http://svn.freebsd.org/changeset/ports/306375

Log:
  Revert part of r306353 to disconnect the versioned slaves
  for databases/pgtcl to fix the INDEX build.
  
  Feature safe:	yes

Modified:
  head/Mk/bsd.database.mk
  head/databases/Makefile

Modified: head/Mk/bsd.database.mk
==============================================================================
--- head/Mk/bsd.database.mk	Thu Oct 25 09:39:43 2012	(r306374)
+++ head/Mk/bsd.database.mk	Thu Oct 25 09:45:12 2012	(r306375)
@@ -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 pgtcl plperl pltcl server
+_USE_PGSQL_DEP=			contrib docs pltcl plperl server
 _USE_PGSQL_DEP_contrib=	pgbench
 _USE_PGSQL_DEP_docs=	postgresql-docs>0
 _USE_PGSQL_DEP_pgtcl=	${LOCALBASE}/lib/pgtcl/pkgIndex.tcl

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Thu Oct 25 09:39:43 2012	(r306374)
+++ head/databases/Makefile	Thu Oct 25 09:45:12 2012	(r306375)
@@ -649,21 +649,18 @@
     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



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