Bug 68739 - Maintainer update of cc65 port to version 2.10.1
Summary: Maintainer update of cc65 port to version 2.10.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-06 21:10 UTC by Joachim Strombergson
Modified: 2004-07-07 14:49 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joachim Strombergson 2004-07-06 21:10:21 UTC

This PR contains patches to the devel/cc65 port needed to update it to
the latest released version - 2.10.1.

This version contains fixes that should make the port compile on
64 bit architectures. The broken flag for these architectures have
therefore been removed.

Also, the patches changes my email address slightly.

Fix: 

---distinfo	Wed Apr 21 18:11:43 2004
+++ distinfo	Tue Jul  6 21:59:53 2004
@@ -1,2 +1,2 @@
-MD5 (cc65-sources-2.10.0a.tar.bz2) = 820def22d8f6348c3d7b55d82c02f4db
-SIZE (cc65-sources-2.10.0a.tar.bz2) = 889946
+MD5 (cc65-sources-2.10.1.tar.bz2) = ea600666a514a792d2a18c4af2859380
+SIZE (cc65-sources-2.10.1.tar.bz2) = 889004
--- distinfo.diff ends here -----e72SQZEvVWFriSTVwPm3aJxzTKgNtSMNxIDvE0I2jhxpAm86
Content-Type: text/plain; name="Makefile.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="Makefile.diff"

--- Makefile	Wed Apr 21 18:11:43 2004
+++ Makefile	Tue Jul  6 21:57:24 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cc65
-PORTVERSION=	2.10.0a
+PORTVERSION=	2.10.1
 PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.musoftware.de/pub/uz/cc65/ \
@@ -17,7 +17,7 @@
 #		ftp://ftp.elysium.pl/tools/crossplatform/programming/c/cc65/ \
 DISTNAME=	${PORTNAME}-sources-${PORTVERSION}
 
-MAINTAINER=	watchman@ludd.luth.se
+MAINTAINER=	watchman@ludd.ltu.se
 COMMENT=	Cross-compiler for 6502-based systems, includes 65816 assembler
 
 USE_SUBMAKE=	yes
@@ -30,9 +30,6 @@
 # Need ${WRKSRC} so that the (slightly ugly) != assignments work
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != "i386"
-BROKEN=		"Does not compile on !i386"
-.endif
 
 WRKDIR?=	${WRKDIRPREFIX}${.CURDIR}/work
 WRKSRC=		${WRKDIR}/cc65-${PORTVERSION}
How-To-Repeat: 

Apply the patches.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-07-07 14:48:53 UTC
State Changed
From-To: open->closed

Committed, thanks! 
You forgot to remove PORTREVISION btw.