notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/postgresql-plv8js/Makefile
SVNWeb

Number of commits found: 36

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 7 Jun 2022
[ 01:33 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:578c97b6c7cecb16d3601ddb53947f72fd61c901  commit hash:578c97b6c7cecb16d3601ddb53947f72fd61c901  commit hash:578c97b6c7cecb16d3601ddb53947f72fd61c901  578c97b 
databases/postgresql-plv8js: mark BROKEN

Approved by:	porgmgr blanket
Mon, 1 Nov 2021
[ 06:14 Michael Zhilin (mizhka) search for other commits by this committer Author: Felix Palmen ]    commit hash:ca9de5d4536e09be93db2e3dd610412bd781d689  commit hash:ca9de5d4536e09be93db2e3dd610412bd781d689  commit hash:ca9de5d4536e09be93db2e3dd610412bd781d689  ca9de5d 
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
Tue, 19 Oct 2021
[ 14:33 Michael Zhilin (mizhka) search for other commits by this committer Author: Felix Palmen ]    commit hash:fb3f11e5db16d91932828a877a2238f0e482ece3  commit hash:fb3f11e5db16d91932828a877a2238f0e482ece3  commit hash:fb3f11e5db16d91932828a877a2238f0e482ece3  fb3f11e 
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
[ 08:58 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Felix Palmen ]    commit hash:9013d2fa7dc122d48f1f3060c2fa80195f8d32cd  commit hash:9013d2fa7dc122d48f1f3060c2fa80195f8d32cd  commit hash:9013d2fa7dc122d48f1f3060c2fa80195f8d32cd  9013d2f 
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
Sun, 13 Jun 2021
[ 10:40 Rene Ladan (rene) search for other commits by this committer ]    commit hash:49f8a07aeec9cfdd9d362c9a9fa9ddbec44c4b2a  commit hash:49f8a07aeec9cfdd9d362c9a9fa9ddbec44c4b2a  commit hash:49f8a07aeec9cfdd9d362c9a9fa9ddbec44c4b2a  49f8a07 
databases/postgresql-plv8js: bump postgres version.

databases/postgresql95-* expired today.
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 1 Jan 2021
[ 20:58 antoine search for other commits by this committer ] Original commit   Revision:559872
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
Fri, 24 Jul 2020
[ 16:55 rene search for other commits by this committer ] Original commit   Revision:543264
databases/postgresql-plv8js: limit to PostgreSQL 9.5+, bump PORTREVISION
Thu, 24 Oct 2019
[ 13:37 amdmi3 search for other commits by this committer ] Original commit   Revision:515337
- Remove unneeded +='s
Sat, 3 Aug 2019
[ 11:54 tobik search for other commits by this committer ] Original commit   Revision:507967
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
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
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
Thu, 9 Nov 2017
[ 14:13 vanilla search for other commits by this committer ] Original commit   Revision:453809
reset MAINTAINER.
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
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
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
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
Tue, 3 Jan 2017
[ 18:12 mat search for other commits by this committer ] Original commit   Revision:430490 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
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
Sun, 24 Jul 2016
[ 04:35 vanilla search for other commits by this committer ] Original commit   Revision:418988
Add compiler:c++11-lang to fix build on 9.3.

Obtained from:	pkg-fallout
Tue, 26 Apr 2016
[ 06:35 vanilla search for other commits by this committer ] Original commit   Revision:414037
Update to 1.4.8.
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 8 Dec 2015
[ 09:04 mat search for other commits by this committer ] Original commit   Revision:403254 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
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
Sat, 18 Jul 2015
[ 15:14 vanilla search for other commits by this committer ] Original commit   Revision:392425
1: Upgrade to 1.4.4.
2: switch to USE_GITHUB.
Sat, 14 Feb 2015
[ 16:08 vanilla search for other commits by this committer ] Original commit   Revision:378966
Upgrade to 1.4.3.
Sun, 7 Dec 2014
[ 10:35 marino search for other commits by this committer ] Original commit   Revision:374185
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
Sun, 5 Oct 2014
[ 07:10 lwhsu search for other commits by this committer ] Original commit   Revision:370038
- Let slave port can override WANT_PGSQL_VER
[ 07:06 lwhsu search for other commits by this committer ] Original commit   Revision:370037
- Turn postgresql-plv8js version aware and add postgresql93-plv8js

Approved by:	vanilla (via skype)
Sat, 4 Oct 2014
[ 16:09 lwhsu search for other commits by this committer ] Original commit   Revision:369978
- Update to 1.4.2
- Add LICENSE

PR:		194140
Submitted by:	lwhsu
Approved by:	vanilla (via skype)
Tue, 26 Aug 2014
[ 10:17 crees search for other commits by this committer ] Original commit   Revision:366197 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Fixup any version changes I missed yesterday.

Shown logs by:	antoine
Fri, 7 Mar 2014
[ 16:49 bapt search for other commits by this committer ] Original commit   Revision:347405 (Only the first 10 of 214 ports in this commit are shown above. View all ports for this commit)
Convert d* to USES=zip
Wed, 25 Sep 2013
[ 01:19 vanilla search for other commits by this committer ] Original commit   Revision:328230
Support stage.
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Tue, 10 Sep 2013
[ 08:41 vanilla search for other commits by this committer ] Original commit   Revision:326875
add build-depends to perl5 to fix building error.

Submitted by:	Mathieu Arnold <mat at mat.cc> via email.
Sat, 7 Sep 2013
[ 04:21 vanilla search for other commits by this committer ] Original commit   Revision:326570
add minssing PLIST_SUB.
[ 04:19 vanilla search for other commits by this committer ] Original commit   Revision:326569
add postgresql-plv8js, it's procedural language base on v8js.

Number of commits found: 36