pkgsrc-WIP-changes archive

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

libvirt: ignore docs/* in portability checks



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Sep 12 00:07:00 2021 +0200
Changeset:	b01c9b04ab1003e650a321cd7282c26aa44a5085

Modified Files:
	libvirt/Makefile

Log Message:
libvirt: ignore docs/* in portability checks

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b01c9b04ab1003e650a321cd7282c26aa44a5085

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libvirt/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/libvirt/Makefile b/libvirt/Makefile
index f9bba715bc..e3acfc247f 100644
--- a/libvirt/Makefile
+++ b/libvirt/Makefile
@@ -139,6 +139,8 @@ CONFIGURE_ARGS.Linux+=	--with-storage-mpath=yes
 # Unit files for all distros, harmless for other inits.
 CONFIGURE_ARGS.Linux+=	--with-init-script=systemd
 
+CHECK_PORTABILITY_SKIP+=	docs/*
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Linux"


Home | Main Index | Thread Index | Old Index