diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-04 00:32:38 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-04 00:32:38 +0000 |
commit | fe5c151de41b0a0c6315856eadf58f4c82aeaf72 (patch) | |
tree | 287153241dcb5d8cc58ae5b3288f21777824b54d /emulators/psim-freebsd | |
parent | 745067e4018783a3e27b501fcc5798316eeca195 (diff) | |
download | ports-fe5c151de41b0a0c6315856eadf58f4c82aeaf72.tar.gz ports-fe5c151de41b0a0c6315856eadf58f4c82aeaf72.zip |
Notes
Diffstat (limited to 'emulators/psim-freebsd')
-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", |