Ticket #31728: update_fuse4x_to_0.8.13.diff
File update_fuse4x_to_0.8.13.diff, 3.9 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 28 version 0.8.13 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 sha256 de850832e9c1fbd3781f35b5811ca5b673c297371f6da3e4b784adbbd5a67ecd\30 rmd160 0051c6d5e76291b025d88f25409869d5cbbf3b7029 checksums sha256 0dab2a31f0261fbe69d80579927d77ef36c5703d2552258c8cb1e33a5e14c4e4 \ 30 rmd160 27e29b02bb3dbefc41baad9198376fc45c009f60 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 28 version 0.8.13 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 sha256 d 3838bd3deef79a1fab15cc5907d65abfcc11b8e6d88118562a38300a4980c86\30 rmd160 79c82a2424ab14104820f89e45c675aa2dca27b729 checksums sha256 dacad2c64efe6203cdb16aef60e5429bfa07ab29609637a2ef071e6b7c86ee2d \ 30 rmd160 ad0160d7b61dad7641949fcf6b695e4fd9dab4cf 31 31 32 32 extract.mkdir yes 33 33 extract.post_args "| tar --strip-components=1 -xf -" -
fuse4x/files/patch-configure.in.diff
1 1 --- configure.in.orig 2011-07-09 00:39:04.000000000 -0400 2 2 +++ configure.in 2011-07-09 00:41:21.000000000 -0400 3 @@ -25,8 +25,7 @@ 4 CFLAGS="-Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing" 3 @@ -26,7 +26,6 @@ if test "$ac_env_CFLAGS_set" != set; then 5 4 fi 6 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 -LDFLAGS="$LDFLAGS -arch i386 -arch x86_64 -framework CoreFoundation" 9 +CFLAGS="$CFLAGS -DUNNAMED_SEMAPHORES_NOT_SUPPORTED -D_POSIX_C_SOURCE=200112L -D__DARWIN_64_BIT_INO_T=1" 6 CFLAGS="$CFLAGS -D_POSIX_C_SOURCE=200112L -D__DARWIN_64_BIT_INO_T=1" 7 -LDFLAGS="$LDFLAGS -framework CoreFoundation" 10 8 11 9 AC_ARG_ENABLE(lib, 12 10 [ --enable-lib Compile with library ]) -
fuse4x/Portfile
4 4 PortSystem 1.0 5 5 6 6 name fuse4x 7 version 0.8.1 27 version 0.8.13 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 sha256 7fefc07d0635533800f41f0d5e6976b4c2a7f3bfc466bf92a6fbd8bd53ef1e30\30 rmd160 375687da9636790e1420d5ec6c5c7f8ac1a3f95e29 checksums sha256 a3225c6a73244c5fcd84892830b57b906c635bb9dd563302a6729ead9465199c \ 30 rmd160 f6f973707bee690195b715e059f9c3325776fb56 31 31 32 32 extract.mkdir yes 33 33 extract.post_args "| tar --strip-components=1 -xf -"