pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/nasm nasm: updated to 2.14.02



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0248e0ef12d9
branches:  trunk
changeset: 327630:0248e0ef12d9
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 05 00:01:32 2019 +0000

description:
nasm: updated to 2.14.02

Version 2.14.02
Fix crash due to multiple errors or warnings during the code generation pass if a list file is specified.

Version 2.14.01
Create all system-defined macros defore processing command-line given preprocessing directives (-p, -d, -u, --pragma, --before).
If debugging is enabled, define a __DEBUG_FORMAT__ predefined macro. See section 4.11.7.
Fix an assert for the case in the obj format when a SEG operator refers to an EXTERN symbol declared further down in the code.
Fix a corner case in the floating-point code where a binary, octal or hexadecimal floating-point having at least 32, 11, or 8 mantissa digits could produce slightly incorrect results under very 
specific conditions.
Support -MD without a filename, for gcc compatibility. -MF can be used to set the dependencies output filename. See section 2.1.7.
Fix -E in combination with -MD. See section 2.1.21.
Fix missing errors on redefined labels; would cause convergence failure instead which is very slow and not easy to debug.
Duplicate definitions of the same label with the same value is now explicitly permitted (2.14 would allow it in some circumstances.)
Add the option --no-line to ignore %line directives in the source. See section 2.1.33 and section 4.10.1.

diffstat:

 devel/nasm/Makefile |   5 +++--
 devel/nasm/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 8e86020ce4de -r 0248e0ef12d9 devel/nasm/Makefile
--- a/devel/nasm/Makefile       Fri Jan 04 23:44:42 2019 +0000
+++ b/devel/nasm/Makefile       Sat Jan 05 00:01:32 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2018/12/18 09:24:33 adam Exp $
+# $NetBSD: Makefile,v 1.61 2019/01/05 00:01:32 adam Exp $
 
-DISTNAME=      nasm-2.14
+DISTNAME=      nasm-2.14.02
 CATEGORIES=    devel lang
 MASTER_SITES=  http://www.nasm.us/pub/nasm/releasebuilds/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.xz
@@ -20,6 +20,7 @@
 
 BUILD_TARGET=          everything
 INSTALL_TARGET=                install_everything
+TEST_TARGET=           test
 
 MAKE_ENV+=     PERL5=${PERL5:Q}
 
diff -r 8e86020ce4de -r 0248e0ef12d9 devel/nasm/distinfo
--- a/devel/nasm/distinfo       Fri Jan 04 23:44:42 2019 +0000
+++ b/devel/nasm/distinfo       Sat Jan 05 00:01:32 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2018/12/18 09:24:33 adam Exp $
+$NetBSD: distinfo,v 1.32 2019/01/05 00:01:32 adam Exp $
 
-SHA1 (nasm-2.14.tar.xz) = 02c59169d7977846eac851b6c742fb235dd102c9
-RMD160 (nasm-2.14.tar.xz) = 12ce766abe1dceeaf0c735000affb2225880632f
-SHA512 (nasm-2.14.tar.xz) = 0f7f1b8b0cd4ac62df1dc203789b74670ebe10f3be10af9984331b1c348745ed31a43aca77c5c771016a718fa2c7c8805c1c9edfdd6b0fe83ee0937cb0dd3d23
-Size (nasm-2.14.tar.xz) = 824780 bytes
+SHA1 (nasm-2.14.02.tar.xz) = 7e9cb20d49ca279c72125b2701b3457c9d1609a5
+RMD160 (nasm-2.14.02.tar.xz) = 66565559559b9e9f555dde629a5035d21deabc4f
+SHA512 (nasm-2.14.02.tar.xz) = c7a228095f37321d57f2813d04f58ee66949e8f81fc49ef6c4ecd391301e308217583ce1a265d4fe8c13d54b5b9c72aeb132caa3caee36e31b6555fbfff34c81
+Size (nasm-2.14.02.tar.xz) = 827620 bytes
 SHA1 (patch-Makefile.in) = d16a4aecb10006463efa6fa564d4d1300225f140
 SHA1 (patch-doc_Makefile.in) = ddf0738421f3160fb9db143f631ecf5ea8ed4a89



Home | Main Index | Thread Index | Old Index