diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-04 08:32:38 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-04 08:32:38 +0800 |
commit | 0ddf3b09d95a9a593719470d6860b12c5a9e1a95 (patch) | |
tree | f13ad682005236abfdfbb3463c5a6d536850960e /emulators | |
parent | 0f78a977b1c3b8f60c6b7b61e85eb8cdc52b197d (diff) | |
download | freebsd-ports-gnome-0ddf3b09d95a9a593719470d6860b12c5a9e1a95.tar.gz freebsd-ports-gnome-0ddf3b09d95a9a593719470d6860b12c5a9e1a95.tar.zst freebsd-ports-gnome-0ddf3b09d95a9a593719470d6860b12c5a9e1a95.zip |
Update to the 2002-04-02 snapshot of what will be version 5.2.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/psim-freebsd/Makefile | 12 | ||||
-rw-r--r-- | emulators/psim-freebsd/distinfo | 2 | ||||
-rw-r--r-- | emulators/psim-freebsd/files/patch-hw_disk.c | 12 |
3 files changed, 7 insertions, 19 deletions
diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index e25d351cf11f..93af4caad7e0 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -SNAPDATE= 2002-03-25 +SNAPDATE= 2002-04-02 SNAPVER= ${SNAPDATE:S/-//g} PORTNAME= psim-freebsd @@ -16,19 +16,19 @@ CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEWARE} #MASTER_SITE_SUBDIR= gdb/releases MASTER_SITE_SUBDIR= gdb/snapshots/branch -#DISTNAME= gdb-${PORTVERSION} -DISTNAME= gdb+dejagnu-5.1.90_${SNAPVER} +DISTNAME= gdb+dejagnu-weekly-5.1.90_${SNAPVER} MAINTAINER= mp@FreeBSD.org USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf --program-suffix=psim +CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \ + --program-suffix=psim +WRKSRC= ${WRKDIR}/gdb+dejagnu-5.1.90_${SNAPVER} pre-configure: - cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo + @cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME} diff --git a/emulators/psim-freebsd/distinfo b/emulators/psim-freebsd/distinfo index a550ccdcdece..e58659004ec9 100644 --- a/emulators/psim-freebsd/distinfo +++ b/emulators/psim-freebsd/distinfo @@ -1 +1 @@ -MD5 (gdb+dejagnu-5.1.90_20020325.tar.bz2) = ef057b1998931fa3afaed3c783d8efaf +MD5 (gdb+dejagnu-weekly-5.1.90_20020402.tar.bz2) = b6645861d77dc32317ad2dd7991fffcf diff --git a/emulators/psim-freebsd/files/patch-hw_disk.c b/emulators/psim-freebsd/files/patch-hw_disk.c deleted file mode 100644 index 53b67cf2d51a..000000000000 --- a/emulators/psim-freebsd/files/patch-hw_disk.c +++ /dev/null @@ -1,12 +0,0 @@ ---- 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", |