Ticket #28046: otx.diff
File otx.diff, 2.5 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
files/patch-otx.xcodeproj-project.pbxproj.diff
1 --- otx.xcodeproj/project.pbxproj.orig 2007-04-18 23:46:36.000000000 -0500 2 +++ otx.xcodeproj/project.pbxproj 2011-01-20 00:52:31.000000000 -0600 3 @@ -580,14 +580,12 @@ 4 GCC_WARN_UNUSED_LABEL = YES; 5 GCC_WARN_UNUSED_PARAMETER = NO; 6 GCC_WARN_UNUSED_VARIABLE = YES; 7 - MACOSX_DEPLOYMENT_TARGET = 10.4; 8 OTHER_CFLAGS = ( 9 "-falign-loops=16", 10 "-DOTX_DEBUG", 11 ); 12 OTHER_LDFLAGS = "-lz"; 13 PREBINDING = NO; 14 - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 15 USER_HEADER_SEARCH_PATHS = "source/binutils-2.17/include/ source/binutils-2.17/libiberty/"; 16 }; 17 name = Debug; 18 @@ -613,11 +611,9 @@ 19 GCC_WARN_UNUSED_LABEL = YES; 20 GCC_WARN_UNUSED_PARAMETER = NO; 21 GCC_WARN_UNUSED_VARIABLE = YES; 22 - MACOSX_DEPLOYMENT_TARGET = 10.4; 23 OTHER_CFLAGS = "-falign-loops=16"; 24 OTHER_LDFLAGS = "-lz"; 25 PREBINDING = NO; 26 - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 27 USER_HEADER_SEARCH_PATHS = "source/binutils-2.17/include/ source/binutils-2.17/libiberty/"; 28 }; 29 name = Release; -
Portfile
6 6 version 0.16b_dev 7 7 categories devel sysutils 8 8 maintainers nomaintainer 9 supported_archs ppc i386 9 10 description otool's bastard son 10 11 long_description {otx stands for "object tool extended". otx uses otool(object tool) to disassemble a Mach-O executable file, then enhances the disassembled output. Simple enhancements include adding the machine code of each instruction and the offset of each instruction from the beginning of a function. More complicated enhancements include displaying the names and data types of Objective-C methods even if symbols have been stripped, and adding comments that describe member variables, function calls, static data and more.} 11 12 homepage http://otx.osxninja.com/ … … 26 27 livecheck.regex {<a href="files/otx.dmg">otx (.*?)</a>} 27 28 livecheck.version 0.16b 28 29 30 patchfiles patch-otx.xcodeproj-project.pbxproj.diff 29 31 use_configure no 30 32 build { 31 33 system "cd ${worksrcpath} && xcodebuild -target 'otx gui' -configuration Release build SRCROOT=build/ OBJROOT=build/"