pkgsrc/devel/nasm/Makefile
wen f554cf713e Update to 2.11.06
Upstream changes:
C.1.1 Version 2.11.06

Update AVX512 instructions based on the Extension Reference (319433-021 Sept 2014).
Fix the behavior of -MF and -MD options (Bugzilla 3392280)
Updated Win32 Makefile to fix issue with build
C.1.2 Version 2.11.05

Add --v as an alias for -v (see section 2.1.25), for command-line compatibility with Yasm.
Fix a bug introduced in 2.11.03 whereby certain instructions would contain multiple REX prefixes, and thus be corrupt.
C.1.3 Version 2.11.04

Removed an invalid error checking code. Sometimes a memref only with a displacement can also set an evex flag. For example:
      vmovdqu32 [0xabcd]{k1}, zmm0
Fixed a bug in disassembler that EVEX.L'L vector length was not matched when EVEX.b was set because it was simply considered as EVEC.RC. Separated EVEX.L'L case from EVEX.RC which is ignored in matching.
C.1.4 Version 2.11.03

Fix a bug there REX prefixes were missing on instructions inside a TIMES statement.
2014-10-29 08:10:02 +00:00

29 lines
649 B
Makefile

# $NetBSD: Makefile,v 1.48 2014/10/29 08:10:02 wen Exp $
DISTNAME= nasm-2.11.06
CATEGORIES= devel lang
MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nasm.us/
COMMENT= General-purpose x86 assembler
# actually only 2-clause BSD
LICENSE= modified-bsd
AUTO_MKDIRS= yes
USE_TOOLS+= gmake makeinfo perl
GCC_REQD+= 3.0
GNU_CONFIGURE= yes
#MAKE_JOBS_SAFE= NO
INFO_FILES= yes
BUILD_TARGET= everything
INSTALL_TARGET= install_everything
INSTALL_ENV+= INSTALLROOT=${DESTDIR}
MAKE_ENV+= PERL5=${PERL5:Q}
.include "../../mk/bsd.pkg.mk"