aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu-devel/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-11-30 04:58:35 +0800
committermiwi <miwi@FreeBSD.org>2006-11-30 04:58:35 +0800
commit732af50cc49d7595a2545ffe542c9ded84922e26 (patch)
tree2b04066c4db589a8bc7d8aeec9d9a8b594fb3d88 /emulators/qemu-devel/Makefile
parent4f03f16059ade05d3e6dc0e59e25ef58fbc8449a (diff)
downloadfreebsd-ports-gnome-732af50cc49d7595a2545ffe542c9ded84922e26.tar.gz
freebsd-ports-gnome-732af50cc49d7595a2545ffe542c9ded84922e26.tar.zst
freebsd-ports-gnome-732af50cc49d7595a2545ffe542c9ded84922e26.zip
- Update to 2006-11-28 snapshot
- Fix WITHOUT_CDROM_DMA check which was the wrong way around (doh!) - Document physical device problems in pkg-message and move aio item to the bottom so it has a slightly smaller chance of being overlooked PR: ports/105971 Submitted by: Juergen Lock (maintainer)
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r--emulators/qemu-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index f2be5e352867..e7183d593a88 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qemu
-PORTVERSION= 0.8.2s.20061102
+PORTVERSION= 0.8.2s.20061128
CATEGORIES= emulators
MASTER_SITES= http://www.qemu.org/:release \
http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.qemu.org/:release \
http://www.volny.cz/xnavara/qemu/:snapshot \
http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \
http://people.freebsd.org/~maho/qemu/:misc
-DISTNAME= ${PORTNAME}-snapshot-2006-11-02_05
+DISTNAME= ${PORTNAME}-snapshot-2006-11-28_05
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot
DIST_SUBDIR= qemu
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
@@ -93,7 +93,7 @@ post-patch:
.if defined(WITH_RTL8139_TIMER)
@cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/rtl8139-re-patch
.endif
-.if !defined(WITHOUT_CDROM_DMA)
+.if defined(WITHOUT_CDROM_DMA)
@cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/cdrom-dma-patch
.endif
@${REINPLACE_CMD} -E \