diff options
author | marino <marino@FreeBSD.org> | 2013-07-22 14:47:06 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-07-22 14:47:06 +0800 |
commit | d80a412f9e1c69076991da4f7895da29cbbcf3ed (patch) | |
tree | 07f8b5fb68d3840c9cdbcc9d64f2f38cf5e5bd90 | |
parent | 2ecf81b26b4fc5982c91eeb877fe1e9e84bcacb6 (diff) | |
download | freebsd-ports-gnome-d80a412f9e1c69076991da4f7895da29cbbcf3ed.tar.gz freebsd-ports-gnome-d80a412f9e1c69076991da4f7895da29cbbcf3ed.tar.zst freebsd-ports-gnome-d80a412f9e1c69076991da4f7895da29cbbcf3ed.zip |
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
-rw-r--r-- | databases/tablelog/Makefile | 12 |
1 files 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 <gogo@cs.uni-sb.de> -# +# Created by: Robert Gogolok <gogo@cs.uni-sb.de> # $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 |