From 201d4e804361fb35efda61df88e74888adcc2a10 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Wed, 5 Dec 2012 16:59:53 -0600 Subject: ht 2.0.21 stripped a ncurses patch Closes #16430. Signed-off-by: Adam Vandenberg --- Library/Formula/ht.rb | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ht.rb b/Library/Formula/ht.rb index df8ff70d8..a81d2a0e7 100644 --- a/Library/Formula/ht.rb +++ b/Library/Formula/ht.rb @@ -1,17 +1,12 @@ require 'formula' class Ht < Formula - url 'http://downloads.sourceforge.net/project/hte/ht-source/ht-2.0.20.tar.bz2' homepage 'http://hte.sf.net/' - sha256 '4aa162f10a13e60859bef1f04c6529f967fdfd660ae421ee25eab1fbabcd1ed0' + url 'http://sourceforge.net/projects/hte/files/ht-source/ht-2.0.21.tar.bz2' + sha256 'f9c04f2074d6a774bae0d7fdc3f8b2c579db39aad0761b33b4884949fc378934' depends_on 'lzo' - # Use ncurses instead of ncursesw - def patches - DATA - end - def install system "chmod +x ./install-sh" system "./configure", "--disable-dependency-tracking", @@ -20,18 +15,3 @@ class Ht < Formula system "make install" end end - -__END__ -diff --git a/configure b/configure -index 0bef387..0e47404 100755 ---- a/configure -+++ b/configure -@@ -5738,7 +5738,7 @@ if test "x$ac_cv_header_ncurses_h" = xyes; then : - _ACEOF - - $as_echo "#define CURSES_HDR " >>confdefs.h -- CURSES_LIB=ncursesw -+ CURSES_LIB=ncurses - fi - - done -- cgit v1.2.3