Ticket #31207: bump_fuse4x_to_0.8.12.diff
File bump_fuse4x_to_0.8.12.diff, 3.6 KB (added by anatol (Anatol Pomozov), 13 years ago) |
---|
-
fuse4x-kext/Portfile
5 5 PortGroup xcode 1.0 6 6 7 7 name fuse4x-kext 8 version 0.8.1 18 version 0.8.12 9 9 set tag [string map {. _ } $version] 10 10 categories fuse devel 11 11 platforms macosx … … 26 26 license BSD 27 27 master_sites https://github.com/fuse4x/kext/tarball/fuse4x_${tag} 28 28 29 checksums sha1 30a708d6a95148352a21e2e7ed14d4d673c12578\30 rmd160 4626dff5a872106ede669757b89d89471d889eb429 checksums sha1 d2cdd603d350c51333aefb3a0fc3f46e92921371 \ 30 rmd160 0051c6d5e76291b025d88f25409869d5cbbf3b70 31 31 32 32 extract.mkdir yes 33 33 extract.post_args "| tar --strip-components=1 -xf -" -
fuse4x-framework/Portfile
5 5 PortGroup xcode 1.0 6 6 7 7 name fuse4x-framework 8 version 0.8.1 18 version 0.8.12 9 9 set tag [string map {. _ } $version] 10 10 categories fuse devel 11 11 platforms macosx … … 26 26 license BSD 27 27 master_sites https://github.com/fuse4x/framework/tarball/fuse4x_${tag} 28 28 29 checksums sha1 9280e0928f9993d470fb8f91131061555d6d61e5\30 rmd160 7 ec4f426e8a67f56e2f4063183afe6523e368eaa29 checksums sha1 53dec43e90542ce4540d2a7001ea96b013ceeb8c \ 30 rmd160 79c82a2424ab14104820f89e45c675aa2dca27b7 31 31 32 32 extract.mkdir yes 33 33 extract.post_args "| tar --strip-components=1 -xf -" -
fuse4x/files/patch-configure.in.diff
4 4 CFLAGS="-Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing" 5 5 fi 6 6 7 -CFLAGS="$CFLAGS -DUNNAMED_SEMAPHORES_NOT_SUPPORTED -D_POSIX_C_SOURCE=200112L -D__DARWIN_64_BIT_INO_T=1 -arch i386 -arch x86_64 - isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.5"7 -CFLAGS="$CFLAGS -DUNNAMED_SEMAPHORES_NOT_SUPPORTED -D_POSIX_C_SOURCE=200112L -D__DARWIN_64_BIT_INO_T=1 -arch i386 -arch x86_64 -mmacosx-version-min=10.5" 8 8 -LDFLAGS="$LDFLAGS -arch i386 -arch x86_64 -framework CoreFoundation" 9 9 +CFLAGS="$CFLAGS -DUNNAMED_SEMAPHORES_NOT_SUPPORTED -D_POSIX_C_SOURCE=200112L -D__DARWIN_64_BIT_INO_T=1" 10 10 -
fuse4x/Portfile
4 4 PortSystem 1.0 5 5 6 6 name fuse4x 7 version 0.8.1 17 version 0.8.12 8 8 set tag [string map {. _ } $version] 9 9 categories fuse devel 10 10 platforms macosx … … 26 26 license LGPL 27 27 master_sites https://github.com/fuse4x/fuse/tarball/fuse4x_${tag} 28 28 29 checksums sha1 65623139fed3010cde11727e1d552dc9031fca71\30 rmd160 0b68c99ddb8c55821bfe172bcfb71a8e6315d7e929 checksums sha1 1ac12b5875c3addcfcd0a567e2416ca04f7cd2d4 \ 30 rmd160 375687da9636790e1420d5ec6c5c7f8ac1a3f95e 31 31 32 32 extract.mkdir yes 33 33 extract.post_args "| tar --strip-components=1 -xf -"