Update of /cvsroot/fink/fink/10.4-transitional
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12493
Modified Files:
Tag: branch_0_24
ChangeLog cctools-extra.info cctools-extra.patch
Log Message:
New cctools-extra from stable
Index: cctools-extra.info
===================================================================
RCS file: /cvsroot/fink/fink/10.4-transitional/cctools-extra.info,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -u -d -r1.1.4.3 -r1.1.4.4
--- cctools-extra.info 28 Nov 2005 21:05:16 -0000 1.1.4.3
+++ cctools-extra.info 20 Dec 2005 19:15:44 -0000 1.1.4.4
@@ -1,18 +1,19 @@
Package: cctools-extra
Epoch: 1
-Version: 525
-Revision: 1
+Version: 590.18
+Revision: 2
Source: mirror:sourceforge:fink/cctools-%v.tar.gz
-Source-MD5: 3107c790a55595c6410696ebb7ea80a9
+Source-MD5: f50c32165c29d3f7ef789d546003da7d
SourceDirectory: cctools-%v
Patch: %n.patch
Essential: yes
Depends: base-files
CompileScript: <<
-#!/bin/sh -ev
+#!/bin/sh -ex
pushd libstuff
+perl -pi.bak -e 's|profile64 static_kld|profile64|g' Makefile
make
popd
@@ -21,7 +22,7 @@
popd
<<
InstallScript: <<
-#!/bin/sh -ev
+#!/bin/sh -ex
install -d -m 755 %i/sbin %i/share/man/man1 %i/share/man/man3
%i/share/man/man5
install -c -m 755 misc/check_dylib.NEW %i/sbin/check_dylib
Index: cctools-extra.patch
===================================================================
RCS file: /cvsroot/fink/fink/10.4-transitional/cctools-extra.patch,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- cctools-extra.patch 27 Apr 2005 04:41:19 -0000 1.1
+++ cctools-extra.patch 20 Dec 2005 19:15:44 -0000 1.1.4.1
@@ -1,7 +1,7 @@
-diff -uNr cctools-495/libstuff/guess_short_name.c
cctools-495-new/libstuff/guess_short_name.c
---- cctools-495/libstuff/guess_short_name.c Tue Aug 12 20:18:00 2003
-+++ cctools-495-new/libstuff/guess_short_name.c Sun Jan 18 15:10:54 2004
-@@ -205,6 +205,10 @@
+diff -uNr cctools-590.18/libstuff/guess_short_name.c
cctools-590.18-new/libstuff/guess_short_name.c
+--- cctools-590.18/libstuff/guess_short_name.c 2004-12-08 20:44:49.000000000
-0500
++++ cctools-590.18-new/libstuff/guess_short_name.c 2005-11-29
09:44:48.000000000 -0500
+@@ -206,6 +206,10 @@
*return_suffix = allocate(s + 1);
strncpy(*return_suffix, suffix, s);
(*return_suffix)[s] = '\0';
@@ -12,9 +12,9 @@
}
else
l = a - (b+1);
-diff -uNr cctools-495/misc/seg_addr_table.c
cctools-495-new/misc/seg_addr_table.c
---- cctools-495/misc/seg_addr_table.c Fri Aug 29 20:23:53 2003
-+++ cctools-495-new/misc/seg_addr_table.c Sun Jan 18 15:12:32 2004
+diff -uNr cctools-590.18/misc/seg_addr_table.c
cctools-590.18-new/misc/seg_addr_table.c
+--- cctools-590.18/misc/seg_addr_table.c 2005-04-14 18:15:31.000000000
-0400
++++ cctools-590.18-new/misc/seg_addr_table.c 2005-11-29 09:44:48.000000000
-0500
@@ -42,13 +42,13 @@
* These are the default addresses use when re-laying out the images. These
* changed in Mac OS X in the 10.2 release.
@@ -22,13 +22,14 @@
-#define DEFAULT_SEG1ADDR_X10_1 0x41300000 /* low to high
allocation */
-#define DEFAULT_READ_ONLY_ADDR_X10_1 0x70000000
-#define DEFAULT_READ_WRITE_ADDR_X10_1 0x80000000
-+#define DEFAULT_SEG1ADDR_X10_1 0x00000000 /* low to high
allocation */
-+#define DEFAULT_READ_ONLY_ADDR_X10_1 0x50000000
-+#define DEFAULT_READ_WRITE_ADDR_X10_1 0x60000000
-
+-
-#define DEFAULT_SEG1ADDR_X10_2 0x8fe00000 /* high to low
allocation */
-#define DEFAULT_READ_ONLY_ADDR_X10_2 0x90000000
-#define DEFAULT_READ_WRITE_ADDR_X10_2 0xa0000000
++#define DEFAULT_SEG1ADDR_X10_1 0x00000000 /* low to high
allocation */
++#define DEFAULT_READ_ONLY_ADDR_X10_1 0x50000000
++#define DEFAULT_READ_WRITE_ADDR_X10_1 0x60000000
++
+#define DEFAULT_SEG1ADDR_X10_2 0x3fe00000 /* high to low
allocation */
+#define DEFAULT_READ_ONLY_ADDR_X10_2 0x50000000
+#define DEFAULT_READ_WRITE_ADDR_X10_2 0x60000000
Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/10.4-transitional/ChangeLog,v
retrieving revision 1.1.4.4
retrieving revision 1.1.4.5
diff -u -d -r1.1.4.4 -r1.1.4.5
--- ChangeLog 28 Nov 2005 21:05:16 -0000 1.1.4.4
+++ ChangeLog 20 Dec 2005 19:15:44 -0000 1.1.4.5
@@ -1,3 +1,7 @@
+2005-12-20 Daniel Macks <[EMAIL PROTECTED]>
+
+ * cctools-extra.info,patch: Sync with stable.
+
2005-11-28 Daniel Macks <[EMAIL PROTECTED]>
* cctools-extra.info: Require that compiling succeeds.
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits