Revision: 516 http://trac.macosforge.org/projects/darwinbuild/changeset/516 Author: wsiegrist@apple.com Date: 2009-05-17 18:27:32 -0700 (Sun, 17 May 2009) Log Message: ----------- Add a patch to help build Tokend. Add partial dependencies for dtrace Modified Paths: -------------- trunk/plists/9A581.plist trunk/plists/9G55.plist Modified: trunk/plists/9A581.plist =================================================================== --- trunk/plists/9A581.plist 2009-05-15 21:08:30 UTC (rev 515) +++ trunk/plists/9A581.plist 2009-05-18 01:27:32 UTC (rev 516) @@ -3200,6 +3200,7 @@ bsdmake, cctools, developer_cmds, + dtrace, file_cmds, gcc, gcc_select, @@ -3240,6 +3241,7 @@ bsdmake, cctools, developer_cmds, + dtrace, file_cmds, gcc, gcc_select, @@ -6457,6 +6459,27 @@ version = 104.2.2; }; dtrace = { + dependencies = { + build = ( + CF, + CarbonHeaders, + Libc_headers, + Libsyscall, + architecture, + bison, + cctools, + cctools_ofiles, + cxxfilt, + file_cmds, + flex, + gm4, + libdyld, + shell_cmds, + system_cmds, + text_cmds, + xnu, + ); + }; environment = { RC_ARCHS = "ppc ppc64 i386 x86_64"; }; @@ -12483,5 +12506,6 @@ }; source_sites = ( "http://src.macosforge.org/Projects/", + "http://src.macosforge.org/Patches/", ); } Modified: trunk/plists/9G55.plist =================================================================== --- trunk/plists/9G55.plist 2009-05-15 21:08:30 UTC (rev 515) +++ trunk/plists/9G55.plist 2009-05-18 01:27:32 UTC (rev 516) @@ -147,6 +147,9 @@ version = 16; }; Tokend = { + patchfiles = ( + "Tokend-35209.MacTypes.patch", + ); version = 35209; }; apache = {
participants (1)
-
source_changes@macosforge.org