svn commit: r374179 - in head/databases: pg_rman pg_statsinfo pgpool-II pgpool-II-30

John Marino marino at FreeBSD.org
Sun Dec 7 09:43:12 UTC 2014


Author: marino
Date: Sun Dec  7 09:43:10 2014
New Revision: 374179
URL: https://svnweb.freebsd.org/changeset/ports/374179
QAT: https://qat.redports.org/buildarchive/r374179/

Log:
  Limit pgsql to 9.2 on four databases category ports
  
  As the result of a recent exp-run for postgresql 9.3, several ports
  failed to build as a result.  Most could likely be fixed by updating the
  port to a later available version.  Until that happens, set the maximum
  version of pgsql to 9.2 for these ports.
  
    * pg_rman (1.23)       : version 1.27 is available
    * pg_statsinfo (2.4.1) : version 2.5.0 available, works on pgsql 9.3
    * pgpool-II (3.1.6)    : version 3.4 available, works on pgsql 9.3
    * pgpool-II30 (3.0.4)
  
  PR:	195281

Modified:
  head/databases/pg_rman/Makefile
  head/databases/pg_statsinfo/Makefile
  head/databases/pgpool-II-30/Makefile
  head/databases/pgpool-II/Makefile

Modified: head/databases/pg_rman/Makefile
==============================================================================
--- head/databases/pg_rman/Makefile	Sun Dec  7 09:25:00 2014	(r374178)
+++ head/databases/pg_rman/Makefile	Sun Dec  7 09:43:10 2014	(r374179)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://pg-rman.googlecode.
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Online backup and restore tool for PostgreSQL
 
-USES=		gmake pgsql
+USES=		gmake pgsql:9.2-
 WANT_PGSQL=	client server
 MAKE_ARGS=	USE_PGXS=1
 PLIST_FILES=	bin/pg_rman

Modified: head/databases/pg_statsinfo/Makefile
==============================================================================
--- head/databases/pg_statsinfo/Makefile	Sun Dec  7 09:25:00 2014	(r374178)
+++ head/databases/pg_statsinfo/Makefile	Sun Dec  7 09:43:10 2014	(r374179)
@@ -8,7 +8,7 @@ MASTER_SITES=	http://pgfoundry.org/frs/d
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Monitor statistics and activity of PostgreSQL
 
-USES=		gmake pgsql
+USES=		gmake pgsql:9.2-
 WANT_PGSQL=	server
 
 MAKE_ARGS=	USE_PGXS=1 LDFLAGS=-lkvm

Modified: head/databases/pgpool-II-30/Makefile
==============================================================================
--- head/databases/pgpool-II-30/Makefile	Sun Dec  7 09:25:00 2014	(r374178)
+++ head/databases/pgpool-II-30/Makefile	Sun Dec  7 09:43:10 2014	(r374179)
@@ -15,7 +15,7 @@ LICENSE=	MIT
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		gmake pgsql libtool
+USES=		gmake pgsql:9.2- libtool
 USE_LDCONFIG=	yes
 
 CONFLICTS=	pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-23-* 

Modified: head/databases/pgpool-II/Makefile
==============================================================================
--- head/databases/pgpool-II/Makefile	Sun Dec  7 09:25:00 2014	(r374178)
+++ head/databases/pgpool-II/Makefile	Sun Dec  7 09:43:10 2014	(r374179)
@@ -15,7 +15,7 @@ LICENSE=	MIT
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		gmake pgsql libtool
+USES=		gmake pgsql:9.2- libtool
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 CONFIGURE_ARGS=	--with-openssl


More information about the svn-ports-head mailing list