diff options
author | frueauf <frueauf> | 1999-01-07 16:27:33 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-01-07 16:27:33 +0000 |
commit | 84f78b8d025c7849395a1dd44beb587b46f0276c (patch) | |
tree | 5d9f7989685ad8a62b349a2f75b509a22fb2cc58 /devel/ddd | |
parent | 76bbe7fe29bd61fddfc4d6b8a927edf88e75196c (diff) | |
download | pkgsrc-84f78b8d025c7849395a1dd44beb587b46f0276c.tar.gz |
Update ddd to 3.1.3.
DDD 3.1.3 fixes more minor bugs in DDD 3.1.
- Invoking DDD with a non-existing file name works.
- Displays disabled by GDB are created and refreshed properly.
- [HP-UX, SGI] Perl no longer exits upon start-up.
- [LessTif] Worked around a LessTif bug that made DDD insensitive to input.
- [Build] New configuration files from Autoconf 2.13.
There are no new features in DDD 3.1.3. You don't need to upgrade to
unless you suffer from one of these bugs.
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 bf445dbc4a2..597244acee3 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 1998/12/21 00:32:32 frueauf Exp $ +# $NetBSD: Makefile,v 1.18 1999/01/07 16:27:33 frueauf Exp $ # $FreeBSD Id: Makefile,v 1.5 1998/02/19 09:43:16 obrien Exp # -DISTNAME= ddd-3.1.2 +DISTNAME= ddd-3.1.3 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 ddd-3.1 ddd-3.1.1 +CONFLICTS= ddd-* USE_MOTIF= yes GNU_CONFIGURE= yes diff --git a/devel/ddd/files/md5 b/devel/ddd/files/md5 index b78259c1390..70f353621c0 100644 --- a/devel/ddd/files/md5 +++ b/devel/ddd/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.5 1998/12/21 00:32:32 frueauf Exp $ +$NetBSD: md5,v 1.6 1999/01/07 16:27:33 frueauf Exp $ -MD5 (ddd-3.1.2.tar.gz) = efb8705576bd163ad9b5100b920818c0 +MD5 (ddd-3.1.3.tar.gz) = cd73af8f980c115b2afa5ee65a04d2f7 |