diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-02-23 11:07:35 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-02-23 11:07:35 +0000 |
commit | 63f3d833a30ec4a509192bdb26468ca69e0a73df (patch) | |
tree | ff8f6d456a73c615b7f6a95322e233e3bfaa19fe /cad/dinotrace/Makefile | |
parent | 84f80908e8d85f47594fe68cf242577f105a8f92 (diff) | |
download | pkgsrc-63f3d833a30ec4a509192bdb26468ca69e0a73df.tar.gz |
update to dinotrace-9.2a
* Dinotrace 9.2a 12/20/2004
** NEWS file is now renamed Changes.
** Added signal note and cursor note menu items. [Shane Coffman]
** Searching for a non-vector signal will now return a vectored signal.
For example a pattern "Foo" will find "Foo[1:0]." [Shane Coffman]
**** Save cursor notes in Customize save files. [Thomas Dmukauskas]
**** Fix compilation errors on GCC 3.4. [Jaroslaw Gorny]
**** Fix segfault when using grid timerep without grid. [Scott Venier]
* Dinotrace 9.1n 10/22/2004
**** Fix slow file reading with >128 bit __en signals. [Ta-Chung Chang]
**** Fix signed analog display. [Uwe Bonnes]
* Dinotrace 9.1m 04/21/2004
*** Fix duplicate and embeded __en cosmos signals. [Krishna Rangan]
**** Fix buffer overrun bugs. [Samuel Ho]
Diffstat (limited to 'cad/dinotrace/Makefile')
-rw-r--r-- | cad/dinotrace/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 62a4b14e6d5..556eef3edf4 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2004/10/03 00:13:12 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/02/23 11:07:35 dmcmahill Exp $ # -DISTNAME= dinotrace-9.1k -PKGREVISION= 2 +DISTNAME= dinotrace-9.2a CATEGORIES= cad MASTER_SITES= http://www.veripool.com/ftp/ @@ -15,6 +14,7 @@ INFO_FILES= dinotrace.info USE_BUILDLINK3= YES USE_PERL5= build USE_X11= YES +USE_GNU_TOOLS+= make .include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |