Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/emulators/qemu/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/emulators/qemu/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.218 retrieving revision 1.219 diff -u -p -r1.218 -r1.219 --- pkgsrc/emulators/qemu/Makefile 2019/10/21 21:45:39 1.218 +++ pkgsrc/emulators/qemu/Makefile 2019/10/24 18:22:00 1.219 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.218 2019/10/21 21:45:39 adam Exp $ +# $NetBSD: Makefile,v 1.219 2019/10/24 18:22:00 adam Exp $ DISTNAME= qemu-4.1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ EXTRACT_SUFX= .tar.xz @@ -136,12 +136,19 @@ PLIST_VARS+= ${UE_ARCHS} bridge-helper PLIST.${pvar}= yes .endfor +# different versions of Sphinx generate different static files +PLIST_SRC= PLIST ${WRKDIR}/PLIST.STATIC + TEST_TARGET= check post-install: ${INSTALL_DATA} ${FILESDIR}/Makefile.multinode-NetBSD \ ${DESTDIR}${PREFIX}/share/doc/qemu/ ${RM} -f ${DESTDIR}${PREFIX}/share/doc/qemu/interop/.buildinfo + ${RM} -f ${DESTDIR}${PREFIX}/share/doc/qemu/specs/.buildinfo + ${RM} -f ${WRKDIR}/PLIST.STATIC + cd ${DESTDIR}${PREFIX} && \ + ${FIND} share/doc/qemu -path '*/_static/*' -type f -print > ${WRKDIR}/PLIST.STATIC # On Darwin, qemu uses Cocoa and CoreAudio .if ${OPSYS} != "Darwin"