Ticket #15304: sshfs-2.2.diff
File sshfs-2.2.diff, 1.9 KB (added by jmroot (Joshua Root), 16 years ago) |
---|
-
fuse/sshfs/Portfile
3 3 PortSystem 1.0 4 4 5 5 name sshfs 6 version 1.96 version 2.2 7 7 categories fuse 8 8 platforms darwin 9 9 maintainers eridius@macports.org … … 20 20 21 21 distname sshfs-fuse-${version} 22 22 master_sites sourceforge:fuse 23 checksums ${distfiles} md5 05c3da4fa0f673f7ce5f480b3023af61\24 sha1 dfd3a72c76f6b4fac4105b23ca228d8166a0510a23 checksums ${distfiles} md5 26e9206eb5169e87e6f95f54bc005a4f \ 24 sha1 5c75cc747f97fd4fa031059346c25282027e5bc9 25 25 26 26 livecheck.distname sshfs-fuse 27 27 … … 32 32 port:pkgconfig \ 33 33 port:openssh 34 34 35 configure.cflags-append -D__FreeBSD__=10 -DDARWIN_SEMAPHORE_COMPAT -D_POSIX_C_SOURCE=200112L 36 configure.ldflags-append "-framework CoreFoundation" 35 configure.cppflags-append -DDARWIN_SEMAPHORE_COMPAT 37 36 configure.post_args-append --disable-dependency-tracking 38 37 39 38 platform darwin { 40 patch_sites http://macfuse.googlecode.com/svn/tags/macfuse- 1.5/filesystems/sshfs39 patch_sites http://macfuse.googlecode.com/svn/tags/macfuse-2.0/filesystems/sshfs 41 40 patchfiles sshfs-fuse-${version}-macosx.patch 42 checksums-append sshfs-fuse-${version}-macosx.patch md5 195a7c8268b8deb3151c8b1015f3b602 \43 sha1 5dc431425a4e6dcace08bb2d7d803df3553731e341 checksums-append sshfs-fuse-${version}-macosx.patch md5 08330f4c10e25052b3a5c26d180e4752 \ 42 sha1 24e6721c25fb883c945550ac62e20f4c35f4393e 44 43 45 44 # override patch.pre_args since it defaults to -p0 46 45 patch.pre_args -p1