non port: databases/pglogical/Makefile |
SVNWeb
|
Number of commits found: 35 |
Sun, 28 May 2023
|
[ 07:17 Matthew Seaman (matthew) ] bfc60cf
databases/pglogical: update to 2.4.3
Changes: https://github.com/2ndQuadrant/pglogical/releases/tag/REL2_4_3
Reported by: portscout
|
Mon, 24 Oct 2022
|
[ 05:30 Matthew Seaman (matthew) ] 3ecac4f
databases/pglogical: update to 2_4_2
ChangeLog: https://github.com/2ndQuadrant/pglogical/releases/tag/REL2_4_2
|
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 )
|
Wed, 26 Jan 2022
|
[ 20:16 Matthew Seaman (matthew) ] 04539b3
databases/pglogical: update to 2.4.1
Update WWW
ChangeLog: https://github.com/2ndQuadrant/pglogical/releases/tag/REL2_4_1
|
Thu, 14 Oct 2021
|
[ 21:30 Stefan Eßer (se) ] 1bd5c7e
databases/pglogical: Add CPE information
Approved by: portmgr (blanket)
|
Wed, 18 Aug 2021
|
[ 09:05 Matthew Seaman (matthew) ] 0a87b14
databases/pglogical: update to 2.4.0
ChangeLog: https://github.com/2ndQuadrant/pglogical/releases
|
Sun, 6 Jun 2021
|
[ 20:31 Matthew Seaman (matthew) ] fc84d43
databases/pglogical: Security update to 2.3.4
ChangeLog: https://github.com/2ndQuadrant/pglogical/releases/tag/REL2_3_4
MFH: 2021Q2
|
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.
|
Sat, 10 Oct 2020
|
[ 22:55 matthew ]
Update to 2.3.3
Release notes: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
|
Sat, 12 Sep 2020
|
[ 11:35 matthew ]
Update to 2.3.2
Delete support for postgresql-9.4
Delete patch fixed upstream
ChangeLog: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
|
Wed, 27 May 2020
|
[ 19:11 pkubaj ]
databases/pglogical: fix build on GCC architectures
Use C11 compiler:
pglogical_dependency.c:235: error: static declaration of 'AcquireDeletionLock'
follows non-static declaration
/usr/local/include/postgresql/server/catalog/dependency.h:198: error: previous
declaration of 'AcquireDeletionLock' was here
|
Sat, 23 May 2020
|
[ 14:01 matthew ]
Fix build after upstream changes in postgres 9.5 -- 12 made functions
AcquireDeletionLock() and ReleaseDeletionLock() extern rather than
static in:
https://github.com/postgres/postgres/commit/5be594caf818e0b5e33f8dec191f2707394a6d95
The function definitions in the postgresql sources are identical to
those in the pglogical sources, so let's just link against the
postgresql versions.
postgresql-9.4 is EoL, so didn't receive the same changes in the
latest round of postgresql updates.
While here, fix another of the patches which should no be applied when
compiling against all versions of postgresql. Plus fix the pkg-plist
-- how did this port ever package previously?
|
Mon, 27 Apr 2020
|
[ 06:10 matthew ]
Upgrade to 2.3.1
Release Notes: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
|
Sat, 22 Feb 2020
|
[ 12:28 matthew ]
Update to 2.3.0
Relese Notes: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
|
Mon, 29 Jul 2019
|
[ 18:08 matthew ]
Update to 2.2.2
ChangeLog: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
|
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, 6 Mar 2019
|
[ 06:53 matthew ]
Fix compilation with postgresql11. With previous versions of
postgresql, <arpa/inet.h> was included automatically as part of the
postgres module building environment. But it needs to be included
explicitly for the most recent postgres.
Submitted by: andriy@irbisnet.com
|
Thu, 7 Feb 2019
|
[ 06:44 matthew ]
Really update to version 2.2.1
Just updating PORTVERSION won't achieve anything if you don't also
make the corresponding change to GH_TAGNAME. To avoid this sort of
embarrassment in future, drop PORTVERSION and GH_TAGNAME for the main
distfile in favour of DISTVERSION and DISTVERSIONPREFIX.
Reorder some items in the Makefile to mollify portlint.
Reported by: mat
|
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
|
Sat, 27 Oct 2018
|
[ 14:49 matthew ]
Update to 2.2.1
|
Mon, 10 Sep 2018
|
[ 13:11 mat ] (Only the first 10 of 33 ports in this commit are shown above. )
After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Sun, 24 Jun 2018
|
[ 00:54 linimon ] (Only the first 10 of 31 ports in this commit are shown above. )
Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'
Neither emaste nor I can figure out exactly where the offending stanza is
coming in. It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sat, 31 Mar 2018
|
[ 11:26 matthew ]
Update to 2.2.0
ChangeLog: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
|
Thu, 11 Jan 2018
|
[ 22:57 matthew ]
Update to 2.1.1
Release Notes: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
|
Tue, 10 Oct 2017
|
[ 06:25 matthew ]
Update to 2.1.0
ChangeLog: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
|
Sat, 10 Jun 2017
|
[ 21:59 matthew ]
Fix build with postgresql9.4
Switch to downloading sources from GitHub, and add the pglogical_dump
submodule. This was omitted from the tarball provided by 2nd Quadrant
in the latest version. The pglogical_dump code is only compiled with
postgresql9.4 which failed to build -- using other postgresql versions
worked fine.
Reported by: pkg-fallout
|
Fri, 9 Jun 2017
|
[ 13:31 matthew ]
Update to 2.0.1
Release notes: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
|
Sat, 6 May 2017
|
[ 15:54 matthew ]
Update to 2.0.0
ChangeLog: https://2ndquadrant.com/en/resources/pglogical/release-notes/
|
Fri, 6 Jan 2017
|
[ 14:31 matthew ]
Update to 1.2.2
ChangeLog: https://2ndquadrant.com/en/resources/pglogical/release-notes/
|
Sun, 16 Oct 2016
|
[ 18:17 matthew ]
Update to 1.2.1
Changes: https://github.com/2ndQuadrant/pglogical/compare/REL1_2_1...master
|
Thu, 22 Sep 2016
|
[ 15:37 matthew ]
pglogical: update to 1.2.0
pglogical-output: delete; merged into databases/pglogical
The databases/pglogical and databases/pglogical-output ports have been
merged into one codebase upstream, and database/pglogical now installs
the pglogical-output.so module.
pkg(8) should handle the merger correctly; portmaster(1),
portupgrade(1) users are advised to manually delete pglogical-output
before upgrading.
|
Fri, 19 Aug 2016
|
[ 10:11 matthew ]
Install the .sql files for release 1.1.2 -- this is missing from the
release tarball, but has been fixed in upstream's Github.
Add pglogical_dump, pglogical_origin--1.0.0.sql and
pglogical_origin.control conditionally on the postgresql version --
these are only compiled and installed with postgresql-9.4.x
Submitted by: Anderson Neves <anderson.ufal@gmail.com>
|
Fri, 10 Jun 2016
|
[ 12:30 matthew ]
Update to 1.1.2
This fixes an important regression with replication of TOASTed values.
ChangeLog: http://2ndquadrant.com/en/resources/pglogical/release-notes/
|
Wed, 8 Jun 2016
|
[ 23:27 matthew ]
pglogical is a logical replication system implemented entirely as a
PostgreSQL extension. Fully integrated, it requires no triggers or
external programs. This alternative to physical replication is a
highly efficient method of replicating data using a publish/subscribe
model for selective replication.
WWW: http://2ndquadrant.com/en/resources/pglogical/
|
Number of commits found: 35 |