pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/dasm
Module Name: pkgsrc
Committed By: rhialto
Date: Mon Sep 7 16:56:48 UTC 2020
Modified Files:
pkgsrc/cross/dasm: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/cross/dasm/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/cross/dasm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cross/dasm/Makefile
diff -u pkgsrc/cross/dasm/Makefile:1.13 pkgsrc/cross/dasm/Makefile:1.14
--- pkgsrc/cross/dasm/Makefile:1.13 Mon Dec 9 09:29:15 2019
+++ pkgsrc/cross/dasm/Makefile Mon Sep 7 16:56:48 2020
@@ -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/}
Index: pkgsrc/cross/dasm/distinfo
diff -u pkgsrc/cross/dasm/distinfo:1.11 pkgsrc/cross/dasm/distinfo:1.12
--- pkgsrc/cross/dasm/distinfo:1.11 Mon Dec 9 09:29:15 2019
+++ pkgsrc/cross/dasm/distinfo Mon Sep 7 16:56:48 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index