From watchman@ludd.ltu.se  Tue Jul  6 20:07:46 2004
Return-Path: <watchman@ludd.ltu.se>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6124416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Jul 2004 20:07:46 +0000 (GMT)
Received: from av9-2-sn3.vrr.skanova.net (av9-2-sn3.vrr.skanova.net [81.228.9.186])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3210843D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Jul 2004 20:07:45 +0000 (GMT)
	(envelope-from watchman@ludd.ltu.se)
Received: by av9-2-sn3.vrr.skanova.net (Postfix, from userid 502)
	id 3178A37EE2; Tue,  6 Jul 2004 22:07:44 +0200 (CEST)
Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102])
	by av9-2-sn3.vrr.skanova.net (Postfix) with ESMTP
	id 22D8637E5A; Tue,  6 Jul 2004 22:07:44 +0200 (CEST)
Received: from fetis.ninja.se (h110n2fls11o1005.telia.com [217.211.199.110])
	by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP
	id 0979837E42; Tue,  6 Jul 2004 22:07:44 +0200 (CEST)
Message-Id: <1089144487.0@fetis.ninja.se>
Date: Tue, 6 Jul 2004 22:08:07 +0200
From: "Joachim Strombergson" <watchman@ludd.ltu.se>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Cc: watchman@ludd.ltu.se
Subject: Maintainer update of cc65 port to version 2.10.1
X-Send-Pr-Version: gtk-send-pr 0.3.3 
X-GNATS-Notify:

>Number:         68739
>Category:       ports
>Synopsis:       Maintainer update of cc65 port to version 2.10.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 06 20:10:21 GMT 2004
>Closed-Date:    Wed Jul 07 13:49:22 GMT 2004
>Last-Modified:  Wed Jul 07 13:49:22 GMT 2004
>Originator:     Joachim Strombergson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 5.2-CURRENT #8: Mon Jun 21 17:39:19 CEST 2004
    root@fetis.ninja.se:/usr/obj/usr/src/sys/ATHLON



>Description:


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.


>How-To-Repeat:


Apply the patches.



>Fix:


--- Makefile.diff begins here ---
--- 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}
--- Makefile.diff ends here ---

--- distinfo.diff begins here ---
---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 ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Wed Jul 7 13:48:53 GMT 2004 
State-Changed-Why:  
Committed, thanks! 
You forgot to remove PORTREVISION btw. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68739 
>Unformatted:
