Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 18:02:18 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319887 - head/databases/ludia
Message-ID:  <201306041802.r54I2Io8099420@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Tue Jun  4 18:02:18 2013
New Revision: 319887
URL: http://svnweb.freebsd.org/changeset/ports/319887

Log:
  Does not build with supported versions of PostgreSQL
  
  Approved by:	maintainer timeout (kuriyama, almost 3 months)

Modified:
  head/databases/ludia/Makefile

Modified: head/databases/ludia/Makefile
==============================================================================
--- head/databases/ludia/Makefile	Tue Jun  4 18:01:46 2013	(r319886)
+++ head/databases/ludia/Makefile	Tue Jun  4 18:02:18 2013	(r319887)
@@ -20,7 +20,9 @@ RUN_DEPENDS=	senna-cfg:${PORTSDIR}/textp
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 USE_PGSQL=	server
-WANT_PGSQL_VER=	83
+# WANT_PGSQL_VER=	83
+
+BROKEN=		Does not work with postgresql-9.0 or postgresql-8.4
 
 # let configure find postgres stuff in non-standard places
 CONFIGURE_ARGS+=--with-pgconfigdir=${LOCALBASE}/bin \



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