non port: databases/postgresql-plv8js/Makefile |
SVNWeb
|
Number of commits found: 36 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
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 )
|
Tue, 7 Jun 2022
|
[ 01:33 Dmitry Marakasov (amdmi3) ] 578c97b
databases/postgresql-plv8js: mark BROKEN
Approved by: porgmgr blanket
|
Mon, 1 Nov 2021
|
[ 06:14 Michael Zhilin (mizhka) Author: Felix Palmen ] 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) Author: Felix Palmen ] 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) Author: Felix Palmen ] 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) ] 49f8a07
databases/postgresql-plv8js: bump postgres version.
databases/postgresql95-* expired today.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 1 Jan 2021
|
[ 20:58 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
|
Fri, 24 Jul 2020
|
[ 16:55 rene ]
databases/postgresql-plv8js: limit to PostgreSQL 9.5+, bump PORTREVISION
|
Thu, 24 Oct 2019
|
[ 13:37 amdmi3 ]
- Remove unneeded +='s
|
Sat, 3 Aug 2019
|
[ 11:54 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
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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 ] (Only the first 10 of 3168 ports in this commit are shown above. )
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 ] (Only the first 10 of 1480 ports in this commit are shown above. )
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 ]
reset MAINTAINER.
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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 ] (Only the first 10 of 1118 ports in this commit are shown above. )
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 ] (Only the first 10 of 58 ports in this commit are shown above. )
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 ]
Add compiler:c++11-lang to fix build on 9.3.
Obtained from: pkg-fallout
|
Tue, 26 Apr 2016
|
[ 06:35 vanilla ]
Update to 1.4.8.
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 8 Dec 2015
|
[ 09:04 mat ] (Only the first 10 of 34 ports in this commit are shown above. )
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 ]
1: Upgrade to 1.4.4.
2: switch to USE_GITHUB.
|
Sat, 14 Feb 2015
|
[ 16:08 vanilla ]
Upgrade to 1.4.3.
|
Sun, 7 Dec 2014
|
[ 10:35 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
|
Sun, 5 Oct 2014
|
[ 07:10 lwhsu ]
- Let slave port can override WANT_PGSQL_VER
|
[ 07:06 lwhsu ]
- Turn postgresql-plv8js version aware and add postgresql93-plv8js
Approved by: vanilla (via skype)
|
Sat, 4 Oct 2014
|
[ 16:09 lwhsu ]
- Update to 1.4.2
- Add LICENSE
PR: 194140
Submitted by: lwhsu
Approved by: vanilla (via skype)
|
Tue, 26 Aug 2014
|
[ 10:17 crees ] (Only the first 10 of 12 ports in this commit are shown above. )
Fixup any version changes I missed yesterday.
Shown logs by: antoine
|
Fri, 7 Mar 2014
|
[ 16:49 bapt ] (Only the first 10 of 214 ports in this commit are shown above. )
Convert d* to USES=zip
|
Wed, 25 Sep 2013
|
[ 01:19 vanilla ]
Support stage.
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Tue, 10 Sep 2013
|
[ 08:41 vanilla ]
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 ]
add minssing PLIST_SUB.
|
[ 04:19 vanilla ]
add postgresql-plv8js, it's procedural language base on v8js.
|
Number of commits found: 36 |