From ffbb1b1140bc266a4c028f39ad9d663016ac0575 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 7 Dec 2014 10:35:01 +0000 Subject: Remove port databases/postgresql93-plv8js (avoids broken index) This port was added on 5 October 2014. The intention for its existence was to provide a way to use plv8js with pgsql 9.3 instead of the default pgsql 9.2. It was implemented in such a way that if PGSQL_DEFAULT is set to 9.3, the index breaks with a duplicate origin with datbases/ postgresql-plv8js. It's possible to adjust the plv8js ports by converting the version into an option and using typical master/slave techniques, but I can't come up with a good reason to do this at all. I don't think this port ever should have been created. Anyone that would need this port would have needed to set PGSQL_DEFAULT anyway (which already works). In the worst case, WANT_PGSQL could be based through a command line. Perhaps the motivation was to have a binary package to avoid building it, but this reason disappears soon when the default version of pgsql is bumped to 9.3. Based on all those reasons, I think it is better to remove the port outright (pointing to master port) rather than adjust it to avoid a broken index. PR: 195281 --- databases/postgresql-plv8js/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'databases/postgresql-plv8js') diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile index 2e4228c2ff55..3f475173aa07 100644 --- a/databases/postgresql-plv8js/Makefile +++ b/databases/postgresql-plv8js/Makefile @@ -15,8 +15,7 @@ LICENSE= PostgreSQL LIB_DEPENDS+= libv8.so:${PORTSDIR}/lang/v8 -WANT_PGSQL_VER?= 9.1+ -USES= gmake perl5 zip pgsql:${WANT_PGSQL_VER} +USES= gmake perl5 zip pgsql:9.1+ USE_PERL5= build PLIST_SUB+= PORTVERSION="${PORTVERSION}" -- cgit v1.2.3