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:   jdolecek
Date:           Sat Oct 14 12:30:44 UTC 2017

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu: fix extraction of 2.10.* on case-insensitive filesystems

Exclude from roms/u-boot/scripts/Kconfig to fix extraction on case-insensitive
filesystems (e.g. Mac OS), there is a conflict between kconfig directory and
Kconfig file. The file is not used for anything, u-boot sources
are included just to comply with upstream licence. Hopefully u-boot will
be fixed, and next qemu version updated to include the fixed version.
Bumped PKGREVISION just in case nevertheless.

More info: https://bugs.launchpad.net/qemu/+bug/1714750
u-boot patch: https://lists.denx.de/pipermail/u-boot/2017-September/307910.html


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 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.173 pkgsrc/emulators/qemu/Makefile:1.174
--- pkgsrc/emulators/qemu/Makefile:1.173        Wed Oct 11 19:53:23 2017
+++ pkgsrc/emulators/qemu/Makefile      Sat Oct 14 12:30:44 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.173 2017/10/11 19:53:23 adam Exp $
+# $NetBSD: Makefile,v 1.174 2017/10/14 12:30:44 jdolecek Exp $
 
 DISTNAME=      qemu-2.10.1
+PKGREVISION=   1
 CATEGORIES=    emulators
 MASTER_SITES=  http://download.qemu-project.org/
 EXTRACT_SUFX=  .tar.xz
@@ -17,6 +18,11 @@ FAKE_NCURSES=                yes
 UNLIMIT_RESOURCES=     datasize
 HAS_CONFIGURE=         yes
 
+# XXX u-boot updated in 2.10.0 causes extact problem on case-insensitive
+# XXX filesystems; for now just don't extract it, as it's not actually used
+# XXX see: https://bugs.launchpad.net/qemu/+bug/1714750
+EXTRACT_OPTS+=         -X ${FILESDIR}/uboot-exclude
+
 BUILD_DEPENDS+=                texi2html-[0-9]*:../../textproc/texi2html
 
 SUBST_CLASSES+=                        prefix



Home | Main Index | Thread Index | Old Index