Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.2 31 Jan 2024 20:56:34 |
Michael Zhilin (mizhka) |
databases/postgresql-plv8js: bump to 3.2.2
Reported by: portscout
Relnotes: https://github.com/plv8/plv8/commit/2669d52a44bf6d65da840f06fcb603d9bd41fba0
Sponsored by: Postgres Professional |
3.2.0 30 Nov 2023 16:48:24 |
Michael Zhilin (mizhka) |
databases/postgresql-plv8js: bump to 3.2.0
Unbreak port
There is discrepancies between official distribution and port:
- port uses dynamic library, but official uses static |
3.0.0_2 29 Oct 2023 22:53:39 |
Muhammad Moinur Rahman (bofh) |
databases/postgresql-plv8js: Mark DEPRECATED
- BROKEN for more than a year
- Set EXPIRATION_DATE 2023-11-30
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.0_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.0_2 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
3.0.0_2 07 Jun 2022 01:33:51 |
Dmitry Marakasov (amdmi3) |
databases/postgresql-plv8js: mark BROKEN
Approved by: porgmgr blanket |
3.0.0_2 01 Nov 2021 06:14:41 |
Michael Zhilin (mizhka) Author: Felix Palmen |
databases/postgresql-plv8js: disable C++ RTTI
Fixes
/usr/local/lib/postgresql/plv8-3.0.0.so: Undefined symbol
"_ZTIN2v811ArrayBuffer9AllocatorE"
Also enable V8 pointer compression, fixes
Embedder-vs-V8 build configuration mismatch. On embedder side pointer
compression is DISABLED while on V8 side it's ENABLED.
PR: 259262
Reported by: ryan@cybership.net
Submitted by: felix@palmen-it.de
Sponsored by: Postgres Professional |
3.0.0_1 19 Oct 2021 14:33:21 |
Michael Zhilin (mizhka) Author: Felix Palmen |
databases/postgresql-plv8js: remove pgsql version
Remove version restriction for pgsql, as 3.0.0 builds fine with any
version.
Reported by: Felix Palmen <felix@palmen-it.de>
PR: 259262
Sponsored by: Postgres Professional |
3.0.0 19 Oct 2021 08:58:34 |
Li-Wen Hsu (lwhsu) Author: Felix Palmen |
databases/postgresql-plv8js: Update to 3.0.0
Unbreak the build, needs C++14 and CXXFLAGS passed to the build in a
non-standard way.
PR: 259262 |
1.4.8_6 13 Jun 2021 10:40:21 |
Rene Ladan (rene) |
databases/postgresql-plv8js: bump postgres version.
databases/postgresql95-* expired today. |
1.4.8_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.8_6 01 Jan 2021 20:58:57 |
antoine |
Mark BROKEN: fails to build
/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 |
1.4.8_6 24 Jul 2020 16:55:16 |
rene |
databases/postgresql-plv8js: limit to PostgreSQL 9.5+, bump PORTREVISION |
1.4.8_5 24 Oct 2019 13:37:46 |
amdmi3 |
- Remove unneeded +='s |
1.4.8_5 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
1.4.8_5 03 Aug 2019 11:54:58 |
tobik |
databases/postgresql-plv8js: Fix supported PostgreSQL version range
It does not build with PostgreSQL 11. Updating the port is not
trivial due to our outdated lang/v8 port.
PR: 239514 |
1.4.8_5 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.4.8_4 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.4.8_3 12 Sep 2018 12:00:07 |
danfe |
Augment port description text and WWW address. |
1.4.8_3 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.4.8_2 09 Nov 2017 14:13:45 |
vanilla |
reset MAINTAINER. |
1.4.8_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(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 |
1.4.8_1 25 Jun 2017 15:03:51 |
sunpoet |
Fix WWW
Approved by: portmgr (blanket) |
1.4.8_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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 |
1.4.8 03 Jan 2017 18:12:13 |
mat |
Never set WRKSRC when using USE_GITHUB.
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 |
1.4.8 24 Jul 2016 04:35:06 |
vanilla |
Add compiler:c++11-lang to fix build on 9.3.
Obtained from: pkg-fallout |
1.4.8 30 Apr 2016 04:34:35 |
pi |
databases/postgresql-plv8js: Fix build with libc++ 3.8.0
PR: 208526
Submitted by: dim
Approved by: vanilla (maintainer) |
1.4.8 26 Apr 2016 06:35:28 |
vanilla |
Update to 1.4.8. |
1.4.4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.4.4 08 Dec 2015 09:04:59 |
mat |
Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, the
framework already sets a unique DISTNAME.
With hat: portmgr
Sponsored by: Absolight |
1.4.4 30 Sep 2015 02:43:53 |
vanilla |
Fix WWW. |
1.4.4 18 Jul 2015 15:14:44 |
vanilla |
1: Upgrade to 1.4.4.
2: switch to USE_GITHUB. |
1.4.3 14 Feb 2015 16:08:00 |
vanilla |
Upgrade to 1.4.3. |
1.4.2 07 Dec 2014 10:35:02 |
marino |
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 |
1.4.2 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.4.2 05 Oct 2014 07:10:25 |
lwhsu |
- Let slave port can override WANT_PGSQL_VER |
1.4.2 05 Oct 2014 07:06:08 |
lwhsu |
- Turn postgresql-plv8js version aware and add postgresql93-plv8js
Approved by: vanilla (via skype) |
1.4.2 04 Oct 2014 16:09:40 |
lwhsu |
- Update to 1.4.2
- Add LICENSE
PR: 194140
Submitted by: lwhsu
Approved by: vanilla (via skype) |
1.4.1 26 Aug 2014 10:17:30 |
crees |
Fixup any version changes I missed yesterday.
Shown logs by: antoine |
07 Mar 2014 16:49:10
|
bapt |
Convert d* to USES=zip |
1.4.1 25 Sep 2013 01:19:21 |
vanilla |
Support stage. |
1.4.1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.4.1 10 Sep 2013 08:41:40 |
vanilla |
add build-depends to perl5 to fix building error.
Submitted by: Mathieu Arnold <mat at mat.cc> via email. |
1.4.1 07 Sep 2013 04:21:06 |
vanilla |
add minssing PLIST_SUB. |
1.4.1 07 Sep 2013 04:19:13 |
vanilla |
add postgresql-plv8js, it's procedural language base on v8js. |