aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAnatol Pomozov2012-04-25 17:26:12 -0700
committerCharlie Sharpsteen2012-04-25 20:12:20 -0700
commitca0119ab7a98bcfdc150e76a8b6b0c219b6cf807 (patch)
treea24676667acb084be314a0c9acf3df9de00a87d0 /Library/Formula
parentf72e33fcae8aa786f9bf1d952f2ffa2975cab10e (diff)
downloadhomebrew-ca0119ab7a98bcfdc150e76a8b6b0c219b6cf807.tar.bz2
Revert "fuse4x: update to 0.10.0"
0.10.0 contains a kernel panic. It is going to be fixed in 0.10.1. This reverts commit 8a0932f320208db56c10d1d16fff31c22e3be87e. Closes #11888. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fuse4x-kext.rb7
-rw-r--r--Library/Formula/fuse4x.rb6
2 files changed, 7 insertions, 6 deletions
diff --git a/Library/Formula/fuse4x-kext.rb b/Library/Formula/fuse4x-kext.rb
index 1fc68dd5e..a3ad6198c 100644
--- a/Library/Formula/fuse4x-kext.rb
+++ b/Library/Formula/fuse4x-kext.rb
@@ -6,9 +6,9 @@ end
class Fuse4xKext < Formula
homepage 'http://fuse4x.org/'
- url 'https://github.com/fuse4x/kext/tarball/fuse4x_0_10_0'
- md5 'f7b3946926e97e9d5cfb1db916152b61'
- version "0.10.0"
+ # NOTE: Version 0.10 contains a nasty race condition. Wait for 0.10.1
+ url 'https://github.com/fuse4x/kext.git', :tag => "fuse4x_0_9_0"
+ version "0.9.0"
def install
ENV.delete('CC')
@@ -21,6 +21,7 @@ class Fuse4xKext < Formula
"-alltargets",
"MACOSX_DEPLOYMENT_TARGET=#{MACOS_VERSION}",
"SYMROOT=build",
+ "GCC_PREPROCESSOR_DEFINITIONS='FUSE4X_DISABLE_MACFUSE_MODE'",
# Build a 32-bit kernel extension on Leopard and a fat binary for Snow
# Leopard/Lion.
"ARCHS=i386 #{'x86_64' if MacOS.prefer_64_bit?}", 'ONLY_ACTIVE_ARCH=NO'
diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb
index 87be2b275..f5ba6c0b4 100644
--- a/Library/Formula/fuse4x.rb
+++ b/Library/Formula/fuse4x.rb
@@ -2,9 +2,9 @@ require 'formula'
class Fuse4x < Formula
homepage 'http://fuse4x.org/'
- url 'https://github.com/fuse4x/fuse/tarball/fuse4x_0_10_0'
- md5 '10bacfd8318714de72a95e8baf62d6cd'
- version "0.10.0"
+ # NOTE: Version 0.10 contains a nasty race condition. Wait for 0.10.1
+ url 'https://github.com/fuse4x/fuse.git', :tag => "fuse4x_0_9_0"
+ version "0.9.0"
depends_on "automake" => :build
depends_on "libtool" => :build