From 82bc29f92e14a28a81acf989fad4feab120001e9 Mon Sep 17 00:00:00 2001 From: "Mark A. Matienzo" Date: Sun, 25 Nov 2012 18:17:42 -0500 Subject: [PATCH] bulk_extractor 1.3.1 As of 1.3.1, bulk_extractor now builds with clang (see Homebrew/homebrew#16187). Closes Homebrew/homebrew#16230. Signed-off-by: Adam Vandenberg --- Formula/bulk_extractor.rb | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/Formula/bulk_extractor.rb b/Formula/bulk_extractor.rb index 648b5dfc77..7991f1d901 100644 --- a/Formula/bulk_extractor.rb +++ b/Formula/bulk_extractor.rb @@ -2,8 +2,8 @@ require 'formula' class BulkExtractor < Formula homepage 'https://github.com/simsong/bulk_extractor/wiki' - url 'https://github.com/downloads/simsong/bulk_extractor/bulk_extractor-1.3.tar.gz' - sha1 '847559ef179a123b3855637396f47348d3318751' + url 'https://github.com/downloads/simsong/bulk_extractor/bulk_extractor-1.3.1.tar.gz' + sha1 'b4d68b0d08c1630b103875ec4c6524f46ad4a8ae' depends_on :autoconf depends_on :automake @@ -12,21 +12,6 @@ class BulkExtractor < Formula depends_on 'exiv2' => :optional depends_on 'libewf' => :optional - fails_with :clang do - build 421 - cause <<-EOS.undent - bulk_extractor.cpp:719:5: error: no matching function for call to - 'load_scanners' - load_scanners(scanners_builtin,histograms); - ^~~~~~~~~~~~~ - ./bulk_extractor_i.h:225:6: note: candidate function not viable: no known - conversion from 'scanner_t *[23]' to 'const scanner_t **' (aka 'void - (const **)(const class scanner_params &, const class - recursion_control_block &)') for 1st argument; - EOS - end - - def patches # Error in exec install hooks; installing java GUI manually. Reported in # https://groups.google.com/group/bulk_extractor-users/browse_thread/thread/ff7cc11e8e6d8e8d