pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dbus Use local Docbook DTDs. Fixes issue whe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/561926181afd
branches:  trunk
changeset: 359385:561926181afd
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Mar 08 16:09:15 2017 +0000

description:
Use local Docbook DTDs.  Fixes issue where xmllint --nonet doesn't actually
work.

diffstat:

 sysutils/dbus/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 50efecb0bcc2 -r 561926181afd sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile    Wed Mar 08 15:47:04 2017 +0000
+++ b/sysutils/dbus/Makefile    Wed Mar 08 16:09:15 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2017/02/16 16:07:05 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2017/03/08 16:09:15 jperkin Exp $
 
 DISTNAME=      dbus-1.10.16
 CATEGORIES=    sysutils
@@ -56,6 +56,11 @@
 CONFIGURE_ARGS+=       --with-dbus-user=${DBUS_USER}
 CONFIGURE_ARGS+=       --with-test-socket-dir=${WRKDIR:Q}
 
+SUBST_CLASSES+=                docbook
+SUBST_STAGE.docbook=   pre-configure
+SUBST_FILES.docbook=   doc/*.xml*
+SUBST_SED.docbook=     -e 's,http://www.oasis-open.org/docbook/xml,${PREFIX}/share/xml/docbook,g'
+
 PTHREAD_AUTO_VARS=     yes
 
 .if ${OPSYS} == "Linux"



Home | Main Index | Thread Index | Old Index