[odcctools-changes] [156] trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 2 10:14:53 PDT 2009


Revision: 156
          http://trac.macosforge.org/projects/odcctools/changeset/156
Author:   peter at pogma.com
Date:     2009-07-02 10:14:53 -0700 (Thu, 02 Jul 2009)
Log Message:
-----------
Um, yeah, so ld64-85.2.2 is older than ld64-85.2.1, so, putting back
85.2.1.

* ld64-85.2.2.tar.gz: remove.
* ld64-85.2.1.tar.gz: add.
* extract.sh: Change ld64 version. Remove FireOpal dir. 

Modified Paths:
--------------
    trunk/ChangeLog.odcctools
    trunk/extract.sh

Added Paths:
-----------
    trunk/ld64-85.2.1.tar.gz

Removed Paths:
-------------
    trunk/ld64-85.2.2.tar.gz

Modified: trunk/ChangeLog.odcctools
===================================================================
--- trunk/ChangeLog.odcctools	2009-06-28 05:02:46 UTC (rev 155)
+++ trunk/ChangeLog.odcctools	2009-07-02 17:14:53 UTC (rev 156)
@@ -1,3 +1,12 @@
+2009-07-02  Peter O'Gorman  <peter at pogma.com>
+
+	Um, yeah, so ld64-85.2.2 is older than ld64-85.2.1, so, putting back
+	85.2.1.
+
+	* ld64-85.2.2.tar.gz: remove.
+	* ld64-85.2.1.tar.gz: add.
+	* extract.sh: Change ld64 version. Remove FireOpal dir. 
+
 2009-06-27  Peter O'Gorman  <peter at pogma.com>
 
 	* patches/force_load.diff: Add -force_load flag to ld64.

Modified: trunk/extract.sh
===================================================================
--- trunk/extract.sh	2009-06-28 05:02:46 UTC (rev 155)
+++ trunk/extract.sh	2009-07-02 17:14:53 UTC (rev 156)
@@ -7,7 +7,7 @@
 CCTOOLSDISTFILE=${CCTOOLSNAME}-${CCTOOLSVERS}.tar.gz
 
 LD64NAME=ld64
-LD64VERS=85.2.2
+LD64VERS=85.2.1
 LD64DISTFILE=${LD64NAME}-${LD64VERS}.tar.gz
 
 DISTDIR=odcctools
@@ -85,6 +85,7 @@
 tar ${TARSTRIP}=1 -zxf ${CCTOOLSDISTFILE} -C ${DISTDIR}
 mkdir -p ${DISTDIR}/ld64
 tar ${TARSTRIP}=1 -zxf ${LD64DISTFILE} -C ${DISTDIR}/ld64
+rm -rf ${DISTDIR}/ld64/FireOpal
 find ${DISTDIR}/ld64 ! -perm +200 -exec chmod u+w {} \;
 find ${DISTDIR}/ld64/doc/ -type f -exec cp "{}" ${DISTDIR}/man \;
 

Added: trunk/ld64-85.2.1.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/ld64-85.2.1.tar.gz
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Deleted: trunk/ld64-85.2.2.tar.gz
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/odcctools-changes/attachments/20090702/9c27fb76/attachment.html>


More information about the odcctools-changes mailing list