Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2013 12:57:11 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323379 - head/databases/slony1
Message-ID:  <201307211257.r6LCvB76019821@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Jul 21 12:57:10 2013
New Revision: 323379
URL: http://svnweb.freebsd.org/changeset/ports/323379

Log:
  databases/slony1: Limit to pgsql version 9.1 and below
  
  Slony1 will not build on PostgreSQL 9.2, so indicate this in the makefile.
  Users should migrate to version 2 (databases/slonyIv2) as version 1.2
  is no longer maintained.
  
  PR:		ports/179958
  Submitted by:	marino
  Approved by:	bapt (mentor), maintainer

Modified:
  head/databases/slony1/Makefile

Modified: head/databases/slony1/Makefile
==============================================================================
--- head/databases/slony1/Makefile	Sun Jul 21 12:41:29 2013	(r323378)
+++ head/databases/slony1/Makefile	Sun Jul 21 12:57:10 2013	(r323379)
@@ -14,11 +14,11 @@ COMMENT=	PostgreSQL master to multiple r
 BUILD_DEPENDS=	${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
 
 GNU_CONFIGURE=	yes
-USES=		bison
+USES=		bison gmake
 USE_PGSQL=	yes
-USE_GMAKE=	yes
 USE_BZIP2=	yes
 USE_RC_SUBR=	slon
+WANT_PGSQL_VER=	91-
 
 SUB_FILES=	pkg-message slon-mkservice.sh
 SUB_LIST+=	NAME=slon



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