diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-26 08:10:28 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-26 08:10:28 +0800 |
commit | 374fcb41794b0716e6d6bfd9903f555e4cb6fd83 (patch) | |
tree | cbb3ae0b9c22fdea0d180dc84db967b50081350f /emulators | |
parent | 9cdcb9d2c18c592337d422f68d348037caa9668a (diff) | |
download | freebsd-ports-gnome-374fcb41794b0716e6d6bfd9903f555e4cb6fd83.tar.gz freebsd-ports-gnome-374fcb41794b0716e6d6bfd9903f555e4cb6fd83.tar.zst freebsd-ports-gnome-374fcb41794b0716e6d6bfd9903f555e4cb6fd83.zip |
Update to the 2002-03-25 snapshot of what will be version 5.2.
Diffstat (limited to 'emulators')
-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", |