Add more missing :autoconf deps

master
Jack Nagel 2013-11-13 11:01:29 -06:00
parent c91fe197d4
commit e140014075
76 changed files with 78 additions and 5 deletions

View File

@ -6,6 +6,7 @@ class Geoip < Formula
sha1 '36b211ad1857431772f811b126422aea6b68a122'
# These are needed for the autoreconf it always tries to run.
depends_on :autoconf
depends_on :automake
depends_on :libtool

View File

@ -12,6 +12,7 @@ class Ghostscript < Formula
url 'git://git.code.sf.net/p/djvu/gsdjvu-git'
end
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -17,6 +17,7 @@ class GnuSmalltalk < Formula
option 'tcltk', 'Build the Tcl/Tk module that requires X11'
# Need newer versions on Snow Leopard
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build

View File

@ -7,6 +7,7 @@ class GnupgPkcs11Scd < Formula
head 'https://github.com/alonbl/gnupg-pkcs11-scd.git'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build
depends_on 'pkg-config' => :build

View File

@ -15,6 +15,7 @@ class Gnuplot < Formula
head do
url 'cvs://:pserver:anonymous@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,6 +8,7 @@ class Gource < Formula
head do
url 'https://github.com/acaudwell/Gource.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -9,6 +9,7 @@ class GstLibav < Formula
head do
url 'git://anongit.freedesktop.org/gstreamer/gst-libav'
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on "gettext"

View File

@ -9,6 +9,7 @@ class GstPluginsBad < Formula
head do
url 'git://anongit.freedesktop.org/gstreamer/gst-plugins-bad'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -9,6 +9,7 @@ class GstPluginsBase < Formula
head do
url 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -14,6 +14,7 @@ class GstPluginsGood < Formula
head do
url 'git://anongit.freedesktop.org/gstreamer/gst-plugins-good'
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'check'

View File

@ -9,6 +9,7 @@ class GstPluginsUgly < Formula
head do
url 'git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -9,6 +9,7 @@ class Gstreamer < Formula
head do
url 'git://anongit.freedesktop.org/gstreamer/gstreamer'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -9,6 +9,7 @@ class Guile < Formula
head do
url 'http://git.sv.gnu.org/r/guile.git'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'gettext' => :build
end

View File

@ -36,6 +36,7 @@ class Hamsterdb < Formula
head do
url 'https://github.com/cruppstahl/hamsterdb.git', :branch => 'topic/next'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build
end

View File

@ -5,6 +5,7 @@ class Jcal < Formula
url 'http://download.savannah.gnu.org/releases/jcal/jcal-0.4.1.tar.gz'
sha1 '23710a685515e1e824494890d6befac9edf04143'
depends_on :autoconf
depends_on :automake
depends_on :libtool

View File

@ -8,6 +8,7 @@ class Juise < Formula
head do
url 'https://github.com/Juniper/juise.git'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
end

View File

@ -5,6 +5,7 @@ class Libagg < Formula
url 'http://www.antigrain.com/agg-2.5.tar.gz'
sha1 '08f23da64da40b90184a0414369f450115cdb328'
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'pkg-config' => :build

View File

@ -5,6 +5,7 @@ class Libdnet < Formula
url 'http://libdnet.googlecode.com/files/libdnet-1.12.tgz'
sha1 '71302be302e84fc19b559e811951b5d600d976f8'
depends_on :autoconf
depends_on :automake => :build
depends_on :libtool => :build
depends_on :python => :optional

View File

@ -8,6 +8,7 @@ class Libdvdnav < Formula
depends_on 'libdvdread'
depends_on :autoconf
depends_on :automake
depends_on :libtool

View File

@ -9,6 +9,7 @@ class Libdvdread < Formula
depends_on 'libdvdcss'
depends_on :autoconf
depends_on :automake
depends_on :libtool

View File

@ -8,6 +8,7 @@ class Libevent < Formula
head do
url 'git://levent.git.sourceforge.net/gitroot/levent/levent'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -5,6 +5,7 @@ class Libical < Formula
url 'http://downloads.sourceforge.net/project/freeassociation/libical/libical-1.0/libical-1.0.tar.gz'
sha1 '25c75f6f947edb6347404a958b1444cceeb9f117'
depends_on :autoconf
depends_on :automake
depends_on :libtool

View File

@ -10,6 +10,7 @@ class Libiscsi < Formula
depends_on 'cunit' if build.with? 'noinst'
depends_on 'popt'
depends_on :autoconf
depends_on :automake
depends_on :libtool

View File

@ -8,6 +8,7 @@ class Libkml < Formula
head do
url 'http://libkml.googlecode.com/svn/trunk/'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -9,6 +9,7 @@ class Libnids < Formula
option "disable-libglib", "Don't use glib2 for multiprocessing support"
depends_on 'pkg-config' => :build
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'libnet' unless build.include? "disable-libnet"

View File

@ -8,6 +8,7 @@ class Libopkele < Formula
head do
url 'https://github.com/hacker/libopkele.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -7,6 +7,7 @@ class Libp11 < Formula
head do
url 'https://github.com/OpenSC/libp11.git'
depends_on :autoconf
depends_on :automake
end

View File

@ -8,6 +8,7 @@ class Libslax < Formula
head do
url 'https://github.com/Juniper/libslax.git'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
end

View File

@ -8,6 +8,7 @@ class Libusb < Formula
head do
url 'git://git.libusb.org/libusb.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,6 +8,7 @@ class Libusbx < Formula
head do
url 'https://github.com/libusbx/libusbx.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,9 +8,9 @@ class Libusrsctp < Formula
head do
url 'http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp'
depends_on :libtool
depends_on :autoconf
depends_on :automake
depends_on :libtool
end
def install

View File

@ -8,6 +8,7 @@ class Lighttpd < Formula
option 'with-lua', 'Include Lua scripting support for mod_magnet'
depends_on 'pkg-config' => :build
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'pcre'
depends_on 'lua' => :optional

View File

@ -5,6 +5,7 @@ class Log4cxx < Formula
url 'http://www.apache.org/dyn/closer.cgi?path=logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz'
sha1 'd79c053e8ac90f66c5e873b712bb359fd42b648d'
depends_on :autoconf
depends_on :automake
depends_on :libtool

View File

@ -8,6 +8,7 @@ class Logstalgia < Formula
head do
url 'https://github.com/acaudwell/Logstalgia.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,6 +8,7 @@ class Mcabber < Formula
head do
url 'http://mcabber.com/hg/', :using => :hg
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -12,6 +12,7 @@ class Mdbtools < Formula
depends_on 'glib'
depends_on 'readline'
depends_on :autoconf
depends_on :automake
depends_on :libtool

View File

@ -8,6 +8,7 @@ class Midgard2 < Formula
head do
url 'https://github.com/midgardproject/midgard-core.git', :branch => 'ratatoskr'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -11,6 +11,7 @@ class Mpich2 < Formula
head do
url 'git://git.mpich.org/mpich.git'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build
end

View File

@ -8,8 +8,8 @@ class Msitools < Formula
depends_on 'xz' => :build
depends_on 'intltool' => :build
depends_on 'pkg-config' => :build
depends_on :automake
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'e2fsprogs'
depends_on 'gcab'

View File

@ -7,6 +7,7 @@ class Mtr < Formula
head do
url 'https://github.com/traviscross/mtr.git'
depends_on :autoconf
depends_on :automake
end

View File

@ -19,6 +19,7 @@ class Mu < Formula
head do
url 'https://github.com/djcb/mu.git'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build
end

View File

@ -12,6 +12,7 @@ class Mutt < Formula
url 'http://dev.mutt.org/doc/manual.html', :using => :nounzip
end
depends_on :autoconf
depends_on :autoconf
depends_on :automake
end

View File

@ -9,6 +9,7 @@ class Nload < Formula
build 2334
end
depends_on :autoconf
depends_on :automake
# Patching configure.in file to make configure compile on Mac OS.

View File

@ -8,6 +8,7 @@ class Ode < Formula
head do
url 'http://opende.svn.sourceforge.net/svnroot/opende/trunk'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,8 +8,9 @@ class OpenOcd < Formula
head do
url 'git://git.code.sf.net/p/openocd/code'
depends_on :libtool
depends_on :autoconf
depends_on :automake
depends_on :libtool
end
option 'enable-ft2232_libftdi', 'Enable building support for FT2232 based devices with libftdi driver'

View File

@ -8,6 +8,7 @@ class Opensc < Formula
head do
url 'https://github.com/OpenSC/OpenSC.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,6 +8,7 @@ class OpusTools < Formula
head do
url 'https://git.xiph.org/opus-tools.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,6 +8,7 @@ class Opus < Formula
head do
url 'https://git.xiph.org/opus.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -6,6 +6,7 @@ class Osm2pgsql < Formula
sha1 '9c0141faad6b93ccd0aa5fd554c6d1fd1af28532'
depends_on :postgresql
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on "geos"

View File

@ -8,6 +8,7 @@ class Pcb < Formula
head 'git://git.geda-project.org/pcb.git'
depends_on :autoconf
depends_on :automake
depends_on 'pkg-config' => :build
depends_on 'intltool' => :build

View File

@ -7,6 +7,7 @@ class Pkcs11Helper < Formula
head 'https://github.com/OpenSC/pkcs11-helper.git'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build
depends_on 'pkg-config' => :build

View File

@ -9,6 +9,7 @@ class Postgis < Formula
option 'with-gui', 'Build shp2pgsql-gui in addition to command line tools'
depends_on :autoconf
depends_on :automake
depends_on :libtool

View File

@ -5,6 +5,7 @@ class Privoxy < Formula
url 'http://downloads.sourceforge.net/project/ijbswa/Sources/3.0.21%20%28stable%29/privoxy-3.0.21-stable-src.tar.gz'
sha1 '2d73a9146e87218b25989096f63ab0772ce24109'
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'pcre'

View File

@ -10,7 +10,7 @@ class RabbitmqC < Formula
option :universal
depends_on 'pkg-config' => :build
depends_on 'autoconf' => :build # Use a newer version on Snow Leoaprd too
depends_on 'autoconf' => :build # Use a newer version on Snow Leopard too
depends_on 'automake' => :build
depends_on :libtool
depends_on 'rabbitmq'

View File

@ -6,6 +6,7 @@ class Rdup < Formula
sha1 '49dc7570122bfa362f36a26a2ffa8bfe8ad55182'
depends_on 'pkg-config' => :build
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'nettle'
depends_on 'pcre'

View File

@ -8,6 +8,7 @@ class Robodoc < Formula
head do
url 'https://github.com/gumpu/ROBODoc.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,6 +8,7 @@ class Schroedinger < Formula
head do
url 'git://diracvideo.org/git/schroedinger.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,6 +8,7 @@ class Scsh < Formula
head do
url 'https://github.com/scheme/scsh.git'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'scheme48'
end

View File

@ -8,6 +8,7 @@ class Sdl < Formula
head do
url 'http://hg.libsdl.org/SDL', :branch => 'SDL-1.2', :using => :hg
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,6 +8,7 @@ class Sdl2 < Formula
head do
url 'http://hg.libsdl.org/SDL', :using => :hg
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,6 +8,7 @@ class SdlSound < Formula
head do
url 'http://hg.icculus.org/icculus/SDL_sound', :using => :hg
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -5,6 +5,7 @@ class Stk < Formula
url 'http://ccrma.stanford.edu/software/stk/release/stk-4.4.4.tar.gz'
sha1 '2a94f02ed054d3b991352cc68a85a0a8063e3a4b'
depends_on :autoconf
depends_on :automake
option "enable-debug", "Compile with debug flags and modified CFLAGS for easier debugging"

View File

@ -7,6 +7,7 @@ class Tcpflow < Formula
head do
url 'https://github.com/simsong/tcpflow.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -13,6 +13,7 @@ class Tmap < Formula
option 'perf', 'Enable google performance tools for profiling and heap checking'
option 'nocolor', 'Disable terminal coloring'
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'google-perftools' if build.include? 'perf'

View File

@ -8,6 +8,7 @@ class Tmux < Formula
head do
url 'git://git.code.sf.net/p/tmux/tmux-code'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,6 +8,7 @@ class Twemcache < Formula
option "enable-debug", "Debug mode with assertion panics enabled"
depends_on :autoconf
depends_on :automake
depends_on 'libevent'

View File

@ -8,6 +8,7 @@ class UpnpRouterControl < Formula
head do
url 'bzr://lp:upnp-router-control'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -6,6 +6,7 @@ class Urweb < Formula
sha1 '944165b5f5f638ae54d804e4957618e1ae257b81'
head 'http://hg.impredicative.com/urweb', :using => :hg
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'mlton'

View File

@ -8,6 +8,7 @@ class Vimpc < Formula
head do
url 'https://github.com/boysetsfrog/vimpc.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,8 +8,9 @@ class VowpalWabbit < Formula
head do
url 'https://github.com/JohnLangford/vowpal_wabbit.git'
depends_on :libtool
depends_on :autoconf
depends_on :automake
depends_on :libtool
end
depends_on 'boost' => :build

View File

@ -10,6 +10,7 @@ class XbeeComm < Formula
head 'https://github.com/guyzmo/xbee-comm.git'
depends_on :autoconf
depends_on :automake
def install

View File

@ -9,6 +9,7 @@ class Yasm < Formula
url 'https://github.com/yasm/yasm.git'
depends_on 'gettext'
depends_on :autoconf
depends_on :automake
end

View File

@ -8,6 +8,7 @@ class Zeromq < Formula
head do
url 'https://github.com/zeromq/libzmq.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,6 +8,7 @@ class Znc < Formula
head do
url 'https://github.com/znc/znc.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -8,6 +8,7 @@ class Zookeeper < Formula
head do
url 'http://svn.apache.org/repos/asf/zookeeper/trunk'
depends_on :autoconf
depends_on :automake
depends_on :libtool
end

View File

@ -7,6 +7,7 @@ class Zshdb < Formula
head do
url 'https://github.com/rocky/zshdb.git'
depends_on :autoconf
depends_on :automake
end