Skip site navigation (1)Skip section navigation (2)
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:   ports/68739: Maintainer update of cc65 port to version 2.10.1
Message-ID:  <1089144487.0@fetis.ninja.se>
Resent-Message-ID: <200407062010.i66KAL9k061010@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 06 20:10:21 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1089144487.0>