diff options
author | rhialto <rhialto@pkgsrc.org> | 2020-09-07 16:56:48 +0000 |
---|---|---|
committer | rhialto <rhialto@pkgsrc.org> | 2020-09-07 16:56:48 +0000 |
commit | 281c3c603490e82dbdc610ae9d8fba691271045a (patch) | |
tree | a283945e70d216daafa162885508b6a7f10af1a8 /cross | |
parent | 1403977c73da8e1bbf9c5b7c094278a963f2c2c2 (diff) | |
download | pkgsrc-281c3c603490e82dbdc610ae9d8fba691271045a.tar.gz |
cross/dasm: update to 2.20.13.
This is version 2.20.13 of DASM. It is mainly a bugfix release.
Short summary of fixes:
Longstring segfault fix
Fix for non-symbol-compliant unquoted filenames
Address expression fix
Makefile portability fixes
Added atari 7800 header files
Allow labels to shift between multiple passes
Fix for silenced single pass non-abort errors
Adjust .byte and .word negative range check
Duplicate macro fix
Reduce gcc Wall option build warnings
Added 'strict' syntax check mode (+ added to docs)
Enable .word size check for strict-mode only
Dynamic buffers for pass-output update
Console-specific header files and common macros are included for:
Atari 2600 VCS
Atari 7800 (new!!)
Fairchild Channel F VES
This is version 2.20.12 of DASM.
Short summary of most important fixes/changes:
Fix for handling linux linefeeds under Windows
Fix for segfault on long lines
Supports using constants for include files
Diffstat (limited to 'cross')
-rw-r--r-- | cross/dasm/Makefile | 5 | ||||
-rw-r--r-- | cross/dasm/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/cross/dasm/Makefile b/cross/dasm/Makefile index 3683841a963..a79d0cbdd5f 100644 --- a/cross/dasm/Makefile +++ b/cross/dasm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2019/12/09 09:29:15 ng0 Exp $ +# $NetBSD: Makefile,v 1.14 2020/09/07 16:56:48 rhialto Exp $ # -DISTNAME= dasm-2.20.11 -PKGREVISION= 1 +DISTNAME= dasm-2.20.13 DIST_SUBDIR= ${PKGNAME_NOREV} CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GITHUB:=dasm-assembler/} diff --git a/cross/dasm/distinfo b/cross/dasm/distinfo index 1053dc2a597..bc7433f2c07 100644 --- a/cross/dasm/distinfo +++ b/cross/dasm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2019/12/09 09:29:15 ng0 Exp $ +$NetBSD: distinfo,v 1.12 2020/09/07 16:56:48 rhialto Exp $ -SHA1 (dasm-2.20.11/dasm-2.20.11.tar.gz) = 36ffd6784cad9c9503d6906c47718b9dd5f58274 -RMD160 (dasm-2.20.11/dasm-2.20.11.tar.gz) = e56d4fc5b41d1998de434d56f21ecd2d74d82a55 -SHA512 (dasm-2.20.11/dasm-2.20.11.tar.gz) = 0bcf7fa8b934129a416dbb8f238ae1a01401a469acc1e2fff30961f4c8e2fcb21132468ac0e41b40dd61b9efcbb9c109144ef293c0014bfcc394e880aea53d16 -Size (dasm-2.20.11/dasm-2.20.11.tar.gz) = 189028 bytes +SHA1 (dasm-2.20.13/dasm-2.20.13.tar.gz) = 36ffd6784cad9c9503d6906c47718b9dd5f58274 +RMD160 (dasm-2.20.13/dasm-2.20.13.tar.gz) = e56d4fc5b41d1998de434d56f21ecd2d74d82a55 +SHA512 (dasm-2.20.13/dasm-2.20.13.tar.gz) = 0bcf7fa8b934129a416dbb8f238ae1a01401a469acc1e2fff30961f4c8e2fcb21132468ac0e41b40dd61b9efcbb9c109144ef293c0014bfcc394e880aea53d16 +Size (dasm-2.20.13/dasm-2.20.13.tar.gz) = 189028 bytes |