[82773] branches/gsoc11-post-destroot/base

fotanus at macports.org fotanus at macports.org
Fri Aug 19 17:16:48 PDT 2011


Revision: 82773
          http://trac.macports.org/changeset/82773
Author:   fotanus at macports.org
Date:     2011-08-19 17:16:47 -0700 (Fri, 19 Aug 2011)
Log Message:
-----------
Removed debug from withtin macho.c library, and added whitelist.conf default file.

Modified Paths:
--------------
    branches/gsoc11-post-destroot/base/src/pextlib1.0/macho.c

Added Paths:
-----------
    branches/gsoc11-post-destroot/base/doc/whitelist.conf

Added: branches/gsoc11-post-destroot/base/doc/whitelist.conf
===================================================================
--- branches/gsoc11-post-destroot/base/doc/whitelist.conf	                        (rev 0)
+++ branches/gsoc11-post-destroot/base/doc/whitelist.conf	2011-08-20 00:16:47 UTC (rev 82773)
@@ -0,0 +1,5 @@
+libSystem.B.dylib
+libstdc++.6.dylib
+libstdc++.8.dylib
+libutil.dylib
+/System/Library

Modified: branches/gsoc11-post-destroot/base/src/pextlib1.0/macho.c
===================================================================
--- branches/gsoc11-post-destroot/base/src/pextlib1.0/macho.c	2011-08-20 00:14:25 UTC (rev 82772)
+++ branches/gsoc11-post-destroot/base/src/pextlib1.0/macho.c	2011-08-20 00:16:47 UTC (rev 82773)
@@ -139,7 +139,6 @@
 
 	/* Check file header magic */
 	if(check_magic(*magic, &input, &universal, &swap32, &header, &fat_header, &header_size) == (Tcl_Obj *)TCL_ERROR){
-		printf("1\n");
 		return (Tcl_Obj *)TCL_ERROR;
 	}
 
@@ -256,7 +255,6 @@
 
 	/* Check file header magic */
 	if(check_magic(*magic, &input, &universal, &swap32, &header, &fat_header, &header_size) == (Tcl_Obj *)TCL_ERROR){
-		printf("1\n");
 		return (Tcl_Obj *)TCL_ERROR;
 	}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110819/b54ded5a/attachment-0001.html>


More information about the macports-changes mailing list