[72241] trunk/dports/fuse/macfuse

dports at macports.org dports at macports.org
Thu Oct 7 22:21:35 PDT 2010


Revision: 72241
          http://trac.macports.org/changeset/72241
Author:   dports at macports.org
Date:     2010-10-07 22:21:33 -0700 (Thu, 07 Oct 2010)
Log Message:
-----------
macfuse: build SDK with correct architectures on 10.5/PPC (#26721)

Modified Paths:
--------------
    trunk/dports/fuse/macfuse/Portfile

Added Paths:
-----------
    trunk/dports/fuse/macfuse/files/patch-10.5_universal_build.diff

Modified: trunk/dports/fuse/macfuse/Portfile
===================================================================
--- trunk/dports/fuse/macfuse/Portfile	2010-10-08 04:51:27 UTC (rev 72240)
+++ trunk/dports/fuse/macfuse/Portfile	2010-10-08 05:21:33 UTC (rev 72241)
@@ -5,7 +5,7 @@
 
 name                macfuse
 version             2.0.3
-revision            2
+revision            3
 categories          fuse devel
 platforms           macosx
 maintainers         dports
@@ -36,6 +36,7 @@
                     patch-sdk-objc_GMUserFileSystem.m.diff \
                     patch-sdk-objc_MacFuse.xcodeproj.diff \
                     patch-10.5_fusefs_fusefs.xcodeproj_project.pbxproj.diff \
+                    patch-10.5_universal_build.diff \
                     patch-10.5_libfuse_fuse-2.7.3-macosx.patch.diff \
                     patch-10.6_libfuse_fuse-2.7.3-macosx.patch.diff
 

Added: trunk/dports/fuse/macfuse/files/patch-10.5_universal_build.diff
===================================================================
--- trunk/dports/fuse/macfuse/files/patch-10.5_universal_build.diff	                        (rev 0)
+++ trunk/dports/fuse/macfuse/files/patch-10.5_universal_build.diff	2010-10-08 05:21:33 UTC (rev 72241)
@@ -0,0 +1,18 @@
+--- sdk-objc/MacFUSE.xcodeproj/project.pbxproj	2010-10-04 21:36:40.000000000 +0200
++++ sdk-objc/MacFUSE.xcodeproj/project.pbxproj	2010-10-04 21:33:39.000000000 +0200
+@@ -646,6 +646,7 @@
+ 			isa = XCBuildConfiguration;
+ 			baseConfigurationReference = 28D5261B0EA80E7000B7CF7B /* MacFUSE.xcconfig */;
+ 			buildSettings = {
++				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+ 				COPY_PHASE_STRIP = NO;
+ 				DYLIB_COMPATIBILITY_VERSION = 1;
+ 				DYLIB_CURRENT_VERSION = 1;
+@@ -681,6 +682,7 @@
+ 			isa = XCBuildConfiguration;
+ 			baseConfigurationReference = 28D5261B0EA80E7000B7CF7B /* MacFUSE.xcconfig */;
+ 			buildSettings = {
++				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+ 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ 				DYLIB_COMPATIBILITY_VERSION = 1;
+ 				DYLIB_CURRENT_VERSION = 1;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101007/1729becc/attachment.html>


More information about the macports-changes mailing list