From d80a412f9e1c69076991da4f7895da29cbbcf3ed Mon Sep 17 00:00:00 2001 From: marino Date: Mon, 22 Jul 2013 06:47:06 +0000 Subject: databases/tablelog: Restrict to postgresql 9.1 and earlier This version of Tablelog fails to build with postgresql 9.2 PR: ports/179955 submitted by: marino Approved by: bapt (mentor), maintainer timeout --- databases/tablelog/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/databases/tablelog/Makefile b/databases/tablelog/Makefile index 0b10facf452f..506886f438bd 100644 --- a/databases/tablelog/Makefile +++ b/databases/tablelog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tablelog -# Date created: 11 July 2007 -# Whom: Robert Gogolok -# +# Created by: Robert Gogolok # $FreeBSD$ -# PORTNAME= tablelog PORTVERSION= 0.4.4 @@ -16,11 +12,9 @@ COMMENT= Logs changes on a table in PostgreSQL WRKSRC= ${WRKDIR}/table_log-${DISTVERSION} -USE_GMAKE= yes +USES= gmake USE_PGSQL= yes - -IGNORE_WITH_PGSQL= 73 - +WANT_PGSQL_VER= 91- MAKE_ARGS= USE_PGXS=1 PORTDOCS= README.table_log table_log.sql -- cgit