Ticket #28046: otx.diff

File otx.diff, 2.5 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

possible patch

  • 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

     
    66version             0.16b_dev
    77categories          devel sysutils
    88maintainers         nomaintainer
     9supported_archs     ppc i386
    910description         otool's bastard son
    1011long_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.}
    1112homepage            http://otx.osxninja.com/
     
    2627livecheck.regex     {<a href="files/otx.dmg">otx (.*?)</a>}
    2728livecheck.version   0.16b
    2829
     30patchfiles          patch-otx.xcodeproj-project.pbxproj.diff
    2931use_configure       no
    3032build {
    3133    system "cd ${worksrcpath} && xcodebuild -target 'otx gui' -configuration Release build SRCROOT=build/ OBJROOT=build/"