mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user