Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/samba4 Require docbook-xsl>=1.79.2 for building sm...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3d963f1aa575
branches: trunk
changeset: 432249:3d963f1aa575
user: dogcow <dogcow%pkgsrc.org@localhost>
date: Wed May 20 04:26:38 2020 +0000
description:
Require docbook-xsl>=1.79.2 for building smb.conf.5; otherwise, it errors
out with
runtime error: file /usr/pkg/share/xsl/docbook/lib/lib.xsl line 58 element choose
xsltApplySequenceConstructor: A potential infinite template recursion was detected.
diffstat:
net/samba4/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b0e7b28f1cd2 -r 3d963f1aa575 net/samba4/Makefile
--- a/net/samba4/Makefile Tue May 19 22:29:05 2020 +0000
+++ b/net/samba4/Makefile Wed May 20 04:26:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2020/05/19 16:51:43 adam Exp $
+# $NetBSD: Makefile,v 1.100 2020/05/20 04:26:38 dogcow Exp $
DISTNAME= samba-4.12.3
CATEGORIES= net
@@ -16,7 +16,7 @@
GCC_REQD+= 4.4
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
BUILD_DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml
-BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+BUILD_DEPENDS+= docbook-xsl>=1.79.2:../../textproc/docbook-xsl
DEPENDS+= p5-Parse-Yapp>=1.05:../../devel/p5-Parse-Yapp
DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
Home |
Main Index |
Thread Index |
Old Index