New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82324


Ignore:
Timestamp:
08/12/11 12:48:08 (4 years ago)
Author:
dports@…
Message:

sshfs: update to v2.3 using a patch from fuse4x instead of the one
from macfuse (but it is still compatible with macfuse)

Drop the "platform darwin" block because we don't support other platforms

Location:
trunk/dports/fuse/sshfs
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/fuse/sshfs/Portfile

    r81604 r82324  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 
    12# $Id$ 
    23 
     
    45 
    56name                sshfs 
    6 version             2.2 
    7 revision            1 
     7version             2.3 
    88categories          fuse 
    99platforms           darwin 
     
    2222distname            sshfs-fuse-${version} 
    2323master_sites        sourceforge:fuse 
    24 checksums           ${distfiles} md5 26e9206eb5169e87e6f95f54bc005a4f \ 
    25                                  sha1 5c75cc747f97fd4fa031059346c25282027e5bc9 
     24 
     25checksums           rmd160  5ea1180cbc60ff9401d7e53774dfda3a78f37ab1 \ 
     26                    sha256  ce229f87869d136c8347cca646f1dd6394c604127d021507a57205668d9288bb 
    2627 
    2728livecheck.distname  sshfs-fuse 
     
    3435                    port:openssh 
    3536 
    36 configure.cppflags-append     -DDARWIN_SEMAPHORE_COMPAT 
    37 configure.post_args-append --disable-dependency-tracking 
     37patchfiles          patch-from-fuse4x.diff \ 
     38                    patch-configure.ac.diff 
     39patch.pre_args      -p1 
    3840 
    39 platform darwin { 
    40     patch_sites         http://macfuse.googlecode.com/svn/tags/macfuse-2.0/filesystems/sshfs 
    41     patchfiles          sshfs-fuse-${version}-macosx.patch \ 
    42                         patch-fuse4x-compat.diff \ 
    43                         patch-configure.ac.diff 
    44     checksums-append    sshfs-fuse-${version}-macosx.patch md5 08330f4c10e25052b3a5c26d180e4752 \ 
    45                                                            sha1 24e6721c25fb883c945550ac62e20f4c35f4393e 
    46      
    47     # override patch.pre_args since it defaults to -p0 
    48     patch.pre_args -p1 
    49  
    50     use_autoreconf      yes 
    51 } 
     41use_autoreconf      yes 
  • trunk/dports/fuse/sshfs/files/patch-configure.ac.diff

    r81604 r82324  
    1 --- a/configure.ac.orig 2011-08-02 18:26:14.000000000 -0400 
    2 +++ a/configure.ac      2011-08-02 18:26:20.000000000 -0400 
     1--- sshfs-fuse-2.3/configure.ac.orig    2011-08-11 17:47:30.000000000 -0400 
     2+++ sshfs-fuse-2.3/configure.ac 2011-08-11 17:48:03.000000000 -0400 
    33@@ -36,7 +36,6 @@ 
    44  
     
    66  
    77-export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH 
    8  PKG_CHECK_MODULES(SSHFS, [fuse >= 2.2 glib-2.0 gthread-2.0]) 
     8 PKG_CHECK_MODULES(SSHFS, [fuse >= 2.3 glib-2.0 gthread-2.0]) 
    99 have_fuse_opt_parse=no 
    1010 oldlibs="$LIBS" 
Note: See TracChangeset for help on using the changeset viewer.