New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #15304: sshfs-2.2.diff

File sshfs-2.2.diff, 1.9 KB (added by jmr@…, 3 years ago)
  • fuse/sshfs/Portfile

     
    33PortSystem 1.0 
    44 
    55name                sshfs 
    6 version             1.9 
     6version             2.2 
    77categories          fuse 
    88platforms           darwin 
    99maintainers         eridius@macports.org 
     
    2020 
    2121distname            sshfs-fuse-${version} 
    2222master_sites        sourceforge:fuse 
    23 checksums           ${distfiles} md5 05c3da4fa0f673f7ce5f480b3023af61 \ 
    24                                  sha1 dfd3a72c76f6b4fac4105b23ca228d8166a0510a 
     23checksums           ${distfiles} md5 26e9206eb5169e87e6f95f54bc005a4f \ 
     24                                 sha1 5c75cc747f97fd4fa031059346c25282027e5bc9 
    2525 
    2626livecheck.distname  sshfs-fuse 
    2727 
     
    3232                    port:pkgconfig \ 
    3333                    port:openssh 
    3434 
    35 configure.cflags-append    -D__FreeBSD__=10 -DDARWIN_SEMAPHORE_COMPAT -D_POSIX_C_SOURCE=200112L 
    36 configure.ldflags-append    "-framework CoreFoundation" 
     35configure.cppflags-append     -DDARWIN_SEMAPHORE_COMPAT 
    3736configure.post_args-append --disable-dependency-tracking 
    3837 
    3938platform darwin { 
    40     patch_sites         http://macfuse.googlecode.com/svn/tags/macfuse-1.5/filesystems/sshfs 
     39    patch_sites         http://macfuse.googlecode.com/svn/tags/macfuse-2.0/filesystems/sshfs 
    4140    patchfiles          sshfs-fuse-${version}-macosx.patch 
    42     checksums-append    sshfs-fuse-${version}-macosx.patch md5 195a7c8268b8deb3151c8b1015f3b602 \ 
    43                                                            sha1 5dc431425a4e6dcace08bb2d7d803df3553731e3 
     41    checksums-append    sshfs-fuse-${version}-macosx.patch md5 08330f4c10e25052b3a5c26d180e4752 \ 
     42                                                           sha1 24e6721c25fb883c945550ac62e20f4c35f4393e 
    4443     
    4544    # override patch.pre_args since it defaults to -p0 
    4645    patch.pre_args -p1