pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/rgbds
Module Name: pkgsrc
Committed By: nia
Date: Sun Apr 12 11:32:30 UTC 2020
Modified Files:
pkgsrc/devel/rgbds: Makefile distinfo
Removed Files:
pkgsrc/devel/rgbds/patches: patch-Makefile
Log Message:
rgbds: Update to 0.4.0
Very big release! This includes a lot of bug fixes, large portions of the
code rewritten, and some features deprecated or removed. We hope not to
break anyone's code, but we won't keep bugs for compatibility's sake. If
your code broke and the change isn't in the list below, please open an
issue in our tracker.
New:
* Added warning flags to RGBASM: by default, most warnings are disabled
now. Please see man rgbasm for more info
* "LOAD blocks" simplify writing code that should run in RAM; users of
unofficial program rgbbin may want to look into this
* Shiny new assertions, whose checking can be deferred to RGBLINK
* "Unionized" sections offer a sort of cross-file UNION
* More flags in the RGBASM -M family for better automatic dependency
management
* Bracketed symbols can be nested (example)
* SHIFT can now shift multiple times at once
* Long options (such as --version for -V) have been added to all
programs
* RGBASM now accepts escape \r in strings
* INCBIN now works with unseekable files as well
Deprecations and removals:
* As part of a cleanup effort, features previously marked as deprecated
have been removed, such as the CODE section type
* Labels not starting with a dot nor followed by a colon have been
deprecated; in a future version, they will be treated as macro
invocations
* Deprecated OPT z in favor of new and more consistent OPT p
* Deprecated GLOBAL symbol (and its synonym XDEF), as it has the same
effect as EXPORT
* Removed "section-local" charmap (deprecated in 0.3.9)
Changes:
* .sym and .map files are now output sorted
* The argument to rst does not need to be known to RGBASM anymore (so
labels can be used at all times)
* Only labels may have dots in their name now
* Labels beginning with a dot may have whitespace before their
declaration
* DEF() now accepts labels as arguments
* ROMX and WRAMX sections can be used in RGBLINK's -t and -w modes,
respectively
* RGBLINK will report more detailed "error stacks", like RGBASM
* RGBASM tries harder to treat expressions as "constant"
* Second byte of stop can be specified without resorting to using db
For further information on new or changed features, please refer to our
documentation.
Fixes:
* gbz80(7) had incorrect flag descriptions for sub
* Arguments to RGBASM -i have a / implicitly appended if they don't end
with one
* = was treated as identical to set, so = 7, [hl] was valid; this has
been fixed
* Corrected wrong line reporting with REPT blocks
* Changing sections now resets the label scope
* Built-ins and symbols referenced in link-time expressions can no
longer be PURGEd
* __ISO_8601_UTC__ and __ISO_8601_LOCAL__ symbols fixed on Windows (with
a caveat for the latter)
Notes:
* RGBDS is now compiled with optimizations by default. To disable
optimizations, use make CFLAGS=-O0. To compile in "debug mode", build
using make develop instead of make; this requires a fairly specific
configuration, though, and might not work for you.
* Performance of RGBASM and RGBLINK should have been improved (beyond
the above), but we would need help from someone experienced with YACC
/ Bison to make more significant changes
* Reliability across systems and platforms has been improved:
* RGBASM parser grammar has been cleaned up
* Undefined behavior has been removed from various programs
* Nightly builds are available for each commit now ("Actions" tab ⇒
"Regression testing" ⇒ click on the commit name)
* Docs have received an overhaul, including a more responsive and
mobile-friendly styling
* General system stability improvements to enhance the user's experience
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/rgbds/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/rgbds/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/rgbds/patches/patch-Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/rgbds/Makefile
diff -u pkgsrc/devel/rgbds/Makefile:1.6 pkgsrc/devel/rgbds/Makefile:1.7
--- pkgsrc/devel/rgbds/Makefile:1.6 Fri Nov 1 17:39:34 2019
+++ pkgsrc/devel/rgbds/Makefile Sun Apr 12 11:32:30 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/11/01 17:39:34 nia Exp $
+# $NetBSD: Makefile,v 1.7 2020/04/12 11:32:30 nia Exp $
-DISTNAME= rgbds-0.3.9
+DISTNAME= rgbds-0.4.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=rednex/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -10,7 +10,7 @@ HOMEPAGE= https://rednex.github.io/rgbds
COMMENT= Assembler/linker package for the Game Boy and Game Boy Color
LICENSE= mit
-EXTRACT_USING= bsdtar
+WRKSRC= ${WRKDIR}/rgbds
USE_TOOLS+= gmake pkg-config lex bison
MAKE_FLAGS+= Q= # Be noisy.
Index: pkgsrc/devel/rgbds/distinfo
diff -u pkgsrc/devel/rgbds/distinfo:1.3 pkgsrc/devel/rgbds/distinfo:1.4
--- pkgsrc/devel/rgbds/distinfo:1.3 Fri Nov 1 17:39:34 2019
+++ pkgsrc/devel/rgbds/distinfo Sun Apr 12 11:32:30 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2019/11/01 17:39:34 nia Exp $
+$NetBSD: distinfo,v 1.4 2020/04/12 11:32:30 nia Exp $
-SHA1 (rgbds-0.3.9.tar.gz) = 4ddebdc9857e3d7cd514b017a79fc28f031c2df9
-RMD160 (rgbds-0.3.9.tar.gz) = fa49562e1d3161190c427071b81850b08c5fa490
-SHA512 (rgbds-0.3.9.tar.gz) = 2e5f0b2b2fc7209e51b9ebe1a8c5395ab04267775e61958ea2c8f2112d77625b1eb3ca0120f6f25b6c91997d89eda690d5c348e82857fab4e938d6aee32c2300
-Size (rgbds-0.3.9.tar.gz) = 39946518 bytes
+SHA1 (rgbds-0.4.0.tar.gz) = 1468d4930f50e9512e35fa250a86614bbcf197b9
+RMD160 (rgbds-0.4.0.tar.gz) = 3f4a7add3275b02b745ad1a340b81f57923876b6
+SHA512 (rgbds-0.4.0.tar.gz) = 1e3f82b23130180fb6b13646d8cb39155366b9d90b84fe1ec32916a0370969db6a727a7498fdf4ac807d64849a99f986a50574616598ff922dcf0f2a551c6a51
+Size (rgbds-0.4.0.tar.gz) = 200303 bytes
SHA1 (patch-Makefile) = 2459ff1d685893e886a673ebc306bfa9e8f807ae
Home |
Main Index |
Thread Index |
Old Index