diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-01-21 23:10:06 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-01-21 23:10:06 +0000 |
commit | b8f9ac355b413005f68d430853429354b95673d9 (patch) | |
tree | c30b925a37b56ecae5e404509012052822b709ca | |
parent | df6ed0455fd10d73455204f137cd1c87d0a9c32b (diff) | |
download | ports-b8f9ac355b413005f68d430853429354b95673d9.tar.gz ports-b8f9ac355b413005f68d430853429354b95673d9.zip |
Notes
-rw-r--r-- | emulators/qemu-devel/Makefile | 9 | ||||
-rw-r--r-- | emulators/qemu-devel/distinfo | 3 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 9 | ||||
-rw-r--r-- | emulators/qemu/distinfo | 3 |
4 files changed, 20 insertions, 4 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index a9460fd6e0fa..5966bbf14e28 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -13,10 +13,11 @@ MASTER_SITES= http://www.qemu.org/:release \ http://people.fruitsalad.org/nox/qemu/:snapshot \ http://www.volny.cz/xnavara/qemu/:snapshot \ http://qemu.dad-answers.com/download/qemu/:snapshot \ - http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma + http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \ + http://people.freebsd.org/~maho/qemu/:misc DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:release .if defined (WITH_HACKS) -DISTFILES+= qemu_dma_patch.tar.gz:idedma +DISTFILES+= qemu_dma_patch.tar.gz:idedma patch3_cirrus:misc .endif DIST_SUBDIR= qemu EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -64,6 +65,9 @@ pre-everything:: @${ECHO_MSG} "You can build qemu with some hacks (esp. for speedup)" @${ECHO_MSG} "by defining WITH_HACKS." @${ECHO_MSG} "1. IDE Bus-master DMA Support by John Coiner" + @${ECHO_MSG} "http://people.brandeis.edu/~jcoiner/qemu_idedma/qemu_dma_patch.html" + @${ECHO_MSG} "2. higher speed on large display (cirrus_vga) by Juergen Pfennig" + @${ECHO_MSG} "http://lists.gnu.org/archive/html/qemu-devel/2006-01/msg00208.html" .endif .if !defined(WITH_SAMBA) && !exists(${LOCALBASE}/sbin/smbd) @${ECHO_MSG} "Notice: if you need qemu's -smb option (smb-export local dir to guest)" @@ -84,6 +88,7 @@ pre-patch: post-patch: .if defined(WITH_HACKS) @cd ${WRKDIR} ; ${TAR} xvfz ${DISTDIR}/${DIST_SUBDIR}/qemu_dma_patch.tar.gz ; ${CP} new_qemu_dma_patch/bios.bin ${WRKSRC}/pc-bios; cd ${WRKSRC}; ${PATCH} --quiet -p1 < ../new_qemu_dma_patch/qemu-piix4-udma.patch + cd ${WRKSRC} ; ${PATCH} < ${DISTDIR}/${DIST_SUBDIR}/patch3_cirrus .endif post-install: diff --git a/emulators/qemu-devel/distinfo b/emulators/qemu-devel/distinfo index 57c380becdc7..2875a220fc36 100644 --- a/emulators/qemu-devel/distinfo +++ b/emulators/qemu-devel/distinfo @@ -4,3 +4,6 @@ SIZE (qemu/qemu-0.8.0.tar.gz) = 1497965 MD5 (qemu/qemu_dma_patch.tar.gz) = 5e339dc201d411af56bad684d3f89338 SHA256 (qemu/qemu_dma_patch.tar.gz) = cdf74bf5e079d835e100f116d940686b13ec2b7ed6aee5a6a97a4441ea5f2b8f SIZE (qemu/qemu_dma_patch.tar.gz) = 25837 +MD5 (qemu/patch3_cirrus) = ebe7ed9fce804c49e024bc93bfdfc810 +SHA256 (qemu/patch3_cirrus) = e862371834b7d895a896fbdb84fd9f70d17b5729a6f6789a48a61504fc941e11 +SIZE (qemu/patch3_cirrus) = 8817 diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index a9460fd6e0fa..5966bbf14e28 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -13,10 +13,11 @@ MASTER_SITES= http://www.qemu.org/:release \ http://people.fruitsalad.org/nox/qemu/:snapshot \ http://www.volny.cz/xnavara/qemu/:snapshot \ http://qemu.dad-answers.com/download/qemu/:snapshot \ - http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma + http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \ + http://people.freebsd.org/~maho/qemu/:misc DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:release .if defined (WITH_HACKS) -DISTFILES+= qemu_dma_patch.tar.gz:idedma +DISTFILES+= qemu_dma_patch.tar.gz:idedma patch3_cirrus:misc .endif DIST_SUBDIR= qemu EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -64,6 +65,9 @@ pre-everything:: @${ECHO_MSG} "You can build qemu with some hacks (esp. for speedup)" @${ECHO_MSG} "by defining WITH_HACKS." @${ECHO_MSG} "1. IDE Bus-master DMA Support by John Coiner" + @${ECHO_MSG} "http://people.brandeis.edu/~jcoiner/qemu_idedma/qemu_dma_patch.html" + @${ECHO_MSG} "2. higher speed on large display (cirrus_vga) by Juergen Pfennig" + @${ECHO_MSG} "http://lists.gnu.org/archive/html/qemu-devel/2006-01/msg00208.html" .endif .if !defined(WITH_SAMBA) && !exists(${LOCALBASE}/sbin/smbd) @${ECHO_MSG} "Notice: if you need qemu's -smb option (smb-export local dir to guest)" @@ -84,6 +88,7 @@ pre-patch: post-patch: .if defined(WITH_HACKS) @cd ${WRKDIR} ; ${TAR} xvfz ${DISTDIR}/${DIST_SUBDIR}/qemu_dma_patch.tar.gz ; ${CP} new_qemu_dma_patch/bios.bin ${WRKSRC}/pc-bios; cd ${WRKSRC}; ${PATCH} --quiet -p1 < ../new_qemu_dma_patch/qemu-piix4-udma.patch + cd ${WRKSRC} ; ${PATCH} < ${DISTDIR}/${DIST_SUBDIR}/patch3_cirrus .endif post-install: diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index 57c380becdc7..2875a220fc36 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -4,3 +4,6 @@ SIZE (qemu/qemu-0.8.0.tar.gz) = 1497965 MD5 (qemu/qemu_dma_patch.tar.gz) = 5e339dc201d411af56bad684d3f89338 SHA256 (qemu/qemu_dma_patch.tar.gz) = cdf74bf5e079d835e100f116d940686b13ec2b7ed6aee5a6a97a4441ea5f2b8f SIZE (qemu/qemu_dma_patch.tar.gz) = 25837 +MD5 (qemu/patch3_cirrus) = ebe7ed9fce804c49e024bc93bfdfc810 +SHA256 (qemu/patch3_cirrus) = e862371834b7d895a896fbdb84fd9f70d17b5729a6f6789a48a61504fc941e11 +SIZE (qemu/patch3_cirrus) = 8817 |