From owner-svn-ports-all@FreeBSD.ORG Sun Dec 7 09:43:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 388371A7; Sun, 7 Dec 2014 09:43:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19040B08; Sun, 7 Dec 2014 09:43:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB79hB2D092063; Sun, 7 Dec 2014 09:43:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB79hBNU092057; Sun, 7 Dec 2014 09:43:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201412070943.sB79hBNU092057@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 7 Dec 2014 09:43:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374179 - in head/databases: pg_rman pg_statsinfo pgpool-II pgpool-II-30 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2014 09:43:12 -0000 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@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@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