1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
John Marino 2014-12-07 09:43:10 +00:00
parent f175aaca84
commit 0f48c6db01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374179
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ MASTER_SITES= http://pg-rman.googlecode.com/files/
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

View File

@ -8,7 +8,7 @@ MASTER_SITES= http://pgfoundry.org/frs/download.php/3429/
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

View File

@ -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-*

View File

@ -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