pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/samba4
Module Name: pkgsrc
Committed By: dogcow
Date: Wed May 20 04:26:38 UTC 2020
Modified Files:
pkgsrc/net/samba4: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/net/samba4/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/samba4/Makefile
diff -u pkgsrc/net/samba4/Makefile:1.99 pkgsrc/net/samba4/Makefile:1.100
--- pkgsrc/net/samba4/Makefile:1.99 Tue May 19 16:51:43 2020
+++ pkgsrc/net/samba4/Makefile Wed May 20 04:26:38 2020
@@ -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 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
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