git: e76ad397c2e1 - main - databases/postgresql*-server: Unbreak after llvm11 removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 19:07:43 UTC
The branch main has been updated by romain:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e76ad397c2e19a715d7fae87904c9513bec2c97e
commit e76ad397c2e19a715d7fae87904c9513bec2c97e
Author: Romain Tartière <romain@FreeBSD.org>
AuthorDate: 2025-12-31 18:54:29 +0000
Commit: Romain Tartière <romain@FreeBSD.org>
CommitDate: 2025-12-31 19:06:56 +0000
databases/postgresql*-server: Unbreak after llvm11 removal
LLVM 11 was removed in this commit:
313d56689aae7c9efa4e8ed34d5d5ecf9e42840d
The minimum requirement cannot be enforced anymore. Remove it
completely.
Approved by: portmgr blanket
---
databases/postgresql18-server/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/databases/postgresql18-server/Makefile b/databases/postgresql18-server/Makefile
index 844a3c396692..0f78eaf17f34 100644
--- a/databases/postgresql18-server/Makefile
+++ b/databases/postgresql18-server/Makefile
@@ -103,7 +103,7 @@ LLVM_DESC= Build with support for JIT-compiling expressions
LLVM_CONFIGURE_WITH= llvm
LLVM_CONFIGURE_ENV= LLVM_CONFIG=${LLVM_CONFIG} \
CLANG=${LOCALBASE}/bin/clang${LLVM_VERSION}
-LLVM_USES= llvm:min=11,lib
+LLVM_USES= llvm:lib
CONFIGURE_ARGS+= --with-icu
LIB_DEPENDS+= libicudata.so:devel/icu