summaryrefslogtreecommitdiff
path: root/cross/cc65/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2012-12-03 14:36:39 +0000
committerwen <wen@pkgsrc.org>2012-12-03 14:36:39 +0000
commita32348bba23e76a6fd01d762a500b72ad8f6eca2 (patch)
tree4a776aa1730113f3ad3098c8d85660f7749bad34 /cross/cc65/Makefile
parentdb45306f121ba4e708d8ac4723ae88147e364d94 (diff)
downloadpkgsrc-a32348bba23e76a6fd01d762a500b72ad8f6eca2.tar.gz
Update to 2.13.3
Upstream changes: (only for release 2.13.3) This version is a bugfix release against 2.13.2. It includes about 40 bug and documentation fixes and some minor improvements: * Fixed some macro issues (cc65). * Static const local data goes into RODATA, not DATA (cc65). * Fix error handling in .LEFT (ca65) * Fixed problems with 80 column mode (C128 library). * Fix problem when converting function to void pointer (cc65). * Fix register info for several runtime functions. Result was invalid code (cc65). * Fix smbx and rmbx instructions (da65). * Fix problem with .REPEAT (ca65). * Fix an error in the runtime division routine (cc65). * Fix problem with alignments >= 256 bytes (ca65). * The LINE function mistakenly enabled the BASIC ROM (TGI driver for C64). * Fix internal error caused by error recovery (or lack of) (cc65). * Fix invalid handling of signed int types in some cases (cc65). * Fix some issues with conio scrolling (C128 library). * Fix and improve the code for compares (cc65). * Fix some macro issues (ca65). * Fixed/improved several error messages (all tools). * Disallow __asm__ on global level (cc65). * Remove final jump to RESTOR for all CBM platforms (cc65 libraries). * Add missing export for CBM510 platform (cbm510 library). * Fix problem with access to structs returned by functions (cc65). * Fix an internal error in the code generator (cc65). * Merge back POSIX directory routines for the Atari (atari library). * Merge back Olivers C interrupt handling code (cc65 libraries). * Several documentation changes. * Several documentation fixes and improvements.
Diffstat (limited to 'cross/cc65/Makefile')
-rw-r--r--cross/cc65/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/cross/cc65/Makefile b/cross/cc65/Makefile
index 5fd6c12e703..a8f1c7001b8 100644
--- a/cross/cc65/Makefile
+++ b/cross/cc65/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2012/10/03 21:54:11 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2012/12/03 14:36:39 wen Exp $
#
-DISTNAME= cc65-sources-2.12.0
+DISTNAME= cc65-sources-2.13.3
PKGNAME= ${DISTNAME:S/-sources//}
-PKGREVISION= 1
CATEGORIES= cross lang
MASTER_SITES= ftp://ftp.musoftware.de/pub/uz/cc65/
EXTRACT_SUFX= .tar.bz2
@@ -21,4 +20,10 @@ REPLACE_PERL= src/ca65html/ca65html
INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
+SUBST_CLASSES+= perl
+SUBST_MESSAGE.perl= Fixing the path of perl.
+SUBST_STAGE.perl= post-patch
+SUBST_FILES.perl= src/ca65/macpack/cvt-mac.pl src/ld65/cfg/cvt-cfg.pl
+SUBST_SED.perl= -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g"
+
.include "../../mk/bsd.pkg.mk"