Bug 279194 - databases/slony1v2: Update for pgsql16 or limit to < 16
Summary: databases/slony1v2: Update for pgsql16 or limit to < 16
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kevin Bowling
URL:
Keywords:
Depends on:
Blocks: 278885
  Show dependency treegraph
 
Reported: 2024-05-21 07:18 UTC by Kevin Bowling
Modified: 2024-05-27 05:42 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (dgilbert)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Bowling freebsd_committer freebsd_triage 2024-05-21 07:18:44 UTC
Looks like this hasn't been updated in a couple years.  We need a patch to make it work on pgsql 16 or will need to specify that it only works <16 in USES=pgsql.
Comment 1 dgilbert 2024-05-27 00:27:25 UTC
I don't know how to put <16 in the makefile, but it's appropriate.  PostgreSQL has grown these features internally and therefore the upstream isn't maintained for newer postgresql.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-05-27 05:42:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a38b43f5901ad6493ae2ef1a97e4b23f131c8618

commit a38b43f5901ad6493ae2ef1a97e4b23f131c8618
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2024-05-27 05:39:40 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2024-05-27 05:39:40 +0000

    databases/slony1v2: limit to pgsql < 16

    Maintainer mentions:
    "PostgreSQL has grown these features internally and therefore the
    upstream isn't maintained for newer postgresql."

    PR:             279194
    Approved by:    dgilbert@eicat.ca

 databases/slony1v2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Kevin Bowling freebsd_committer freebsd_triage 2024-05-27 05:42:30 UTC
(In reply to dgilbert from comment #1)
Thanks!