audit fixes: E 01: ecm - ejabberd
Closes Homebrew/homebrew#45136. Signed-off-by: Andrew Janke <andrew@apjanke.net>master
parent
6a50a5c38c
commit
1eaad995a5
|
@ -2,8 +2,8 @@ class Ecm < Formula
|
|||
desc "Prepare CD image files so they compress better"
|
||||
homepage "https://web.archive.org/web/20140227165748/http://www.neillcorlett.com/ecm/"
|
||||
url "https://web.archive.org/web/20091021035854/http://www.neillcorlett.com/downloads/ecm100.zip"
|
||||
sha256 "1d0d19666f46d9a2fc7e534f52475e80a274e93bdd3c010a75fe833f8188b425"
|
||||
version "1.0"
|
||||
sha256 "1d0d19666f46d9a2fc7e534f52475e80a274e93bdd3c010a75fe833f8188b425"
|
||||
|
||||
def install
|
||||
system ENV.cc, "-o", "ecm", "ecm.c"
|
||||
|
|
|
@ -3,6 +3,7 @@ class Editorconfig < Formula
|
|||
homepage "http://editorconfig.org"
|
||||
url "https://downloads.sourceforge.net/project/editorconfig/EditorConfig-C-Core/0.12.0/source/editorconfig-core-c-0.12.0.tar.gz"
|
||||
sha256 "98c581d1dce24158160c9235190ce93eeae121f978aa84a89c7de258b5122e01"
|
||||
head "https://github.com/editorconfig/editorconfig-core-c.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -13,8 +14,6 @@ class Editorconfig < Formula
|
|||
|
||||
option :universal
|
||||
|
||||
head "https://github.com/editorconfig/editorconfig-core-c.git"
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "pcre"
|
||||
|
||||
|
|
|
@ -44,7 +44,8 @@ class Efl < Formula
|
|||
"--disable-silent-rules",
|
||||
"--enable-cocoa",
|
||||
"--enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba", # There's currently (1.14) no clean profile for Mac OS, so we need to force passing configure
|
||||
"--prefix=#{prefix}"]
|
||||
"--prefix=#{prefix}",
|
||||
]
|
||||
args << "--with-x11=none" if build.without? "x11"
|
||||
|
||||
system "./configure", *args
|
||||
|
|
|
@ -3,6 +3,7 @@ class Eigen < Formula
|
|||
homepage "http://eigen.tuxfamily.org/"
|
||||
url "https://bitbucket.org/eigen/eigen/get/3.2.6.tar.bz2"
|
||||
sha256 "8a3352f9a5361fe90e451a7305fb1896fc7f771dc16cc0edd8e6b157f52c343e"
|
||||
head "https://bitbucket.org/eigen/eigen", :using => :hg
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -11,12 +12,10 @@ class Eigen < Formula
|
|||
sha256 "964552d6a1463744bbdf26de9be97836f84b4f6fcf007559f0cfd913c0873847" => :mavericks
|
||||
end
|
||||
|
||||
head "https://bitbucket.org/eigen/eigen", :using => :hg
|
||||
option :universal
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
||||
option :universal
|
||||
|
||||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
mkdir "eigen-build" do
|
||||
|
|
|
@ -36,7 +36,8 @@ class Ejabberd < Formula
|
|||
"--enable-pgsql",
|
||||
"--enable-mysql",
|
||||
"--enable-odbc",
|
||||
"--enable-pam"]
|
||||
"--enable-pam",
|
||||
]
|
||||
|
||||
system "./configure", *args
|
||||
system "make"
|
||||
|
|
Loading…
Reference in New Issue