aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql-plv8js
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-12-07 18:35:01 +0800
committermarino <marino@FreeBSD.org>2014-12-07 18:35:01 +0800
commit2ae0db2a4290cdbfcde98daec437285d6bfb5ad7 (patch)
treec35469eb3ad39364c31d2e3e71772d88f1de4935 /databases/postgresql-plv8js
parent0b930a7b3e7aa5111b08d94a2d057fabc7699d3f (diff)
downloadfreebsd-ports-gnome-2ae0db2a4290cdbfcde98daec437285d6bfb5ad7.tar.gz
freebsd-ports-gnome-2ae0db2a4290cdbfcde98daec437285d6bfb5ad7.tar.zst
freebsd-ports-gnome-2ae0db2a4290cdbfcde98daec437285d6bfb5ad7.zip
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
Diffstat (limited to 'databases/postgresql-plv8js')
-rw-r--r--databases/postgresql-plv8js/Makefile3
1 files changed, 1 insertions, 2 deletions
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}"