From 3959cfd2cd3a46942c8d5632ad76f6d4edb53a32 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 15 Mar 2025 09:34:42 +0000 Subject: [PATCH] Drop non-standard EXSLT crypto extensions and support for dynamically loaded plugins, these these features will be removed in future releases. --- textproc/libxslt/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index ae45a15a376..37d93064a8f 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -2,8 +2,9 @@ COMMENT= XSLT C Library for GNOME GNOME_VERSION= 1.1.43 GNOME_PROJECT= libxslt +REVISION= 0 -SHARED_LIBS += xslt 4.1 # 2.43 +SHARED_LIBS += xslt 4.2 # 2.43 SHARED_LIBS += exslt 9.8 # 8.24 CATEGORIES= textproc @@ -13,21 +14,17 @@ MAINTAINER= Antoine Jacoutot # BSD-like PERMIT_PACKAGE= Yes -WANTLIB += c gcrypt gpg-error iconv intl lzma m pthread xml2 z +WANTLIB += c iconv lzma m pthread xml2 z MODULES= x11/gnome -LIB_DEPENDS= textproc/libxml \ - security/libgcrypt +LIB_DEPENDS= textproc/libxml CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-libxml-include-prefix="${LOCALBASE}/include/libxml2" \ --without-python CONFIGURE_ENV= XML_CONFIG="${LOCALBASE}/bin/xml2-config" -# XXX temporary -CONFIGURE_ARGS += --with-crypto - DEBUG_PACKAGES= ${BUILD_PACKAGES} .include