Created attachment 252225 [details] Update to v2.53 Update pgBackrest to v2.53
What happened to lz4?
Per upstream release notes, LZ4 is no longer optional. Its required. Its also already listed in LIB_DEPENDS
Here is the commit where liblz4 was changed to required: https://github.com/pgbackrest/pgbackrest/commit/0c32757fd9269a18b827fa33230d2997c98571a0
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1fc49da638ed9dcf6d0e9acf44989e53367e79c2 commit 1fc49da638ed9dcf6d0e9acf44989e53367e79c2 Author: Michael Schout <schoutm@gmail.com> AuthorDate: 2024-07-22 20:05:58 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-22 20:05:58 +0000 databases/pgbackrest: update 2.51 → 2.53 Changelogs: https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.52 https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.52.1 https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.53 PR: 280409 MFH: 2024Q3 databases/pgbackrest/Makefile | 11 +++------ databases/pgbackrest/distinfo | 6 ++--- .../pgbackrest/files/patch-meson.build (gone) | 28 ---------------------- .../files/patch-meson__options.txt (gone) | 8 ------- .../pgbackrest/files/patch-src_meson.build (gone) | 10 -------- 5 files changed, 6 insertions(+), 57 deletions(-)
A commit in branch 2024Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b59eb3010f81c6f50e760c38379e7d3e2e1a9f4 commit 5b59eb3010f81c6f50e760c38379e7d3e2e1a9f4 Author: Michael Schout <schoutm@gmail.com> AuthorDate: 2024-07-22 20:05:58 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-22 20:19:27 +0000 databases/pgbackrest: update 2.51 → 2.53 Changelogs: https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.52 https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.52.1 https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.53 PR: 280409 MFH: 2024Q3 (cherry picked from commit 1fc49da638ed9dcf6d0e9acf44989e53367e79c2) databases/pgbackrest/Makefile | 11 +++------ databases/pgbackrest/distinfo | 6 ++--- .../pgbackrest/files/patch-meson.build (gone) | 28 ---------------------- .../files/patch-meson__options.txt (gone) | 8 ------- .../pgbackrest/files/patch-src_meson.build (gone) | 10 -------- 5 files changed, 6 insertions(+), 57 deletions(-)
Thanks.