pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/gxemul Apply a patch from FreeBSD Ports:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4ccf8c5c7ff
branches:  trunk
changeset: 548846:e4ccf8c5c7ff
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Oct 24 19:55:10 2008 +0000

description:
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:

 emulators/gxemul/Makefile         |   4 ++--
 emulators/gxemul/distinfo         |   3 ++-
 emulators/gxemul/patches/patch-ab |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 60615c749aa3 -r e4ccf8c5c7ff emulators/gxemul/Makefile
--- a/emulators/gxemul/Makefile Fri Oct 24 19:41:28 2008 +0000
+++ b/emulators/gxemul/Makefile Fri Oct 24 19:55:10 2008 +0000
@@ -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/
 
diff -r 60615c749aa3 -r e4ccf8c5c7ff emulators/gxemul/distinfo
--- a/emulators/gxemul/distinfo Fri Oct 24 19:41:28 2008 +0000
+++ b/emulators/gxemul/distinfo Fri Oct 24 19:55:10 2008 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.26 2008/10/24 19:31:01 minskim Exp $
+$NetBSD: distinfo,v 1.27 2008/10/24 19:55:10 minskim Exp $
 
 SHA1 (gxemul-0.4.6.5.tar.gz) = 9eaee8a7f0ce811199e206b736e87208b0b6fe29
 RMD160 (gxemul-0.4.6.5.tar.gz) = edc2a51d13e5c0e85a6cd5ac54d63aa605b22275
 Size (gxemul-0.4.6.5.tar.gz) = 2187357 bytes
 SHA1 (patch-aa) = d8dbe0cb32d02d392957d1434446e4c1bf1f58ea
+SHA1 (patch-ab) = beeb04eb1b987b8ed095b5551804b640fbce36dc
diff -r 60615c749aa3 -r e4ccf8c5c7ff emulators/gxemul/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/gxemul/patches/patch-ab Fri Oct 24 19:55:10 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2008/10/24 19:55:10 minskim Exp $
+
+--- src/devices/bus_pci.c.orig 2008-01-18 11:12:27.000000000 -0800
++++ src/devices/bus_pci.c
+@@ -776,6 +776,8 @@ int piix_ide_cfg_reg_write(struct pci_de
+       void *wdc1 = ((struct piix_ide_extra *)pd->extra)->wdc1;
+       int enabled = 0;
+ 
++      PCI_SET_DATA(reg, value);
++
+       switch (reg) {
+       case PCI_COMMAND_STATUS_REG:
+               if (value & PCI_COMMAND_IO_ENABLE)



Home | Main Index | Thread Index | Old Index