diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-12-07 11:37:51 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-12-07 11:37:51 +0000 |
commit | 72eb3cf8f8568a76c5db8358a944e70bf59b75aa (patch) | |
tree | 23efffe4a427d9dc0e0c1450f405cdea28ff4804 /devel/ddd | |
parent | fcafd61a6a6bb7b235951a997720e13486d733f4 (diff) | |
download | pkgsrc-72eb3cf8f8568a76c5db8358a944e70bf59b75aa.tar.gz |
Update ddd to 3.1.1.
DDD 3.1.1 fixes a number of minor bugs in DDD 3.1:
- Work around EGCS 1.1 bug on Linux
- Make sure ostrstream::pcount() is not considered broken when
using `gcc' (instead of `c++' or `g++') as C++ compiler
- Handle empty status displays properly
- Recognize multiple breakpoints as reported by the Perl debugger
as of Perl 5.005 and later
- Handle incomplete DBX output correctly, such as prompts of the
debugged program. For details, see the new `positionTimeout' and
`displayTimeout' resources.
- Under certain circumstances, DDD could hang searching for a Java
class.
- Using a remote GDB, a new execution window was launched for each
program run.
- Using the execution window, Program->Run Again and the `run' command
tool button cleared all arguments.
There are no new features in DDD 3.1.1.
Diffstat (limited to 'devel/ddd')
-rw-r--r-- | devel/ddd/Makefile | 6 | ||||
-rw-r--r-- | devel/ddd/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index e61cb6d41f2..e9d49bec0b7 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 1998/12/04 09:36:25 tron Exp $ +# $NetBSD: Makefile,v 1.16 1998/12/07 11:37:51 frueauf Exp $ # $FreeBSD Id: Makefile,v 1.5 1998/02/19 09:43:16 obrien Exp # -DISTNAME= ddd-3.1 +DISTNAME= ddd-3.1.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/ \ ftp://richb-pc.acc.qc.edu/pub/ddd/ \ @@ -14,7 +14,7 @@ HOMEPAGE= http://www.cs.tu-bs.de/softech/ddd/ DEPENDS+= xpm-3.4k:../../graphics/xpm -CONFLICTS= ddd-2.2.3 +CONFLICTS= ddd-2.2.3 ddd-3.1 USE_MOTIF= yes GNU_CONFIGURE= yes diff --git a/devel/ddd/files/md5 b/devel/ddd/files/md5 index 9d982414f7d..1dfb69f811c 100644 --- a/devel/ddd/files/md5 +++ b/devel/ddd/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 1998/12/03 09:08:24 frueauf Exp $ +$NetBSD: md5,v 1.4 1998/12/07 11:37:52 frueauf Exp $ -MD5 (ddd-3.1.tar.gz) = 04771fb822eafcb4d66f983290464a92 +MD5 (ddd-3.1.1.tar.gz) = 30a75d3be96d919550c89d7dcedf4d9b |