mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Regen WANTLIB after textproc/libxslt update.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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,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
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user