summaryrefslogtreecommitdiff
path: root/emulators/gxemul
diff options
context:
space:
mode:
authorminskim <minskim>2008-10-24 19:31:01 +0000
committerminskim <minskim>2008-10-24 19:31:01 +0000
commit1f9f442b779361256f894e5b17d72a5d13d3a640 (patch)
tree3d94b1502799d9c977c7842730723a9a433bd220 /emulators/gxemul
parentba3910a499b402657f81771dea5b26dc1ff64e4c (diff)
downloadpkgsrc-1f9f442b779361256f894e5b17d72a5d13d3a640.tar.gz
Regen patch-aa with pkgdiff so that it conatins the NetBSD tag.
Diffstat (limited to 'emulators/gxemul')
-rw-r--r--emulators/gxemul/distinfo4
-rw-r--r--emulators/gxemul/patches/patch-aa11
2 files changed, 8 insertions, 7 deletions
diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo
index 37be39e7d55..71b8244dd2e 100644
--- a/emulators/gxemul/distinfo
+++ b/emulators/gxemul/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2008/09/14 06:15:35 tsutsui Exp $
+$NetBSD: distinfo,v 1.26 2008/10/24 19:31:01 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) = 0274334a1ef8e348ee39194331c3e92660dbda7c
+SHA1 (patch-aa) = d8dbe0cb32d02d392957d1434446e4c1bf1f58ea
diff --git a/emulators/gxemul/patches/patch-aa b/emulators/gxemul/patches/patch-aa
index 6af48603e34..16d44c1d7b8 100644
--- a/emulators/gxemul/patches/patch-aa
+++ b/emulators/gxemul/patches/patch-aa
@@ -1,6 +1,8 @@
---- src/promemul/arcbios.c.orig 2007-08-30 05:36:35.000000000 +0900
-+++ src/promemul/arcbios.c 2008-02-02 12:13:18.000000000 +0900
-@@ -2211,7 +2211,10 @@
+$NetBSD: patch-aa,v 1.6 2008/10/24 19:31:01 minskim Exp $
+
+--- src/promemul/arcbios.c.orig 2008-01-18 11:12:33.000000000 -0800
++++ src/promemul/arcbios.c
+@@ -2211,7 +2211,10 @@ static void arc_environment_setup(struct
}
if (machine->machine_type == MACHINE_ARC)
@@ -12,7 +14,7 @@
CHECK_ALLOCATION(machine->bootstr = malloc(ARC_BOOTSTR_BUFLEN));
-@@ -2362,20 +2365,17 @@
+@@ -2362,20 +2365,17 @@ static void arc_environment_setup(struct
add_environment_string(cpu, "kernname=unix", &addr);
} else {
char *tmp;
@@ -39,4 +41,3 @@
}
/* End the environment strings with an empty zero-terminated
-