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:           Thu Mar 15 22:00:48 UTC 2018

Modified Files:
        pkgsrc/emulators/qemu: Makefile
Removed Files:
        pkgsrc/emulators/qemu/files: uboot-exclude

Log Message:
remove the u-boot extraction workaround on case-insensitive filesystems

the QEMU release archive now contains the u-boot roms wrapped in
a tar.bz2 file, so the archive extracts fine anywhere


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/emulators/qemu/files/uboot-exclude

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.180 pkgsrc/emulators/qemu/Makefile:1.181
--- pkgsrc/emulators/qemu/Makefile:1.180        Mon Mar 12 11:16:27 2018
+++ pkgsrc/emulators/qemu/Makefile      Thu Mar 15 22:00:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.180 2018/03/12 11:16:27 wiz Exp $
+# $NetBSD: Makefile,v 1.181 2018/03/15 22:00:48 jdolecek Exp $
 
 DISTNAME=      qemu-2.11.1
 PKGREVISION=   1
@@ -18,11 +18,6 @@ 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