pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr  7 13:21:28 UTC 2021

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu: add some PLIST magic to avoid getting _static files into the plist again

At least if you're using print-PLIST, which is kind of hard for
this package.


To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 pkgsrc/emulators/qemu/Makefile

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

Modified files:

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.269 pkgsrc/emulators/qemu/Makefile:1.270
--- pkgsrc/emulators/qemu/Makefile:1.269        Wed Mar 31 08:52:27 2021
+++ pkgsrc/emulators/qemu/Makefile      Wed Apr  7 13:21:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.269 2021/03/31 08:52:27 reinoud Exp $
+# $NetBSD: Makefile,v 1.270 2021/04/07 13:21:28 wiz Exp $
 
 DISTNAME=      qemu-5.2.0
 PKGREVISION=   5
@@ -138,6 +138,8 @@ PLIST.${pvar}=              yes
 # different versions of Sphinx generate different static files
 PLIST_SRC=     PLIST ${WRKDIR}/PLIST.STATIC
 
+PRINT_PLIST_AWK+=      /\/_static\// { next; }
+
 TEST_TARGET=           check
 
 post-extract:



Home | Main Index | Thread Index | Old Index