diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-26 00:10:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-26 00:10:28 +0000 |
commit | cb8526379b38f8054af043bacbb4a9d5b3a6808c (patch) | |
tree | 7aa19839e9e28bcc11e0faa842e44d391a6d046a /emulators/psim-freebsd | |
parent | 5307d2e296e6cee0e34fc1328285665345f2dc43 (diff) | |
download | ports-cb8526379b38f8054af043bacbb4a9d5b3a6808c.tar.gz ports-cb8526379b38f8054af043bacbb4a9d5b3a6808c.zip |
Notes
Diffstat (limited to 'emulators/psim-freebsd')
-rw-r--r-- | emulators/psim-freebsd/Makefile | 2 | ||||
-rw-r--r-- | emulators/psim-freebsd/distinfo | 2 | ||||
-rw-r--r-- | emulators/psim-freebsd/files/patch-hw_disk.c | 12 |
3 files changed, 14 insertions, 2 deletions
diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index 67b2048b4f9d..e25d351cf11f 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -SNAPDATE= 2002-03-15 +SNAPDATE= 2002-03-25 SNAPVER= ${SNAPDATE:S/-//g} PORTNAME= psim-freebsd diff --git a/emulators/psim-freebsd/distinfo b/emulators/psim-freebsd/distinfo index 84117166b3f7..a550ccdcdece 100644 --- a/emulators/psim-freebsd/distinfo +++ b/emulators/psim-freebsd/distinfo @@ -1 +1 @@ -MD5 (gdb+dejagnu-5.1.90_20020315.tar.bz2) = 4130d6307938c3f5275080a891415fd2 +MD5 (gdb+dejagnu-5.1.90_20020325.tar.bz2) = ef057b1998931fa3afaed3c783d8efaf diff --git a/emulators/psim-freebsd/files/patch-hw_disk.c b/emulators/psim-freebsd/files/patch-hw_disk.c new file mode 100644 index 000000000000..53b67cf2d51a --- /dev/null +++ b/emulators/psim-freebsd/files/patch-hw_disk.c @@ -0,0 +1,12 @@ +--- sim/ppc/hw_disk.c.orig Thu Apr 15 18:35:09 1999 ++++ sim/ppc/hw_disk.c Mon Mar 25 15:58:01 2002 +@@ -232,6 +232,9 @@ + space, address, 0/*size*/, access_read_write_exec, + me); + ++ /* Tell the world we are a disk. */ ++ device_add_string_property(me, "device_type", "disk"); ++ + /* get the name of the file specifying the disk image */ + disk->name_index = 0; + disk->nr_names = device_find_string_array_property(me, "file", |