[32091] trunk/dports/fuse/libfuse/Portfile

eridius at macports.org eridius at macports.org
Sun Dec 16 10:45:09 PST 2007


Revision: 32091
          http://trac.macosforge.org/projects/macports/changeset/32091
Author:   eridius at macports.org
Date:     2007-12-16 10:45:08 -0800 (Sun, 16 Dec 2007)

Log Message:
-----------
This change was supposed to get committed yesterday, dunno what happened

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

Modified: trunk/dports/fuse/libfuse/Portfile
===================================================================
--- trunk/dports/fuse/libfuse/Portfile	2007-12-16 18:43:52 UTC (rev 32090)
+++ trunk/dports/fuse/libfuse/Portfile	2007-12-16 18:45:08 UTC (rev 32091)
@@ -22,18 +22,21 @@
 
 depends_lib         port:pkgconfig
 
+platform darwin 8 {
+    patch_sites         http://macfuse.googlecode.com/svn/tags/macfuse-1.1/core/10.4/libfuse/
+    checksums-append    fuse-2.7.1-macosx.patch md5 36b116114c04f8e7c65a5c8aad753573 \
+                                                sha1 5cb3440a73b2634e18f76263c35044e58b0daaa5
+}
+
+platform darwin 9 {
+    patch_sites         http://macfuse.googlecode.com/svn/tags/macfuse-1.1/core/10.5/libfuse/
+    checksums-append    fuse-2.7.1-macosx.patch md5 85f1654ae01064ef1c398dbfde1a3f53 \
+                                                sha1 24d735331ec897c77e19203d3d38ab55ae56f292
+}
+
 platform darwin {
     depends_run         port:fusefs
-    if {[variant_isset darwin_8]} {
-        patch_sites         http://macfuse.googlecode.com/svn/tags/macfuse-1.1/core/10.4/libfuse/
-        checksums-append    fuse-2.7.1-macosx.patch md5 36b116114c04f8e7c65a5c8aad753573 \
-                                                    sha1 5cb3440a73b2634e18f76263c35044e58b0daaa5
-    } else {
-        patch_sites         http://macfuse.googlecode.com/svn/tags/macfuse-1.1/core/10.5/libfuse/
-        checksums-append    fuse-2.7.1-macosx.patch md5 85f1654ae01064ef1c398dbfde1a3f53 \
-                                                    sha1 24d735331ec897c77e19203d3d38ab55ae56f292
-        
-    }
+    
     patchfiles          fuse-2.7.1-macosx.patch
     
     configure.post_args-append CFLAGS="-D__FreeBSD__=10 -D_POSIX_C_SOURCE=200112L"
@@ -49,9 +52,7 @@
         return -code error "LibFUSE is only supported for Mac OS X"
     }
     
-    if {[variant_isset darwin]} {
-        patch_checksum
-    }
+    patch_checksum
 }
 
 proc patch_checksum {} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071216/e6d46c36/attachment-0001.html


More information about the macports-changes mailing list