aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-plv8js
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark BROKEN: fails to buildAntoine Brodin2021-01-011-0/+2
| | | | | | | | | | | | /usr/local/include/v8-internal.h:418:38: error: no template named 'remove_cv_t' in namespace 'std'; did you mean 'remove_cv'? !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data); ~~~~~^~~~~~~~~~~ remove_cv Reported by: pkg-fallout Notes: svn path=/head/; revision=559872
* databases/postgresql-plv8js: limit to PostgreSQL 9.5+, bump PORTREVISIONRene Ladan2020-07-241-2/+2
| | | | Notes: svn path=/head/; revision=543264
* - Remove unneeded +='sDmitry Marakasov2019-10-241-2/+2
| | | | Notes: svn path=/head/; revision=515337
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508835
* databases/postgresql-plv8js: Fix supported PostgreSQL version rangeTobias Kortkamp2019-08-031-1/+1
| | | | | | | | | | It does not build with PostgreSQL 11. Updating the port is not trivial due to our outdated lang/v8 port. PR: 239514 Notes: svn path=/head/; revision=507967
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Augment port description text and WWW address.Alexey Dokuchaev2018-09-121-4/+6
| | | | Notes: svn path=/head/; revision=479598
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* reset MAINTAINER.Vanilla I. Shu2017-11-091-1/+1
| | | | Notes: svn path=/head/; revision=453809
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-251-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=444291
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Never set WRKSRC when using USE_GITHUB.Mathieu Arnold2017-01-032-5/+5
| | | | | | | | | | | | | If you want to set WRKSRC, set GH_PROJECT instead. - The GitHub URLs are case insensitive, but the distribution files you get out of them are not. - If the repository was renamed, the old URL will still work, but the distribution name will be ith the new name. Sponsored by: Absolight Notes: svn path=/head/; revision=430490
* Add compiler:c++11-lang to fix build on 9.3.Vanilla I. Shu2016-07-241-1/+1
| | | | | | | Obtained from: pkg-fallout Notes: svn path=/head/; revision=418988
* databases/postgresql-plv8js: Fix build with libc++ 3.8.0Kurt Jaeger2016-04-303-0/+79
| | | | | | | | | PR: 208526 Submitted by: dim Approved by: vanilla (maintainer) Notes: svn path=/head/; revision=414328
* Update to 1.4.8.Vanilla I. Shu2016-04-262-3/+3
| | | | Notes: svn path=/head/; revision=414037
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, theMathieu Arnold2015-12-082-3/+2
| | | | | | | | | | framework already sets a unique DISTNAME. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403254
* Fix WWW.Vanilla I. Shu2015-09-301-1/+1
| | | | Notes: svn path=/head/; revision=398201
* 1: Upgrade to 1.4.4.Vanilla I. Shu2015-07-183-7/+10
| | | | | | | 2: switch to USE_GITHUB. Notes: svn path=/head/; revision=392425
* Upgrade to 1.4.3.Vanilla I. Shu2015-02-142-3/+3
| | | | Notes: svn path=/head/; revision=378966
* Remove port databases/postgresql93-plv8js (avoids broken index)John Marino2014-12-071-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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: svn path=/head/; revision=374185
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371255
* - Let slave port can override WANT_PGSQL_VERLi-Wen Hsu2014-10-051-1/+1
| | | | Notes: svn path=/head/; revision=370038
* - Turn postgresql-plv8js version aware and add postgresql93-plv8jsLi-Wen Hsu2014-10-051-2/+3
| | | | | | | Approved by: vanilla (via skype) Notes: svn path=/head/; revision=370037
* - Update to 1.4.2Li-Wen Hsu2014-10-042-4/+6
| | | | | | | | | | | - Add LICENSE PR: 194140 Submitted by: lwhsu Approved by: vanilla (via skype) Notes: svn path=/head/; revision=369978
* Fixup any version changes I missed yesterday.Chris Rees2014-08-261-3/+1
| | | | | | | Shown logs by: antoine Notes: svn path=/head/; revision=366197
* Convert d* to USES=zipBaptiste Daroussin2014-03-071-2/+1
| | | | Notes: svn path=/head/; revision=347405
* Support stage.Vanilla I. Shu2013-09-252-9/+0
| | | | Notes: svn path=/head/; revision=328230
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* add build-depends to perl5 to fix building error.Vanilla I. Shu2013-09-101-1/+2
| | | | | | | Submitted by: Mathieu Arnold <mat at mat.cc> via email. Notes: svn path=/head/; revision=326875
* add minssing PLIST_SUB.Vanilla I. Shu2013-09-071-0/+1
| | | | Notes: svn path=/head/; revision=326570
* add postgresql-plv8js, it's procedural language base on v8js.Vanilla I. Shu2013-09-076-0/+62
Notes: svn path=/head/; revision=326569