[Bug 279536] databases/postgresql*-{client,server}: Remove LLVM version restriction
Date: Wed, 05 Jun 2024 04:26:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279536 Bug ID: 279536 Summary: databases/postgresql*-{client,server}: Remove LLVM version restriction Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: jkim@FreeBSD.org Created attachment 251231 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=251231&action=edit Remove LLVM version restriction There is no need to restrict LLVM version any more because upstream added support for LLVM 16 with 37d5babb5cfa. https://github.com/postgres/postgres/commit/37d5babb5cfa4c6795b3cb6de964ba019d3d60ab It was merged to all supported branches and available from 16.1, 15.5, 14.10, 13.13, and 12.17: https://github.com/postgres/postgres/commit/74d19ec096dfbda5782e62892de7e86a104f8265 https://github.com/postgres/postgres/commit/eed1feb3fee1a558b67b04cbd709f31142f071d5 https://github.com/postgres/postgres/commit/82d9a782a29633a7d2c8c0785e4162a46f93d23b https://github.com/postgres/postgres/commit/f28956b239f19858e7c429d3065678ce79c5104b https://github.com/postgres/postgres/commit/15ddc9725eb73d97a16652c7c90d993302773544 Note there was a problem with the code but it should be fixed with the following commit. https://github.com/postgres/postgres/commit/2cf50585e54a7b0c6bc62a087c69043ae57e4252 This fix is available from 16.2, 15.6, 14.11, 13.14, and 12.18. https://github.com/postgres/postgres/commit/2cf50585e54a7b0c6bc62a087c69043ae57e4252 https://github.com/postgres/postgres/commit/aef521849b68d1eeb63c3dfbc4e92d66dc94a636 https://github.com/postgres/postgres/commit/75a20a4b4b4485f76158719bcdb48310cf2552d4 https://github.com/postgres/postgres/commit/10912f7d4ff0e343e714a1703752c0d8c5b71306 https://github.com/postgres/postgres/commit/3b991f81c45720515144b928bb8d1f03577628f1 "min=11" is not necessary because LLVM 10 and earlier is no longer supported in our ports tree since d5a66b30713d. https://cgit.freebsd.org/ports/commit/?id=d5a66b30713ded50915b42ce99eda92141e7f233 -- You are receiving this mail because: You are the assignee for the bug.