Drop non-standard EXSLT crypto extensions and support for dynamically loaded

plugins, these these features will be removed in future releases.
This commit is contained in:
ajacoutot
2025-03-15 09:34:42 +00:00
parent 5a6dc508fa
commit 3959cfd2cd
+4 -7
View File
@@ -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 <ajacoutot@openbsd.org>
# 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 <bsd.port.mk>