diff options
author | nox <nox@FreeBSD.org> | 2013-09-06 01:39:25 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2013-09-06 01:39:25 +0800 |
commit | f3f10c3758bbae25e03ee929d2c078856da81b08 (patch) | |
tree | a0db012eb69bdee5d21fa8f0c5a8ff38a4be5549 /emulators/qemu-devel/Makefile | |
parent | a4613d621182fa8aba50dcd9e24f5e9577403350 (diff) | |
download | freebsd-ports-gnome-f3f10c3758bbae25e03ee929d2c078856da81b08.tar.gz freebsd-ports-gnome-f3f10c3758bbae25e03ee929d2c078856da81b08.tar.zst freebsd-ports-gnome-f3f10c3758bbae25e03ee929d2c078856da81b08.zip |
- Add patch to fix pcnet-pci NIC big endian guests like MIPS Malta: [1]
http://lists.nongnu.org/archive/html/qemu-stable/2013-08/msg00217.html
See also gonzo's blog post:
http://kernelnomicon.org/?p=401
- Bump PORTREVISION.
Submitted by: gonzo (via irc) [1]
Obtained from: qemu upstream [1]
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 8017d281e739..48a84097ee2b 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot |