From b2c39f20e179c6071215a61da2bc189ee4fad193 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Tue, 13 Feb 2024 22:02:54 +0100
Subject: [PATCH] postgresql14: update to 14.11 & drop libxslt for 32 bit

---
 components/database/postgresql-14/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/database/postgresql-14/Makefile b/components/database/postgresql-14/Makefile
index 48ea26d..3d5ea44 100644
--- a/components/database/postgresql-14/Makefile
+++ b/components/database/postgresql-14/Makefile
@@ -23,11 +23,11 @@
 
 COMPONENT_NAME=		postgresql
 COMPONENT_MJR_VERSION=	14
-COMPONENT_MNR_VERSION=	10
+COMPONENT_MNR_VERSION=	11
 COMPONENT_VERSION=	$(COMPONENT_MJR_VERSION).$(COMPONENT_MNR_VERSION)
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
-COMPONENT_ARCHIVE_HASH=	sha256:c99431c48e9d470b0d0ab946eb2141a3cd19130c2fb4dc4b3284a7774ecc8399
+COMPONENT_ARCHIVE_HASH=	sha256:a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8
 COMPONENT_ARCHIVE_URL=	https://ftp.postgresql.org/pub/source/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_PROJECT_URL=	https://www.postgresql.org
 COMPONENT_FMRI=			database/postgres-$(COMPONENT_MJR_VERSION)
@@ -62,7 +62,7 @@
 CONFIGURE_OPTIONS += --with-ssl=openssl
 CONFIGURE_OPTIONS += --with-libedit-preferred
 CONFIGURE_OPTIONS += --with-libxml
-CONFIGURE_OPTIONS += --with-libxslt
+CONFIGURE_OPTIONS.64 += --with-libxslt
 CONFIGURE_OPTIONS += --with-lz4
 CONFIGURE_OPTIONS += --with-gssapi
 CONFIGURE_OPTIONS += --enable-thread-safety

--
Gitblit v1.9.3