Revision
585
Author
wsiegrist@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

Added Paths

Diff

Added: trunk/patches/top-67.kNilOptions.patch (0 => 585)


--- 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 (584 => 585)


--- 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 = {