diff options
| author | Sebastian Staudt | 2013-04-26 07:07:31 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-26 09:09:56 -0700 |
| commit | b3913a083d9b4614290966d1041c78aeb24f45cc (patch) | |
| tree | 3d164ceaf3794e3325d70152f976bda549924f20 /Library | |
| parent | 6ba2aa7dd01304d7a848709a51202282e8d52b12 (diff) | |
| download | homebrew-b3913a083d9b4614290966d1041c78aeb24f45cc.tar.bz2 | |
Gource 0.40
Closes #19444.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gource.rb | 51 |
1 files changed, 2 insertions, 49 deletions
diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb index a88e17f05..952802e82 100644 --- a/Library/Formula/gource.rb +++ b/Library/Formula/gource.rb @@ -2,8 +2,8 @@ require 'formula' class Gource < Formula homepage 'http://code.google.com/p/gource/' - url 'http://gource.googlecode.com/files/gource-0.39.tar.gz' - sha1 '1dd6476e56a197354ce93612c7be9aff8c1f8cd2' + url 'http://gource.googlecode.com/files/gource-0.40.tar.gz' + sha1 '7af594f84c0ec4c84278a8e9008f83a7a02e97fa' head 'https://github.com/acaudwell/Gource.git' @@ -25,11 +25,6 @@ class Gource < Formula depends_on 'sdl' depends_on 'sdl_image' - # configure fails to find boost libs on OS X; - # merged upstream, should be in the next release - # https://github.com/acaudwell/Gource/pull/17 - def patches; DATA; end unless build.head? - def install # For non-/usr/local installs ENV.append "CXXFLAGS", "-I#{HOMEBREW_PREFIX}/include" @@ -50,45 +45,3 @@ class Gource < Formula end end end - -__END__ -diff --git a/configure b/configure -index f3f6384..97361de 100755 ---- a/configure -+++ b/configure -@@ -7198,7 +7198,7 @@ $as_echo "#define HAVE_BOOST_SYSTEM /**/" >>confdefs.h - - LDFLAGS_SAVE=$LDFLAGS - if test "x$ax_boost_user_system_lib" = "x"; then -- for libextension in `ls $BOOSTLIBDIR/libboost_system*.a* $BOOSTLIBDIR/libboost_system*.so* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_system.*\)\.\(so\|a\).*$;\1;' | tac` ; do -+ for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do - ax_lib=${libextension} - as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh` - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 -@@ -7246,7 +7246,7 @@ fi - - done - if test "x$link_system" != "xyes"; then -- for libextension in `ls $BOOSTLIBDIR/boost_system*.{dll,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_system.*\)\.\(dll\|a\).*$;\1;' | tac` ; do -+ for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do - ax_lib=${libextension} - as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh` - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 -@@ -7437,7 +7437,7 @@ $as_echo "#define HAVE_BOOST_FILESYSTEM /**/" >>confdefs.h - - BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'` - if test "x$ax_boost_user_filesystem_lib" = "x"; then -- for libextension in `ls $BOOSTLIBDIR/libboost_filesystem*.so* $BOOSTLIBDIR/libboost_filesystem*.dylib* $BOOSTLIBDIR/libboost_filesystem*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_filesystem.*\)\.\(dylib\|a\|so\).*$;\1;' | tac` ; do -+ for libextension in `ls -r $BOOSTLIBDIR/libboost_filesystem* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do - ax_lib=${libextension} - as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh` - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 -@@ -7485,7 +7485,7 @@ fi - - done - if test "x$link_filesystem" != "xyes"; then -- for libextension in `ls $BOOSTLIBDIR/boost_filesystem*.dll* $BOOSTLIBDIR/boost_filesystem*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_filesystem.*\)\.\(dll\|a\).*$;\1;' | tac` ; do -+ for libextension in `ls -r $BOOSTLIBDIR/boost_filesystem* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do - ax_lib=${libextension} - as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh` - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 |
