aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMisty De Meo2011-11-14 14:10:34 -0600
committerCharlie Sharpsteen2011-11-14 14:06:28 -0800
commit27039c3a5e87bf01b1e3a5b1e8324674c265f142 (patch)
tree357c0aa52a7c7f375719cafb7d2716084ec56980 /Library/Formula
parent16b8267f4a77a5e1bb8307636e2e5510a2d1886c (diff)
downloadhomebrew-27039c3a5e87bf01b1e3a5b1e8324674c265f142.tar.bz2
fox: use 1.6 branch by default
fox was using the 1.7 unstable branch by default, which appears to be less widely used and certainly isn't supported by fxruby. It now uses the stable branch by default, and makes the unstable branch available as an option with --devel. Also bump the version for 1.7. Fixes #8577. Closes #8583. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fox.rb12
1 files changed, 10 insertions, 2 deletions
diff --git a/Library/Formula/fox.rb b/Library/Formula/fox.rb
index 0f99b429f..366f5f1d9 100644
--- a/Library/Formula/fox.rb
+++ b/Library/Formula/fox.rb
@@ -1,9 +1,17 @@
require 'formula'
class Fox < Formula
- url 'http://ftp.fox-toolkit.org/pub/fox-1.7.26.tar.gz'
+ # Development and stable branches are incompatible
+ if ARGV.include? '--devel'
+ url 'http://ftp.fox-toolkit.org/pub/fox-1.7.30.tar.gz'
+ md5 '345df53f1e652bc99d1348444b4e3016'
+ else
+ url 'ftp://ftp.fox-toolkit.org/pub/fox-1.6.44.tar.gz'
+ md5 '6ccc8cbcfa6e4c8b6e4deeeb39c36434'
+ end
homepage 'http://www.fox-toolkit.org/'
- md5 'acaf8a1f33d02265b26a2b0c3fd06625'
+
+ fails_with_llvm "Inline asm errors during build" if ARGV.include? '--devel'
def install
ENV.x11