summaryrefslogtreecommitdiff
path: root/devel/yasm/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-12-04 20:00:01 +0000
committerkristerw <kristerw@pkgsrc.org>2005-12-04 20:00:01 +0000
commite22273d1879e8dad313605876290a7cd71dd5596 (patch)
treec498bfbb47c4cfd9f743ddadf0df362c68b4cfc9 /devel/yasm/Makefile
parent0de796fcf5e4e5186643819241dab013c7aadcf4 (diff)
downloadpkgsrc-e22273d1879e8dad313605876290a7cd71dd5596.tar.gz
Update yasm to 0.4.0 using patches provided by FUKAUMI Naoki in PR pkg/30445.
New features since 0.2.2: * ELF AMD64 and 32-bit shared object support (using the NASM notation "WRT ..got", etc). * STABS debugging format (enable with "-g stabs"). * NASM-like list format. * XDF object format (64-bit basic format, similar in spirit to NASM's RDF). * Dozens of bugfixes in x86 and AMD64 support. * Numerous cross-platform build fixes. * No perl dependencies for standard build. * New man pages: yasm(1) and yasm_arch(7). * Full support for ELF, including support for both AMD64 and 32-bit x86 targets; note: for AMD64 output, the machine type must be set to "amd64" using the "-m" command line option, e.g. "yasm -m amd64 -f elf test.asm". * Full warnings for integer overflow. * Full support for AMD64 RIP-relative addressing; the two forms supported are "[rip+val]" (direct index) and "[sym wrt rip]" (relocated relative). * Many AMD64 bugfixes including correct operand size handling (and o64 override); thanks to the many bug reports to help improve YASM in this area!
Diffstat (limited to 'devel/yasm/Makefile')
-rw-r--r--devel/yasm/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile
index 3423c2bb6b7..3a967ac85b2 100644
--- a/devel/yasm/Makefile
+++ b/devel/yasm/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2005/07/16 01:19:09 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/12/04 20:00:01 kristerw Exp $
#
-DISTNAME= yasm-0.2.2
-PKGREVISION= 2
+DISTNAME= yasm-0.4.0
CATEGORIES= devel
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/
@@ -14,7 +13,6 @@ BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-USE_TOOLS+= perl
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"