From be059dcb0db304e231449c15548482a34e56084c Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 21 Aug 2012 08:50:35 -0700 Subject: ettercap 0.7.4.1 Also marking as fails with clang. Fixes #14347. --- Library/Formula/ettercap.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ettercap.rb b/Library/Formula/ettercap.rb index 6dcb83a8b..93904729c 100644 --- a/Library/Formula/ettercap.rb +++ b/Library/Formula/ettercap.rb @@ -1,16 +1,22 @@ require 'formula' class Ettercap < Formula - url 'http://downloads.sourceforge.net/project/ettercap/ettercap/0.7.4-Lazarus/ettercap-0.7.4.1.tar.gz' homepage 'http://ettercap.sourceforge.net' - md5 '8e13ff5504b5bb4f1fc6a465d57ce7ea' + url 'http://downloads.sourceforge.net/project/ettercap/ettercap/0.7.4-Lazarus/ettercap-0.7.4.1.tar.gz' + sha1 'f4263230a6065af96b33093f39ed9a387453e3b2' + depends_on 'pkg-config' => :build depends_on 'pcre' depends_on 'libnet' # Stripping breaks plugin support skip_clean 'bin' + fails_with :clang do + build '421' + cause 'Multiple "converts between pointers to integer types with different sign" warnings.' + end + # The below DATA patch fixes an issue where the linker doesn't get passed the ettercap-built # 'libwdg' archive which is used for the ncurses interface, thus causing a build failure. # See https://github.com/mxcl/homebrew/pull/9540 -- cgit v1.2.3