diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-10 21:04:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-10 21:04:40 +0000 |
commit | 99153909f29a837e726baec3f1f9a58b92758d26 (patch) | |
tree | 49b056078fd86b1bc653a408fea99743cbb602bf /emulators/psim-freebsd | |
parent | a0dd85a865aa0b7eea62b69c2b758c79749a1c45 (diff) | |
download | ports-99153909f29a837e726baec3f1f9a58b92758d26.tar.gz ports-99153909f29a837e726baec3f1f9a58b92758d26.zip |
Update to the 2002-03-10 snapshot of what will be version 5.2.
Notes
Notes:
svn path=/head/; revision=55823
Diffstat (limited to 'emulators/psim-freebsd')
-rw-r--r-- | emulators/psim-freebsd/Makefile | 17 | ||||
-rw-r--r-- | emulators/psim-freebsd/distinfo | 2 | ||||
-rw-r--r-- | emulators/psim-freebsd/files/README.patches | 4 | ||||
-rw-r--r-- | emulators/psim-freebsd/files/patch-ppc-spr-table | 17 |
4 files changed, 15 insertions, 25 deletions
diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index bd5bef88f7de..c7e8b796a6aa 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -6,12 +6,18 @@ # $FreeBSD$ # +SNAPDATE= 2002-03-10 +SNAPVER= ${SNAPDATE:S/-//g} + PORTNAME= psim-freebsd -PORTVERSION= 5.1.1 +PORTVERSION= 5.2 +PORTREVISION= ${SNAPVER} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -MASTER_SITE_SUBDIR= gdb/releases -DISTNAME= gdb-${PORTVERSION} +#MASTER_SITE_SUBDIR= gdb/releases +MASTER_SITE_SUBDIR= gdb/snapshots/current +#DISTNAME= gdb-${PORTVERSION} +DISTNAME= gdb+dejagnu-${SNAPVER} MAINTAINER= mp@FreeBSD.org @@ -37,4 +43,9 @@ do-install: ${INSTALL_DATA} ${FILESDIR}/HOW-TO ${DOCSDIR} .endif +cklatest: + ncftpls \ + ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \ + | grep gdb+dejagnu- + .include <bsd.port.post.mk> diff --git a/emulators/psim-freebsd/distinfo b/emulators/psim-freebsd/distinfo index 4c2cb204314a..507b971e4806 100644 --- a/emulators/psim-freebsd/distinfo +++ b/emulators/psim-freebsd/distinfo @@ -1 +1 @@ -MD5 (gdb-5.1.1.tar.bz2) = ad07a75320fd04fa4f80ac0f38cbd2eb +MD5 (gdb+dejagnu-20020310.tar.bz2) = a6f0347510e400bca3f818ea7d420b68 diff --git a/emulators/psim-freebsd/files/README.patches b/emulators/psim-freebsd/files/README.patches index 14dafa3833fc..f8ebc3b07d6a 100644 --- a/emulators/psim-freebsd/files/README.patches +++ b/emulators/psim-freebsd/files/README.patches @@ -17,7 +17,3 @@ Allow the simulator to load a dynamically linked OEA environment. sim/ppc/hw_tab.c: Ignore warnings for the improper alignment of the htab. A better fix would be to properly align the htab when the memory is allocated in the first place. - -sim/ppc/ppc-spr-table: -Correct 2 of the SPR entries to allow "info all-registers" to work when the -architecture is set using "set architecture powerpc:604". diff --git a/emulators/psim-freebsd/files/patch-ppc-spr-table b/emulators/psim-freebsd/files/patch-ppc-spr-table deleted file mode 100644 index bfde32193fbb..000000000000 --- a/emulators/psim-freebsd/files/patch-ppc-spr-table +++ /dev/null @@ -1,17 +0,0 @@ -diff -r -u sim/ppc/ppc-spr-table /local2/gcc/ppc/gdb+dejagnu-20011007/sim/ppc/ppc-spr-table ---- sim/ppc/ppc-spr-table Thu Apr 15 18:35:11 1999 -+++ /local2/gcc/ppc/gdb+dejagnu-20011007/sim/ppc/ppc-spr-table Fri Oct 12 11:05:25 2001 -@@ -69,6 +69,7 @@ - MMCR1:956:0:0 - PMC3:957:0:0 - PMC4:958:0:0 -+SDA:959:0:0 - DMISS:976:0:0 - DCMP:977:0:0 - HASH1:978:0:0 -@@ -85,4 +86,4 @@ - THRM1:1020:0:0 - THRM2:1021:0:0 - THRM3:1022:0:0 --HID15:1023:0:0 -+PIR:1023:0:0 |