[darwinbuild-changes] [585] trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 1 15:07:58 PDT 2009


Revision: 585
          http://trac.macosforge.org/projects/darwinbuild/changeset/585
Author:   wsiegrist at apple.com
Date:     2009-10-01 15:07:58 -0700 (Thu, 01 Oct 2009)
Log Message:
-----------
Add OpenBSM project, add patch to fix top builds

Modified Paths:
--------------
    trunk/plists/10A432.plist

Added Paths:
-----------
    trunk/patches/top-67.kNilOptions.patch

Added: trunk/patches/top-67.kNilOptions.patch
===================================================================
--- trunk/patches/top-67.kNilOptions.patch	                        (rev 0)
+++ trunk/patches/top-67.kNilOptions.patch	2009-10-01 22:07:58 UTC (rev 585)
@@ -0,0 +1,12 @@
+diff -ru ../top-67.orig/libtop.c ./libtop.c
+--- ../top-67.orig/libtop.c	2009-10-01 11:06:25.000000000 -0700
++++ ./libtop.c	2009-10-01 11:07:15.000000000 -0700
+@@ -1150,7 +1150,7 @@
+ 		/* Obtain the properties for this drive object. */
+ 		if (IORegistryEntryCreateCFProperties(drive,
+ 		    (CFMutableDictionaryRef *)&properties, kCFAllocatorDefault,
+-		    kNilOptions)) {
++		    0)) {
+ 			libtop_print(libtop_user_data,
+ 			    "Error in IORegistryEntryCreateCFProperties()");
+ 			retval = -1;

Modified: trunk/plists/10A432.plist
===================================================================
--- trunk/plists/10A432.plist	2009-09-30 23:34:36 UTC (rev 584)
+++ trunk/plists/10A432.plist	2009-10-01 22:07:58 UTC (rev 585)
@@ -3409,6 +3409,9 @@
 		OpenAL = {
 			version = 37;
 		};
+		OpenBSM = {
+			version = 21;
+		};
 		OpenDirectory = {
 			dependencies = {
 				build = (
@@ -13706,6 +13709,9 @@
 					gcc,
 				);
 			};
+			patchfiles = (
+				"top-67.kNilOptions.patch",
+			);
 			version = 67;
 		};
 		update_dyld_shared_cache = {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20091001/ad53b77b/attachment.html>


More information about the darwinbuild-changes mailing list