pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/gxemul Update gxemul to 0.4.6.6. Submitted ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3f2bbf355bb
branches:  trunk
changeset: 550049:d3f2bbf355bb
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Nov 14 06:42:34 2008 +0000

description:
Update gxemul to 0.4.6.6.  Submitted by ISIHARA Takanori in PR pkg/39906.

Changes:
- Applying a patch from Kiyotaka Inaba which causes an ARM UND
  exception to be generated by the instruction word 0xe6000011, which
  is needed by gdb when running inside the emulator.  Also enabling
  ARM UND exceptions for ARM floating point instructions (needed by
  both Linux and NetBSD/arm).
- Fix for a free() bug in bootblock_iso9660.c.  Updating the
  OpenBSD/landisk installation instructions from 4.2 to 4.4, after
  verifying that it works.

diffstat:

 emulators/gxemul/Makefile |  5 ++---
 emulators/gxemul/PLIST    |  6 +++---
 emulators/gxemul/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 408a9ab7b240 -r d3f2bbf355bb emulators/gxemul/Makefile
--- a/emulators/gxemul/Makefile Fri Nov 14 03:25:55 2008 +0000
+++ b/emulators/gxemul/Makefile Fri Nov 14 06:42:34 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2008/10/24 19:55:10 minskim Exp $
+# $NetBSD: Makefile,v 1.40 2008/11/14 06:42:34 minskim Exp $
 #
 
-DISTNAME=      gxemul-0.4.6.5
-PKGREVISION=   2
+DISTNAME=      gxemul-0.4.6.6
 CATEGORIES=    emulators
 MASTER_SITES=  http://gavare.se/gxemul/src/
 
diff -r 408a9ab7b240 -r d3f2bbf355bb emulators/gxemul/PLIST
--- a/emulators/gxemul/PLIST    Fri Nov 14 03:25:55 2008 +0000
+++ b/emulators/gxemul/PLIST    Fri Nov 14 06:42:34 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2008/01/04 22:31:01 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.20 2008/11/14 06:42:34 minskim Exp $
 bin/gxemul
 man/man1/gxemul.1
 share/doc/gxemul/20040504-ultrix45-boot1.png
@@ -73,8 +73,8 @@
 share/doc/gxemul/20070308-linux-dreamcast-2_small.png
 share/doc/gxemul/20070318-netbsd-macppc.png
 share/doc/gxemul/20070318-netbsd-macppc_small.png
-share/doc/gxemul/20070419-openbsd-landisk.png
-share/doc/gxemul/20070419-openbsd-landisk_small.png
+share/doc/gxemul/20081103-openbsd-landisk.png
+share/doc/gxemul/20081103-openbsd-landisk-small.png
 share/doc/gxemul/20070616-netbsd-pmppc-diskless.png
 share/doc/gxemul/20070616-netbsd-pmppc-diskless_small.png
 share/doc/gxemul/HISTORY
diff -r 408a9ab7b240 -r d3f2bbf355bb emulators/gxemul/distinfo
--- a/emulators/gxemul/distinfo Fri Nov 14 03:25:55 2008 +0000
+++ b/emulators/gxemul/distinfo Fri Nov 14 06:42:34 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2008/10/24 19:55:10 minskim Exp $
+$NetBSD: distinfo,v 1.28 2008/11/14 06:42:34 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 (gxemul-0.4.6.6.tar.gz) = 599072df5a14565dcd10eb31faddc96a92a49cbc
+RMD160 (gxemul-0.4.6.6.tar.gz) = e29e863587340982ddaa14f65a17d29621efd461
+Size (gxemul-0.4.6.6.tar.gz) = 3345312 bytes
 SHA1 (patch-aa) = d8dbe0cb32d02d392957d1434446e4c1bf1f58ea
 SHA1 (patch-ab) = beeb04eb1b987b8ed095b5551804b640fbce36dc



Home | Main Index | Thread Index | Old Index