head	1.2;
access;
symbols
	pkgsrc-2026Q3:1.2.0.8
	pkgsrc-2026Q3-base:1.2
	pkgsrc-2026Q2:1.2.0.6
	pkgsrc-2026Q2-base:1.2
	pkgsrc-2026Q1:1.2.0.4
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.2
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.1.0.2
	pkgsrc-2025Q3-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2025.09.22.15.06.26;	author hauke;	state Exp;
branches;
next	1.1;
commitid	NV5a6pAYbP0SMIbG;

1.1
date	2025.08.12.16.25.41;	author hauke;	state Exp;
branches;
next	;
commitid	5GdBGPPA3rA0ys6G;


desc
@@


1.2
log
@devel/asl{,-log}: Update to 1.42 Bld 294

From the upstream changelog:

2025-09-15 [1.42 Bld 294]

- Bugfix      : Correct attribute forwarding of ~ and ~~
                operators.
- Bugfix      : Correct NEC V60 IN instruction opcode.

2025-08-31 [1.42 Bld 293]

- Addition    : Display values unknown in first pass as
                question marks for 6809 and 68HC12.
- Change      : Improve usage bookeeping of symbols in case of
                forward references.

2025-08-09 [1.42 Bld 292]

- Addition    : Add function SYMUSED(), which has similar
                meaning as IF(N)USED.
- Bugfix      : Correct MMU mapping for data accesses on Z180.
- Change      : Remove address alignment checking for WORD on i960.
- Addition    : Allow FORWARD declarations also outside of sections.

2025-07-16 [1.42 Bld 291]

- Addition    : Display values unknown in first pass as
                question marks for MCS-96 and 6800/6805/68HC08/68HC11.
- Bugfix      : Better differentiation of errors in command line
                options and parameters
- Addition    : Add HCF instruction for MC6800/6801/6809
- Addition    : Add HALT instruction for SC61860
- Addition    : Add Z280 as target
@
text
@# $NetBSD: Makefile.common,v 1.1 2025/08/12 16:25:41 hauke Exp $
#
# used by devel/asl/Makefile
# used by devel/asl-doc/Makefile

DISTNAME=	asl-current-142-bld294
PKGVER=		1.42.294
CATEGORIES=	devel
MASTER_SITES=	ftp://john.ccac.rwth-aachen.de/pub/as/source/c_version/
MASTER_SITES+=	http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/

MAINTAINER=	hauke@@NetBSD.org
HOMEPAGE=	http://john.ccac.rwth-aachen.de:8000/as
LICENSE=	gnu-gpl-v2

FILESDIR=	${.CURDIR}/../../devel/asl/files

WRKSRC=		${WRKDIR}/asl-current

USE_LANGUAGES=	c

USE_TOOLS=	gmake

pre-configure:
	${CP} ${FILESDIR}/Makefile.def.pkgsrc ${WRKSRC}/Makefile.def
	mkdir ${WRKSRC}/objects
@


1.1
log
@Use a common Makefile for devel/asl and devel/asl-doc..

Should satisfy PR pkg/59582
@
text
@d1 1
a1 1
# $NetBSD$
d6 2
a7 2
DISTNAME=	asl-current-142-bld290
PKGVER=		1.42.290
@

