[47070] trunk/dports/aqua/macsword/files/patch-project.pbxproj

jmr at macports.org jmr at macports.org
Sat Feb 21 03:11:07 PST 2009


Revision: 47070
          http://trac.macports.org/changeset/47070
Author:   jmr at macports.org
Date:     2009-02-21 03:11:07 -0800 (Sat, 21 Feb 2009)
Log Message:
-----------
macsword: reinplace fail

Modified Paths:
--------------
    trunk/dports/aqua/macsword/files/patch-project.pbxproj

Modified: trunk/dports/aqua/macsword/files/patch-project.pbxproj
===================================================================
--- trunk/dports/aqua/macsword/files/patch-project.pbxproj	2009-02-21 11:05:39 UTC (rev 47069)
+++ trunk/dports/aqua/macsword/files/patch-project.pbxproj	2009-02-21 11:11:07 UTC (rev 47070)
@@ -5,7 +5,7 @@
  		502419D509996053006816E2 /* German */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = German; path = German.lproj/MainMenu.nib; sourceTree = "<group>"; };
  		50EAB1DB09B007AD00E61DE6 /* AGRegex.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGRegex.framework; path = AGRegex/build/Deployment/AGRegex.framework; sourceTree = SOURCE_ROOT; };
 -		50EAB1E309B007EA00E61DE6 /* locales.d */ = {isa = PBXFileReference; lastKnownFileType = folder; name = locales.d; path = sword_mac_build/build/result_inst/locales.d; sourceTree = "<group>"; };
-+		50EAB1E309B007EA00E61DE6 /* locales.d */ = {isa = PBXFileReference; lastKnownFileType = folder; name = locales.d; path = /opt/local/share/sword/locales.d; sourceTree = "<absolute>"; };
++		50EAB1E309B007EA00E61DE6 /* locales.d */ = {isa = PBXFileReference; lastKnownFileType = folder; name = locales.d; path = __PREFIX/share/sword/locales.d; sourceTree = "<absolute>"; };
  		8D15AC360486D014006FF6A4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
  		8D15AC370486D014006FF6A4 /* MacSword.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MacSword.app; sourceTree = BUILT_PRODUCTS_DIR; };
  		A90FD2660DFE85950025F137 /* Finnish */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Finnish; path = Finnish.lproj/Localizable.strings; sourceTree = "<group>"; };
@@ -14,7 +14,7 @@
  		A92AD3800D4BEC6700AE84EE /* ztext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ztext.h; sourceTree = "<group>"; };
  		A92AD3810D4BEC6700AE84EE /* zverse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zverse.h; sourceTree = "<group>"; };
 -		A92AD41B0D4BED2500AE84EE /* libsword-1.5.11-fat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libsword-1.5.11-fat.a"; path = "sword_mac_build/build/result_inst/lib/libsword-1.5.11-fat.a"; sourceTree = "<group>"; };
-+		A92AD41B0D4BED2500AE84EE /* libsword-1.5.11-fat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libsword.a"; path = "/opt/local/lib/libsword.a"; sourceTree = "<absolute>"; };
++		A92AD41B0D4BED2500AE84EE /* libsword-1.5.11-fat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libsword.a"; path = "__PREFIX/lib/libsword.a"; sourceTree = "<absolute>"; };
  		A92D940F0C0F4CD000F8C7BF /* BibleIndexer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BibleIndexer.h; path = src/Indexing/BibleIndexer.h; sourceTree = "<group>"; };
  		A92D94100C0F4CD000F8C7BF /* BibleIndexer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BibleIndexer.m; path = src/Indexing/BibleIndexer.m; sourceTree = "<group>"; };
  		A92D941B0C0F506400F8C7BF /* BookIndexer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = BookIndexer.h; path = src/Indexing/BookIndexer.h; sourceTree = "<group>"; };
@@ -23,7 +23,7 @@
  			);
  			name = MacSword;
 -			productInstallPath = "$(HOME)/Applications";
-+			productInstallPath = "/Applications/MacPorts";
++			productInstallPath = "__APPS_DIR";
  			productName = MacSword;
  			productReference = 8D15AC370486D014006FF6A4 /* MacSword.app */;
  			productType = "com.apple.product-type.application";
@@ -32,12 +32,12 @@
  				GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
  				GCC_WARN_UNKNOWN_PRAGMAS = NO;
 -				HEADER_SEARCH_PATHS = "$(SRCROOT)/sword-mac-build/build/result_inst/include/sword/**";
-+				HEADER_SEARCH_PATHS = ("/opt/local/include/sword", "$(SRCROOT)/sword-mac-build/build/result_inst/include/sword/**",);
++				HEADER_SEARCH_PATHS = ("__PREFIX/include/sword", "$(SRCROOT)/sword-mac-build/build/result_inst/include/sword/**",);
  				INFOPLIST_FILE = Info.plist;
 -				INSTALL_PATH = "$(HOME)/Applications";
-+				INSTALL_PATH = "/Applications/MacPorts";
++				INSTALL_PATH = "__APPS_DIR";
  				LIBRARY_SEARCH_PATHS = (
-+				    "/opt/local/lib",
++				    "__PREFIX/lib",
  					"$(inherited)",
  					"$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
  					"$(LIBRARY_SEARCH_PATHS_QUOTED_2)",
@@ -66,12 +66,12 @@
  				GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
  				GCC_WARN_UNKNOWN_PRAGMAS = NO;
 -				HEADER_SEARCH_PATHS = "$(SRCROOT)/sword-mac-build/build/result_inst/include/sword/**";
-+				HEADER_SEARCH_PATHS = ("/opt/local/include/sword", "$(SRCROOT)/sword-mac-build/build/result_inst/include/sword/**",);
++				HEADER_SEARCH_PATHS = ("__PREFIX/include/sword", "$(SRCROOT)/sword-mac-build/build/result_inst/include/sword/**",);
  				INFOPLIST_FILE = Info.plist;
 -				INSTALL_PATH = "$(HOME)/Applications";
-+				INSTALL_PATH = "/Applications/MacPorts";
++				INSTALL_PATH = "__APPS_DIR";
  				LIBRARY_SEARCH_PATHS = (
-+				    "/opt/local/lib",
++				    "__PREFIX/lib",
  					"$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
  					"$(LIBRARY_SEARCH_PATHS_QUOTED_2)",
  					"$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
@@ -88,12 +88,12 @@
  				GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
  				GCC_WARN_UNKNOWN_PRAGMAS = NO;
 -				HEADER_SEARCH_PATHS = /Users/william/sword/include;
-+				HEADER_SEARCH_PATHS = /opt/local/include/sword;
++				HEADER_SEARCH_PATHS = __PREFIX/include/sword;
  				INFOPLIST_FILE = Info.plist;
 -				INSTALL_PATH = "$(HOME)/Applications";
-+				INSTALL_PATH = "/Applications/MacPorts";
++				INSTALL_PATH = "__APPS_DIR";
  				LIBRARY_SEARCH_PATHS = (
-+				    "/opt/local/lib",
++				    "__PREFIX/lib",
  					/Users/william/Documents/cvs/macsword,
  					"$(SRCROOT)/sword-mac-build/fat_inst/lib",
  					"$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090221/8e627245/attachment-0001.html>


More information about the macports-changes mailing list