Changeset 82324
- Timestamp:
- 08/12/11 12:48:08 (4 years ago)
- Location:
- trunk/dports/fuse/sshfs
- Files:
-
- 1 deleted
- 2 edited
-
Portfile (modified) (4 diffs)
-
files/patch-configure.ac.diff (modified) (2 diffs)
-
files/patch-fuse4x-compat.diff (deleted)
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 1 2 # $Id$ 2 3 … … 4 5 5 6 name sshfs 6 version 2.2 7 revision 1 7 version 2.3 8 8 categories fuse 9 9 platforms darwin … … 22 22 distname sshfs-fuse-${version} 23 23 master_sites sourceforge:fuse 24 checksums ${distfiles} md5 26e9206eb5169e87e6f95f54bc005a4f \ 25 sha1 5c75cc747f97fd4fa031059346c25282027e5bc9 24 25 checksums rmd160 5ea1180cbc60ff9401d7e53774dfda3a78f37ab1 \ 26 sha256 ce229f87869d136c8347cca646f1dd6394c604127d021507a57205668d9288bb 26 27 27 28 livecheck.distname sshfs-fuse … … 34 35 port:openssh 35 36 36 configure.cppflags-append -DDARWIN_SEMAPHORE_COMPAT 37 configure.post_args-append --disable-dependency-tracking 37 patchfiles patch-from-fuse4x.diff \ 38 patch-configure.ac.diff 39 patch.pre_args -p1 38 40 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 } 41 use_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 -04002 +++ a/configure.ac 2011-08-02 18:26:20.000000000 -04001 --- 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 3 3 @@ -36,7 +36,6 @@ 4 4 … … 6 6 7 7 -export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH 8 PKG_CHECK_MODULES(SSHFS, [fuse >= 2. 2glib-2.0 gthread-2.0])8 PKG_CHECK_MODULES(SSHFS, [fuse >= 2.3 glib-2.0 gthread-2.0]) 9 9 have_fuse_opt_parse=no 10 10 oldlibs="$LIBS"
Note: See TracChangeset
for help on using the changeset viewer.

