svn commit: r323379 - head/databases/slony1

John Marino marino at FreeBSD.org
Sun Jul 21 12:57:11 UTC 2013


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


More information about the svn-ports-all mailing list