Ticket #13803: osxvnc_port.patch
File osxvnc_port.patch, 3.3 KB (added by anton@…, 17 years ago) |
---|
-
files/patch-project.pbxproj
1 diff -ru OSXvnc.xcodeproj-orig/project.pbxproj OSXvnc.xcodeproj/project.pbxproj 2 --- OSXvnc.xcodeproj-orig/project.pbxproj 2007-06-14 14:20:40.000000000 -0500 3 +++ OSXvnc.xcodeproj/project.pbxproj 2007-08-27 03:30:14.000000000 -0500 4 @@ -1081,7 +1081,7 @@ 1 Index: OSXvnc.xcodeproj/project.pbxproj 2 =================================================================== 3 RCS file: /cvsroot/osxvnc/OSXvnc/OSXvnc.xcodeproj/project.pbxproj,v 4 retrieving revision 1.16 5 diff -u -r1.16 project.pbxproj 6 --- OSXvnc.xcodeproj/project.pbxproj 18 Dec 2007 03:54:13 -0000 1.16 7 +++ OSXvnc.xcodeproj/project.pbxproj 3 Jan 2008 08:54:12 -0000 8 @@ -1139,7 +1141,7 @@ 5 9 ); 6 10 runOnlyForDeploymentPostprocessing = 1; 7 11 shellPath = /bin/sh; 12 - shellScript = "# Bump the version for the NEXT release -- This one uses the prior value\n/Developer/Tools/agvtool bump"; 13 + shellScript = "# Bump the version for the NEXT release -- This one uses the prior value\nif [ -x /Developer/Tools/agvtool ]; then\n AVGTOOL=/Developer/Tools/avgtool\nelif [ -x /Developer/usr/bin/avgtool ]; then\n AVGTOOL=/Developer/usr/bin/avgtool\nfi\n\nif [ \"$AVGTOOL-no\" != \"-no\" ]; then\n $AVGTOOL bump\nfi\n\n####\n# Please note that the above if block is required because Apple\n# relocated avgtool in XCode 3.0. That said, this is a really\n# dumb script and could be done away with since we aren't committing\n# anything back to osxvnc CVS.\n####"; 14 }; 15 AB139E5C0CEA05C200EE873A /* ShellScript */ = { 16 isa = PBXShellScriptBuildPhase; 17 @@ -1174,7 +1176,7 @@ 18 ); 19 runOnlyForDeploymentPostprocessing = 1; 20 shellPath = /bin/sh; 8 21 - shellScript = "# This removes any re-link reference to the $INSTALL_DIR\nrm -f \"$INSTALL_DIR/$PRODUCT_NAME.app/$PRODUCT_NAME.app\"\n# UDIF\nhdiutil create -ov -format UDZO -imagekey zlib-level=9 -srcfolder \"$INSTALL_DIR\" \"$INSTALL_DIR/../$PRODUCT_NAME.dmg\";\nhdiutil internet-enable \"$INSTALL_DIR/../$PRODUCT_NAME.dmg\"\n"; 9 22 + shellScript = "# This removes any re-link reference to the $INSTALL_DIR\nrm -f \"$INSTALL_DIR/$PRODUCT_NAME.app/$PRODUCT_NAME.app\"\n"; 10 23 }; 11 24 /* End PBXShellScriptBuildPhase section */ 12 25 13 @@ -1491,16 +1491,13 @@ 14 isa = XCBuildConfiguration; 26 @@ -1661,9 +1663,6 @@ 15 27 buildSettings = { 16 28 COPY_PHASE_STRIP = NO; 29 CURRENT_PROJECT_VERSION = 1016; 17 30 - DEPLOYMENT_LOCATION = YES; 18 31 - DEPLOYMENT_POSTPROCESSING = YES; 19 32 - DSTROOT = /tmp; 20 33 GCC_DYNAMIC_NO_PIC = YES; 21 34 GCC_ENABLE_FIX_AND_CONTINUE = NO; 22 35 GCC_OPTIMIZATION_LEVEL = s; 23 INFOPLIST_FILE = "Info-OSXvnc.plist";24 INSTALL_MODE_FLAG = 755;25 INSTALL_PATH = "/Vine Server/";26 - MACOSX_DEPLOYMENT_TARGET = 10.1;27 + MACOSX_DEPLOYMENT_TARGET = 10.2;28 PRODUCT_NAME = "Vine Server";29 WARNING_CFLAGS = (30 "-Wmost", -
Portfile
4 4 PortGroup xcode 1.0 5 5 6 6 name osxvnc 7 version 2.27 version 3.0 8 8 categories aqua vnc 9 9 homepage http://www.redstonesoftware.com/vnc.html 10 10 maintainers ryandesign