Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
15.4.2.3 23 Jan 2024 05:21:40 |
Matthias Fechner (mfechner) |
databases/libpg_query: mark as broken for i386
https://pkg-status.freebsd.org/beefy13/data/132i386-quarterly/ace2a29974a4/logs/libpg_query-15.4.2.3.log
test/normalize
..............INVALID result for "ALTER SUBSCRIPTION mysub SET PUBLICATION
insert_only"
expected: ALTER SUBSCRIPTION mysub SET PUBLICATION insert_only
actual: ALTER SUBSCRIPTION$1 SET PUBLICATION insert_only
INVALID result for "ALTER SUBSCRIPTION mysub CONNECTION 'host=192.168.1.50
port=5432 user=foo dbname=foodb'"
expected: ALTER SUBSCRIPTION mysub CONNECTION $1
actual: ALTER SUBSCRIPTION$1 CONNECTION 'host=192.168.1.50 port=5432 user=foo
dbname=foodb'
......
gmake[1]: *** [Makefile:252: test] Error 1
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/databases/libpg_query/work/libpg_query-15-4.2.3'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1 |
15.4.2.3 14 Dec 2023 11:48:35 |
Matthias Fechner (mfechner) |
databases/libpg_query: update to 15-4.2.3
Changelog:
https://github.com/pganalyze/libpg_query/blob/15-latest/CHANGELOG.md |
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) |
13.2.1.0 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 ) |
13.2.1.0 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 ) |
13.2.1.0 07 Feb 2022 11:47:41 |
Matthias Fechner (mfechner) |
databases/libpg_query: update to 13-2.1.0
Changelog:
https://github.com/pganalyze/libpg_query/blob/13-latest/CHANGELOG.md
13-2.1.0 2021-10-12
Normalize: add funcname error object #121
Normalize: Match GROUP BY against target list and re-use param refs #124
PL/pgSQL: Setup namespace items for parameters, support RECORD types #123
This significantly improves parsing for PL/pgSQL functions, to the
extent that most functions should now parse successfully
13-2.0.7 2021-07-16
Normalize: Don't modify constants in TypeName typmods/arrayBounds fields
(#118) (Only the first 15 lines of the commit message are shown above ) |
10.1.0.4 14 Oct 2021 21:30:04 |
Stefan Eßer (se) |
databases/libpg_query: Add CPE information
Approved by: portmgr (blanket) |
10.1.0.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
10.1.0.4 04 Jan 2021 18:28:48 |
pkubaj |
databases/libpg_query: use upstream fix |
10.1.0.4 01 Jan 2021 08:10:52 |
mfechner |
Update to 10-1.0.4.
Changelog:
https://github.com/lfittl/libpg_query/blob/10-latest/CHANGELOG.md |
10.1.0.3_1 06 Dec 2020 22:01:47 |
pkubaj |
databases/libpg_query: fix build on powerpc64*
arch-ppc.h is not distributed with the port, but it is installed along with
postgresql.
Approved by: tier 2 blanket |
10.1.0.3_1 28 Nov 2020 14:55:57 |
mfechner |
Do not strip the library as ruby will then not be able to detect it if rubygems
require it. |
10.1.0.3 21 Nov 2020 08:07:20 |
mfechner |
New ports required for gitlab-ce 13.6 upgrade. |