<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[59735] trunk/dports/lang/cc65</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.macports.org/changeset/59735">59735</a></dd>
<dt>Author</dt> <dd>ryandesign@macports.org</dd>
<dt>Date</dt> <dd>2009-10-20 23:59:35 -0700 (Tue, 20 Oct 2009)</dd>
</dl>
<h3>Log Message</h3>
<pre>cc65: update to 2.13; closes #21956</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportslangcc65Portfile">trunk/dports/lang/cc65/Portfile</a></li>
<li><a href="#trunkdportslangcc65filespatchmakefilesdiff">trunk/dports/lang/cc65/files/patch-makefiles.diff</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportslangcc65Portfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/lang/cc65/Portfile (59734 => 59735)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/lang/cc65/Portfile        2009-10-21 06:55:31 UTC (rev 59734)
+++ trunk/dports/lang/cc65/Portfile        2009-10-21 06:59:35 UTC (rev 59735)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> PortSystem 1.0
</span><span class="cx">
</span><span class="cx"> name cc65
</span><del>-version 2.12.0
</del><ins>+version 2.13.0
</ins><span class="cx"> categories lang
</span><span class="cx"> platforms darwin
</span><span class="cx"> maintainers nomaintainer
</span><span class="lines">@@ -19,15 +19,14 @@
</span><span class="cx"> worksrcdir ${name}-${version}/src
</span><span class="cx"> use_bzip2 yes
</span><span class="cx">
</span><del>-master_sites http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \
- http://www.funet.fi/pub/cbm/programming/cc65/ \
</del><ins>+master_sites http://cc65.oldos.net/ \
</ins><span class="cx"> http://bj.spline.de/cc65/ \
</span><span class="cx"> ftp://ftp.musoftware.de/pub/uz/cc65/ \
</span><span class="cx"> ftp://ftp.musoftware.de/pub/uz/cc65/old/
</span><span class="cx">
</span><span class="cx"> patchfiles patch-makefiles.diff
</span><span class="cx">
</span><del>-checksums md5 bd6d194a489334164a0fc383d1e12acc
</del><ins>+checksums md5 f59d0389d6f73aa9d3546a9489b2c43d
</ins><span class="cx">
</span><span class="cx">
</span><span class="cx"> use_configure no
</span><span class="lines">@@ -43,15 +42,32 @@
</span><span class="cx"> destroot {
</span><span class="cx"> set _d ${destroot}${prefix}
</span><span class="cx"> file delete ${_d}/man
</span><del>- system "mkdir -p ${_d}/lib/cc65/{lib,include/geos}"
</del><ins>+ system "mkdir -p ${_d}/lib/cc65/{asminc,cfg,emd,joy,lib,mou,obj,ser,tgi}"
+ system "mkdir -p ${_d}/lib/cc65/include/{em,geos,joystick,mouse,sys,tgi}"
</ins><span class="cx"> system "install -s -m 755 ${worksrcpath}/ar65/ar65 ${_d}/bin"
</span><span class="cx"> system "install -s -m 755 ${worksrcpath}/ca65/ca65 ${_d}/bin"
</span><ins>+ system "install -s -m 755 ${worksrcpath}/ca65html/ca65html ${_d}/bin"
</ins><span class="cx"> system "install -s -m 755 ${worksrcpath}/cc65/cc65 ${_d}/bin"
</span><span class="cx"> system "install -s -m 755 ${worksrcpath}/cl65/cl65 ${_d}/bin"
</span><ins>+ system "install -s -m 755 ${worksrcpath}/co65/co65 ${_d}/bin"
</ins><span class="cx"> system "install -s -m 755 ${worksrcpath}/da65/da65 ${_d}/bin"
</span><span class="cx"> system "install -s -m 755 ${worksrcpath}/grc/grc ${_d}/bin"
</span><span class="cx"> system "install -s -m 755 ${worksrcpath}/ld65/ld65 ${_d}/bin"
</span><del>- system "install -m 644 ${worksrcpath}/../libsrc/*.{o,lib} ${_d}/lib/cc65/lib"
</del><ins>+ system "install -s -m 755 ${worksrcpath}/od65/od65 ${_d}/bin"
+ system "install -m 644 ${worksrcpath}/../asminc/*.inc ${_d}/lib/cc65/asminc"
+ system "install -m 644 ${worksrcpath}/ld65/cfg/*-*.cfg ${_d}/lib/cc65/cfg"
+ system "install -m 644 ${worksrcpath}/../libsrc/*.emd ${_d}/lib/cc65/emd"
</ins><span class="cx"> system "install -m 644 ${worksrcpath}/../include/*.h ${_d}/lib/cc65/include"
</span><ins>+ system "install -m 644 ${worksrcpath}/../include/em/*.h ${_d}/lib/cc65/include/em"
</ins><span class="cx"> system "install -m 644 ${worksrcpath}/../include/geos/*.h ${_d}/lib/cc65/include/geos"
</span><ins>+ system "install -m 644 ${worksrcpath}/../include/joystick/*.h ${_d}/lib/cc65/include/joystick"
+ system "install -m 644 ${worksrcpath}/../include/mouse/*.h ${_d}/lib/cc65/include/mouse"
+ system "install -m 644 ${worksrcpath}/../include/sys/*.h ${_d}/lib/cc65/include/sys"
+ system "install -m 644 ${worksrcpath}/../include/tgi/*.h ${_d}/lib/cc65/include/tgi"
+ system "install -m 644 ${worksrcpath}/../libsrc/*.joy ${_d}/lib/cc65/joy"
+ system "install -m 644 ${worksrcpath}/../libsrc/*.lib ${_d}/lib/cc65/lib"
+ system "install -m 644 ${worksrcpath}/../libsrc/*.mou ${_d}/lib/cc65/mou"
+ system "install -m 644 ${worksrcpath}/../libsrc/*.o ${_d}/lib/cc65/obj"
+ system "install -m 644 ${worksrcpath}/../libsrc/*.ser ${_d}/lib/cc65/ser"
+ system "install -m 644 ${worksrcpath}/../libsrc/*.tgi ${_d}/lib/cc65/tgi"
</ins><span class="cx"> }
</span></span></pre></div>
<a id="trunkdportslangcc65filespatchmakefilesdiff"></a>
<div class="modfile"><h4>Modified: trunk/dports/lang/cc65/files/patch-makefiles.diff (59734 => 59735)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/lang/cc65/files/patch-makefiles.diff        2009-10-21 06:55:31 UTC (rev 59734)
+++ trunk/dports/lang/cc65/files/patch-makefiles.diff        2009-10-21 06:59:35 UTC (rev 59735)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>---- 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 @@
</del><ins>+--- cc65/make/gcc.mak.orig        2009-10-09 12:00:01.000000000 -0400
++++ cc65/make/gcc.mak        2009-10-09 12:01:18.000000000 -0400
+@@ -15,7 +15,7 @@
</ins><span class="cx">
</span><span class="cx"> # The compiler include search path. Default is "/usr/lib/cc65/include/" if
</span><span class="cx"> # nothing is defined. You may use CC65_INC=foo on the command line to override it.
</span><span class="lines">@@ -8,15 +8,30 @@
</span><span class="cx"> +CC65_INC = \"${PREFIX}/lib/cc65/include/\"
</span><span class="cx">
</span><span class="cx"> #
</span><del>- 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 @@
</del><ins>+ CC = gcc
+--- ld65/make/gcc.mak.orig        2009-10-09 12:00:11.000000000 -0400
++++ ld65/make/gcc.mak        2009-10-09 12:01:29.000000000 -0400
+@@ -11,9 +11,9 @@
+ COMMON        = ../common
</ins><span class="cx">
</span><del>- # 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/\"
</del><ins>+ # Several search paths. You may redefine these on the command line
+-LD65_LIB = \"/usr/lib/cc65/lib/\"
+-LD65_OBJ = \"/usr/lib/cc65/lib/\"
+-LD65_CFG = \"/usr/lib/cc65/cfg/\"
++LD65_LIB = \"${PREFIX}/lib/cc65/lib/\"
++LD65_OBJ = \"${PREFIX}/lib/cc65/lib/\"
++LD65_CFG = \"${PREFIX}/lib/cc65/cfg/\"
</ins><span class="cx">
</span><span class="cx"> #
</span><del>- CFLAGS = -g -O2 -Wall -W -std=c89 -I$(COMMON) -DCC65_LIB=$(CC65_LIB)
</del><ins>+ CC = gcc
+--- ca65/make/gcc.mak.orig        2009-10-09 12:00:18.000000000 -0400
++++ ca65/make/gcc.mak        2009-10-09 12:01:12.000000000 -0400
+@@ -11,7 +11,7 @@
+ COMMON        = ../common
+
+ # Several search paths. You may redefine these on the command line
+-CA65_INC = \"/usr/lib/cc65/asminc/\"
++CA65_INC = \"${PREFIX}/lib/cc65/asminc/\"
+
+ #
+ CC        = gcc
</ins></span></pre>
</div>
</div>
</body>
</html>