diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-05-12 20:19:47 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-05-12 20:19:47 +0000 |
commit | 3e9f4c44b950ae249d81d2f20d44a9be7b1aed12 (patch) | |
tree | 2d1099bcef5e6ff008f6d4c9d02eae0717cfd386 /devel/ht/Makefile | |
parent | e74d2cd48ffe99367f8dc657d61fcd939f8d7e5d (diff) | |
download | pkgsrc-3e9f4c44b950ae249d81d2f20d44a9be7b1aed12.tar.gz |
Update to 0.9.0:
- analyser: support for int, half and byte data-types.
- x86 disasm: invlpg, fisttp instructions added
- x86 disasm: sse, sse2, sse3 instructions added
- x86 asm: support for mmx instructions
- configure: set -DNO_NATIVE_UNALIGNED_MOVES for platforms other than x86
- removed 'include <malloc.h>' from cp-demangle.c
- fixed a buffer overflow in htperes.cc
- handle ELFs w/o segment or program sections (Thanks Daniel Black)
- don't malloc(0) (Thanks Daniel Black)
- some keyboard fixed for windows xp
Diffstat (limited to 'devel/ht/Makefile')
-rw-r--r-- | devel/ht/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ht/Makefile b/devel/ht/Makefile index db418eb3454..eb12c601543 100644 --- a/devel/ht/Makefile +++ b/devel/ht/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:25 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/12 20:19:47 jmmv Exp $ # -DISTNAME= ht-0.8.0 +DISTNAME= ht-0.9.0 PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hte/} |