pkgsrc/devel/xa65/Makefile
fcambus 80c90de275 xa: update to 2.3.14.
* Fix a segfault when a recursive macro has a smaller arity than the
    macro it references (thanks Emil Johansson for the report).
  * Fix for recursive comments, which was a regression from 2.3.13 (note:
    this may be reexamined for 2.4), and some improvements to the comment
    parser to fix more edge cases. (Andre)
  * Now you can just do 'make test TESTS=test,test,test' instead of running
    ./tests/harness with specific options. ('make test' by itself of course
    still works fine to run the whole suite.)
  * Testsuite expanded.
2023-02-08 21:16:30 +00:00

15 lines
415 B
Makefile

# $NetBSD: Makefile,v 1.8 2023/02/08 21:16:30 fcambus Exp $
DISTNAME= xa-2.3.14
PKGNAME= ${DISTNAME:S/xa/xa65/}
CATEGORIES= devel
MASTER_SITES= https://www.floodgap.com/retrotech/xa/dists/
MAINTAINER= mwilhelmy@users.sourceforge.net
HOMEPAGE= https://www.floodgap.com/retrotech/xa/
COMMENT= Cross assembler for MOS Technologies 6502
LICENSE= gnu-gpl-v2
NO_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"