diff options
author | John Marino <marino@FreeBSD.org> | 2014-12-07 10:35:01 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-12-07 10:35:01 +0000 |
commit | ffbb1b1140bc266a4c028f39ad9d663016ac0575 (patch) | |
tree | c35469eb3ad39364c31d2e3e71772d88f1de4935 /databases/postgresql-plv8js | |
parent | lang/bas2tap: Overdue update to 2.6, portscout did not notice this one... (diff) |
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
Notes
Notes:
svn path=/head/; revision=374185
Diffstat (limited to 'databases/postgresql-plv8js')
-rw-r--r-- | databases/postgresql-plv8js/Makefile | 3 |
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}" |