pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/libvirt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 17 20:19:01 UTC 2020

Modified Files:
        pkgsrc/sysutils/libvirt: Makefile

Log Message:
libvirt: skip portability check on HTML file


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/sysutils/libvirt/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/libvirt/Makefile
diff -u pkgsrc/sysutils/libvirt/Makefile:1.75 pkgsrc/sysutils/libvirt/Makefile:1.76
--- pkgsrc/sysutils/libvirt/Makefile:1.75       Mon Aug 17 20:17:44 2020
+++ pkgsrc/sysutils/libvirt/Makefile    Mon Aug 17 20:19:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2020/08/17 20:17:44 leot Exp $
+# $NetBSD: Makefile,v 1.76 2020/08/17 20:19:00 wiz Exp $
 
 DISTNAME=              libvirt-1.2.9
 PKGREVISION=           37
@@ -21,6 +21,8 @@ BUILD_DEFS+=          VARBASE
 
 PYTHON_VERSIONS_ACCEPTED=      27 # py-xml
 
+CHECK_PORTABILITY_SKIP+=       docs/news.html.in
+
 PY_PATCHPLIST=         yes
 REPLACE_PYTHON+=       docs/apibuild.py
 REPLACE_PYTHON+=       src/esx/esx_vi_generator.py



Home | Main Index | Thread Index | Old Index