diff options
author | minskim <minskim@pkgsrc.org> | 2008-10-24 19:55:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-10-24 19:55:10 +0000 |
commit | ff6667f910afdf91b895c22200244c581fbc5799 (patch) | |
tree | ad8924f374ad7532b545e7b43681958dd2b66ab0 /emulators/gxemul/Makefile | |
parent | 80e4da55600e40bae16eec63b67cbebfe262d359 (diff) | |
download | pkgsrc-ff6667f910afdf91b895c22200244c581fbc5799.tar.gz |
Apply a patch from FreeBSD Ports:
Due to small issue with gxemul (PCI registers values of piix
controller are not saved having been written) FreeBSD in
gxemul panics after detecting IDE devices. Apply this patch to
fix it...
Bump PKGREVISION.
Diffstat (limited to 'emulators/gxemul/Makefile')
-rw-r--r-- | emulators/gxemul/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index f683c18238f..6bfc57b9146 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2008/09/14 06:15:35 tsutsui Exp $ +# $NetBSD: Makefile,v 1.39 2008/10/24 19:55:10 minskim Exp $ # DISTNAME= gxemul-0.4.6.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ |