svn commit: r319887 - head/databases/ludia

Chris Rees crees at FreeBSD.org
Tue Jun 4 18:02:19 UTC 2013


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 \


More information about the svn-ports-all mailing list