Changeset 80855
- Timestamp:
- 07/18/11 23:28:38 (4 years ago)
- Location:
- users/dports/ports/fuse
- Files:
-
- 3 added
- 2 edited
-
fuse4x-kext/Portfile (modified) (1 diff)
-
fuse4x-kext/files (added)
-
fuse4x-kext/files/patch-common_fuse_param.h.diff (added)
-
fuse4x/Portfile (modified) (1 diff)
-
fuse4x/files/patch-include_fuse_param.h.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
users/dports/ports/fuse/fuse4x-kext/Portfile
r80505 r80855 44 44 default_variants +universal 45 45 46 # kext destination: kext will be installed into ${kextdir}/fuse4x.kext. 47 # 48 # The kext is autoloaded by the library using load_fuse4x, so it 49 # doesn't have to go into /System/Library/Extensions. It doesn't 50 # matter where we put it, as long as it's kept in sync with the library. 51 # 52 # If updating the patchfile or ${kextdir}, must also update the 53 # corresponding patch in the fuse4x port! 54 patchfiles patch-common_fuse_param.h.diff 55 set kextdir "${prefix}/Library/Extensions" 56 post-patch { 57 reinplace "s|@@KEXTPATH@@|${kextdir}/fuse4x.kext|" ${worksrcpath}/common/fuse_param.h 58 } 59 46 60 xcode.configuration Release 47 61 48 destroot.violate_mtree yes62 #destroot.violate_mtree yes 49 63 destroot.asroot yes 50 64 51 65 destroot { 52 xinstall -d ${destroot} /System/Library/Extensions53 file copy ${worksrcpath}/build/${xcode.configuration}/fuse4x.kext ${destroot} /System/Library/Extensions54 file attributes ${destroot} /System/Library/Extensions/fuse4x.kext -owner root -group wheel -permissions rwxr-xr-x66 xinstall -d ${destroot}${kextdir} 67 file copy ${worksrcpath}/build/${xcode.configuration}/fuse4x.kext ${destroot}${kextdir} 68 file attributes ${destroot}${kextdir}/fuse4x.kext -owner root -group wheel -permissions rwxr-xr-x 55 69 56 xinstall -d ${destroot} /System/Library/Extensions/fuse4x.kext/Support57 xinstall -o root -m 4755 ${worksrcpath}/build/${xcode.configuration}/load_fuse4x ${destroot} /System/Library/Extensions/fuse4x.kext/Support70 xinstall -d ${destroot}${kextdir}/fuse4x.kext/Support 71 xinstall -o root -m 4755 ${worksrcpath}/build/${xcode.configuration}/load_fuse4x ${destroot}${kextdir}/fuse4x.kext/Support 58 72 } 59 73 -
users/dports/ports/fuse/fuse4x/Portfile
r80505 r80855 36 36 git.url git://github.com/drkp/fuse4x-fuse.git 37 37 git.branch pu 38 patchfiles patch-configure.in.diff 38 patchfiles patch-configure.in.diff \ 39 patch-include_fuse_param.h.diff 40 41 # kext destination: kext will be installed into ${kextdir}/fuse4x.kext. 42 # 43 # The kext is autoloaded by the library using load_fuse4x, so it 44 # doesn't have to go into /System/Library/Extensions. It doesn't 45 # matter where we put it, as long as it's kept in sync with the library. 46 # 47 # If updating the patchfile or ${kextdir}, must also update the 48 # corresponding patch in the fuse4x-kext port! 49 set kextdir "${prefix}/Library/Extensions" 50 post-patch { 51 reinplace "s|@@KEXTPATH@@|${kextdir}/fuse4x.kext|" ${worksrcpath}/include/fuse_param.h 52 } 39 53 40 54 configure.cflags-append -g -O0
Note: See TracChangeset
for help on using the changeset viewer.

