Regen WANTLIB after textproc/libxslt update.

This commit is contained in:
ajacoutot
2025-03-15 09:35:18 +00:00
parent 3959cfd2cd
commit e6537dba95
7 changed files with 13 additions and 13 deletions
+1
View File
@@ -3,6 +3,7 @@ AUTOCONF_VERSION= 2.69
# keep all subpackages above 7.6-stable; @pkgpath markers, WANTLIB-gd
REVISION= 0
REVISION-xsl= 0
DEFAULT_PHP= Yes
PHP_PKGSPEC= >=8.2,<8.3
+2
View File
@@ -4,6 +4,8 @@ AUTOCONF_VERSION= 2.71
# keep -gd above 7.6-stable; WANTLIB
REVISION-gd= 0
REVISION-xsl= 0
PHP_PKGSPEC= >=8.3,<8.4
PHP_EXTENSIONS += -imap -pspell
+2
View File
@@ -5,6 +5,8 @@ AUTOCONF_VERSION= 2.72
PORTROACH=
PHP_PKGSPEC= >=8.4,<8.5
REVISION-xsl= 0
WANTLIB-pdo_odbc += iodbcinst
.include <bsd.port.mk>
+1 -2
View File
@@ -442,8 +442,7 @@ CONFIGURE_ARGS+= --with-tidy=shared,${LOCALBASE}
COMMENT-xsl= XSL functions for php
HOMEPAGE-xsl= https://www.php.net/xsl
LIB_DEPENDS-xsl= textproc/libxslt
WANTLIB-xsl+= exslt gcrypt gpg-error iconv intl lzma m pthread \
xml2 xslt z
WANTLIB-xsl+= exslt iconv lzma m pthread xml2 xslt z
.if ${BUILD_PACKAGES:M-xsl}
CONFIGURE_ARGS+= --with-xsl=shared --enable-dom
.endif
+2 -3
View File
@@ -2,13 +2,12 @@ COMMENT= perl interface to yaz zoom
CATEGORIES= net
DISTNAME= Net-Z3950-ZOOM-1.30
REVISION= 0
REVISION= 1
# perl
PERMIT_PACKAGE= Yes
WANTLIB = c execinfo exslt gcrypt gpg-error iconv intl lzma m perl
WANTLIB += pthread xml2 xslt yaz z
WANTLIB += c execinfo exslt perl pthread xml2 xslt yaz
RUN_DEPENDS= converters/p5-MARC-Record
LIB_DEPENDS= net/yaz
+3 -6
View File
@@ -1,7 +1,7 @@
COMMENT= Z39.50/SR client and API library
DISTNAME= yaz-5.31.1
CATEGORIES= net
REVISION= 1
REVISION= 2
SHARED_LIBS+= yaz 1.2 # 5.0
SHARED_LIBS+= yaz_icu 1.3 # 5.0
@@ -12,17 +12,14 @@ HOMEPAGE= http://www.indexdata.dk/yaz/
# Revised BSD
PERMIT_PACKAGE= Yes
WANTLIB= c iconv intl m curses pthread readline z \
xml2 gpg-error gcrypt exslt xslt icudata \
icui18n icuuc lzma execinfo ${COMPILER_LIBCXX}
WANTLIB += ${COMPILER_LIBCXX} c curses execinfo exslt iconv icudata
WANTLIB += icui18n icuuc lzma m readline xml2 xslt z
COMPILER = base-clang ports-gcc base-gcc
SITES= http://ftp.indexdata.dk/pub/yaz/
LIB_DEPENDS= textproc/libxml \
security/libgpg-error \
security/libgcrypt \
textproc/libxslt \
textproc/icu4c
+2 -2
View File
@@ -1,6 +1,7 @@
COMMENT = interface to GNOME libxslt library
DISTNAME = XML-LibXSLT-2.003000
REVISION = 0
CATEGORIES = textproc
@@ -9,8 +10,7 @@ MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl, MIT
PERMIT_PACKAGE = Yes
WANTLIB = c exslt>=7 gcrypt gpg-error iconv intl lzma m perl \
pthread xml2>=6 xslt>=1 z
WANTLIB += c exslt m perl xml2 xslt z
MODULES = cpan
RUN_DEPENDS = textproc/p5-XML-LibXML>=1.70