diff options
author | rh <rh@pkgsrc.org> | 2000-04-18 09:33:55 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-04-18 09:33:55 +0000 |
commit | efdc271d33f807d07631538c9bbd8e82942bcb19 (patch) | |
tree | c930ffd2922bbdc0a4ff39f54b911ef3b6695fa9 /devel/ddd | |
parent | 8571747e3a58c449a5975e10291ca03421edb93d (diff) | |
download | pkgsrc-efdc271d33f807d07631538c9bbd8e82942bcb19.tar.gz |
Update ddd to 3.2.1. Changes are some minor bug fixes and major LessTif
bug workarounds:
- [LessTif] Helpers (such as uncompressing the DDD manual) works fine.
- [LessTif] The `Print' dialog (esp. printing to file) works fine.
- [LessTif] Restarting DDD (while saving settings) works fine.
- [LessTif] Small fixes for building with LessTif on SGI.
- [Perl] In the data display, Perl hash keys are properly quoted.
- [Ladebug] More Ladebug variants are supported.
- [Ladebug] `Edit -> Ladebug settings' should work.
- A string pointer error on 64 bit machines has been fixed.
- Minor bugs with clustered displays have been fixed.
- DDD makes more attempts in locating the initial main function.
- DDD PostScript documentation can be printed on multiple pages per sheet.
Diffstat (limited to 'devel/ddd')
-rw-r--r-- | devel/ddd/Makefile | 4 | ||||
-rw-r--r-- | devel/ddd/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index 0685b363302..9ff059664eb 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2000/03/28 02:44:01 fredb Exp $ +# $NetBSD: Makefile,v 1.28 2000/04/18 09:33:55 rh Exp $ # $FreeBSD Id: Makefile,v 1.5 1998/02/19 09:43:16 obrien Exp # -DISTNAME= ddd-3.2 +DISTNAME= ddd-3.2.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=ddd/} diff --git a/devel/ddd/files/md5 b/devel/ddd/files/md5 index 9c578c93369..d9eda19fa66 100644 --- a/devel/ddd/files/md5 +++ b/devel/ddd/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.10 2000/02/03 11:48:38 rh Exp $ +$NetBSD: md5,v 1.11 2000/04/18 09:33:57 rh Exp $ -MD5 (ddd-3.2.tar.gz) = 2f46ecb1c0dbeeee85850dc5ca89cfcc +MD5 (ddd-3.2.1.tar.gz) = a71c5fa4b0a8ba5a38dc6ae269716cd3 |