aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorxaizek2013-05-23 21:17:45 +0300
committerAdam Vandenberg2013-05-23 11:38:58 -0700
commitf24eed6f24be27af42130e651be689f259ffdee0 (patch)
tree26eb85cc49c49c20c764df85b63fedbb333d56a4 /Library
parent62d2886e896250894fc66d9415d9816052cc49a4 (diff)
downloadhomebrew-f24eed6f24be27af42130e651be689f259ffdee0.tar.bz2
vifm 0.7.5
Closes #20021. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/vifm.rb45
1 files changed, 2 insertions, 43 deletions
diff --git a/Library/Formula/vifm.rb b/Library/Formula/vifm.rb
index 873a1993f..8f3ece523 100644
--- a/Library/Formula/vifm.rb
+++ b/Library/Formula/vifm.rb
@@ -2,13 +2,8 @@ require 'formula'
class Vifm < Formula
homepage 'http://vifm.sourceforge.net/index.html'
- url 'http://sourceforge.net/projects/vifm/files/vifm-0.7.3a.tar.bz2'
- sha1 '4056b5bdc496f81225ddc7ee796380beb72a43da'
-
- # OS X provides "ncurses" not "ncursesw"
- def patches
- DATA
- end
+ url 'http://sourceforge.net/projects/vifm/files/vifm-0.7.5.tar.bz2'
+ sha1 '202b369b45d741e32a50084d902c4dcc33014915'
def install
system "./configure", "--disable-dependency-tracking",
@@ -16,39 +11,3 @@ class Vifm < Formula
system "make install"
end
end
-
-__END__
-diff --git a/configure b/configure
-index 16a10f5..0d77a28 100755
---- a/configure
-+++ b/configure
-@@ -13307,13 +13307,13 @@ if test "${with_curses+set}" = set; then :
- fi
-
-
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for initscr in -lncursesw" >&5
--$as_echo_n "checking for initscr in -lncursesw... " >&6; }
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for initscr in -lncurses" >&5
-+$as_echo_n "checking for initscr in -lncurses... " >&6; }
- if ${ac_cv_lib_ncursesw_initscr+:} false; then :
- $as_echo_n "(cached) " >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lncursesw $LIBS"
-+LIBS="-lncurses $LIBS"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
-
-@@ -13344,9 +13344,9 @@ fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncursesw_initscr" >&5
- $as_echo "$ac_cv_lib_ncursesw_initscr" >&6; }
- if test "x$ac_cv_lib_ncursesw_initscr" = xyes; then :
-- LIBS="$LIBS -lncursesw"
-- if test x$vifm_cv_curses = x/usr -a -d /usr/include/ncursesw; then
-- CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"
-+ LIBS="$LIBS -lncurses"
-+ if test x$vifm_cv_curses = x/usr -a -d /usr/include/ncurses; then
-+ CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
- fi
- for ac_header in ncurses.h
- do :