[53536] trunk/dports/lang/cc65

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Jul 7 14:20:54 PDT 2009


Revision: 53536
          http://trac.macports.org/changeset/53536
Author:   macsforever2000 at macports.org
Date:     2009-07-07 14:20:54 -0700 (Tue, 07 Jul 2009)
Log Message:
-----------
Update to version 2.12.0. Removed patchfile patch-gcc.mak. (#20035)

Modified Paths:
--------------
    trunk/dports/lang/cc65/Portfile

Added Paths:
-----------
    trunk/dports/lang/cc65/files/patch-makefiles.diff

Removed Paths:
-------------
    trunk/dports/lang/cc65/files/patch-gcc.mak

Modified: trunk/dports/lang/cc65/Portfile
===================================================================
--- trunk/dports/lang/cc65/Portfile	2009-07-07 21:14:23 UTC (rev 53535)
+++ trunk/dports/lang/cc65/Portfile	2009-07-07 21:20:54 UTC (rev 53536)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name			cc65
-version			2.9.3
+version			2.12.0
 categories		lang
 maintainers		nomaintainer
 description		6502 C compiler
@@ -18,12 +18,12 @@
 			http://bj.spline.de/cc65/ \
 			ftp://ftp.musoftware.de/pub/uz/cc65/ \
 			ftp://ftp.musoftware.de/pub/uz/cc65/old/
-checksums		md5 255a231cd475852545a5bad1d21e867d
+checksums		md5 bd6d194a489334164a0fc383d1e12acc
 worksrcdir		${name}-${version}/src
 use_configure	no
 build.args		-f make/gcc.mak
 build.env		PREFIX=${prefix}
-patchfiles		patch-gcc.mak
+patchfiles		patch-makefiles.diff
 
 post-build {
 	system "cd ${worksrcpath}/../libsrc && make"

Deleted: trunk/dports/lang/cc65/files/patch-gcc.mak
===================================================================
--- trunk/dports/lang/cc65/files/patch-gcc.mak	2009-07-07 21:14:23 UTC (rev 53535)
+++ trunk/dports/lang/cc65/files/patch-gcc.mak	2009-07-07 21:20:54 UTC (rev 53536)
@@ -1,22 +0,0 @@
---- cc65/make/gcc.mak.orig	Mon Dec  8 02:34:23 2003
-+++ cc65/make/gcc.mak	Mon Dec  8 02:34:49 2003
-@@ -13,7 +13,7 @@
- COMMON	= ../common
- 
- # Default for the compiler lib search path as compiler define
--CDEFS=-DCC65_INC=\"/usr/lib/cc65/include/\"
-+CDEFS=-DCC65_INC=\"${PREFIX}/lib/cc65/include/\"
- CFLAGS = -O2 -g -Wall -W -I$(COMMON) $(CDEFS)
- CC=gcc
- EBIND=emxbind
---- ld65/make/gcc.mak.orig	Mon Dec  8 02:39:36 2003
-+++ ld65/make/gcc.mak	Mon Dec  8 02:39:56 2003
-@@ -6,7 +6,7 @@
- COMMON	= ../common
- 
- # Default for the compiler lib search path as compiler define
--CDEFS=-DCC65_LIB=\"/usr/lib/cc65/lib/\"
-+CDEFS=-DCC65_LIB=\"${PREFIX}/lib/cc65/lib/\"
- CFLAGS = -g -O2 -Wall -W -I$(COMMON) $(CDEFS)
- CC=gcc
- EBIND=emxbind

Added: trunk/dports/lang/cc65/files/patch-makefiles.diff
===================================================================
--- trunk/dports/lang/cc65/files/patch-makefiles.diff	                        (rev 0)
+++ trunk/dports/lang/cc65/files/patch-makefiles.diff	2009-07-07 21:20:54 UTC (rev 53536)
@@ -0,0 +1,22 @@
+--- cc65/make/gcc.mak.orig	2009-06-22 18:01:48.000000000 +1000
++++ cc65/make/gcc.mak	2009-06-22 18:02:39.000000000 +1000
+@@ -14,7 +14,7 @@
+ 
+ # The compiler include search path. Default is "/usr/lib/cc65/include/" if
+ # nothing is defined. You may use CC65_INC=foo on the command line to override it.
+-CC65_INC = \"/usr/lib/cc65/include/\"
++CC65_INC = \"${PREFIX}/lib/cc65/include/\"
+ 
+ #
+ CFLAGS = -O2 -g -Wall -W -std=c89 -I$(COMMON) -DCC65_INC=$(CC65_INC)
+--- ld65/make/gcc.mak.orig	2005-12-11 22:40:51.000000000 +1000
++++ ld65/make/gcc.mak	2009-06-22 18:04:30.000000000 +1000
+@@ -7,7 +7,7 @@
+ 
+ # The linker library search path. Default is "/usr/lib/cc65/lib/" if nothing
+ # is defined. You may use CC65_LIB=foo on the command line to override it.
+-CC65_LIB = \"/usr/lib/cc65/lib/\"
++CC65_LIB = \"${PREFIX}/lib/cc65/lib/\"
+ 
+ #
+ CFLAGS = -g -O2 -Wall -W -std=c89 -I$(COMMON) -DCC65_LIB=$(CC65_LIB)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090707/f6b61f6c/attachment.html>


More information about the macports-changes mailing list