pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/dbus
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Mar 8 16:09:15 UTC 2017
Modified Files:
pkgsrc/sysutils/dbus: Makefile
Log Message:
Use local Docbook DTDs. Fixes issue where xmllint --nonet doesn't actually
work.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/sysutils/dbus/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/dbus/Makefile
diff -u pkgsrc/sysutils/dbus/Makefile:1.105 pkgsrc/sysutils/dbus/Makefile:1.106
--- pkgsrc/sysutils/dbus/Makefile:1.105 Thu Feb 16 16:07:05 2017
+++ pkgsrc/sysutils/dbus/Makefile Wed Mar 8 16:09:15 2017
@@ -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+= --enable-static
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