diff options
76 files changed, 78 insertions, 5 deletions
| diff --git a/Library/Formula/geoip.rb b/Library/Formula/geoip.rb index d10d90cdd..860637de2 100644 --- a/Library/Formula/geoip.rb +++ b/Library/Formula/geoip.rb @@ -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 diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb index db83752a4..8ef919d3a 100644 --- a/Library/Formula/ghostscript.rb +++ b/Library/Formula/ghostscript.rb @@ -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 diff --git a/Library/Formula/gnu-smalltalk.rb b/Library/Formula/gnu-smalltalk.rb index 447d029cc..0968c61bb 100644 --- a/Library/Formula/gnu-smalltalk.rb +++ b/Library/Formula/gnu-smalltalk.rb @@ -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 diff --git a/Library/Formula/gnupg-pkcs11-scd.rb b/Library/Formula/gnupg-pkcs11-scd.rb index 23b002a32..bf0dca686 100644 --- a/Library/Formula/gnupg-pkcs11-scd.rb +++ b/Library/Formula/gnupg-pkcs11-scd.rb @@ -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 diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb index 2473b33a8..a680e4779 100644 --- a/Library/Formula/gnuplot.rb +++ b/Library/Formula/gnuplot.rb @@ -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 diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb index 69f2ea8e5..773649bec 100644 --- a/Library/Formula/gource.rb +++ b/Library/Formula/gource.rb @@ -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 diff --git a/Library/Formula/gst-libav.rb b/Library/Formula/gst-libav.rb index b07d77977..9c310b7c7 100644 --- a/Library/Formula/gst-libav.rb +++ b/Library/Formula/gst-libav.rb @@ -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" diff --git a/Library/Formula/gst-plugins-bad.rb b/Library/Formula/gst-plugins-bad.rb index 76529b73a..78c5caec5 100644 --- a/Library/Formula/gst-plugins-bad.rb +++ b/Library/Formula/gst-plugins-bad.rb @@ -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 diff --git a/Library/Formula/gst-plugins-base.rb b/Library/Formula/gst-plugins-base.rb index 599731009..f26b21fe8 100644 --- a/Library/Formula/gst-plugins-base.rb +++ b/Library/Formula/gst-plugins-base.rb @@ -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 diff --git a/Library/Formula/gst-plugins-good.rb b/Library/Formula/gst-plugins-good.rb index c641f3f0f..1677d3a14 100644 --- a/Library/Formula/gst-plugins-good.rb +++ b/Library/Formula/gst-plugins-good.rb @@ -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' diff --git a/Library/Formula/gst-plugins-ugly.rb b/Library/Formula/gst-plugins-ugly.rb index 25c6d8451..aabf3bb53 100644 --- a/Library/Formula/gst-plugins-ugly.rb +++ b/Library/Formula/gst-plugins-ugly.rb @@ -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 diff --git a/Library/Formula/gstreamer.rb b/Library/Formula/gstreamer.rb index eef3a2857..2bfac4998 100644 --- a/Library/Formula/gstreamer.rb +++ b/Library/Formula/gstreamer.rb @@ -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 diff --git a/Library/Formula/guile.rb b/Library/Formula/guile.rb index ab458b6e7..5c5ee09bb 100644 --- a/Library/Formula/guile.rb +++ b/Library/Formula/guile.rb @@ -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 diff --git a/Library/Formula/hamsterdb.rb b/Library/Formula/hamsterdb.rb index fcb6679b2..88574bb31 100644 --- a/Library/Formula/hamsterdb.rb +++ b/Library/Formula/hamsterdb.rb @@ -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 diff --git a/Library/Formula/jcal.rb b/Library/Formula/jcal.rb index 653a37091..6c0ea0a19 100644 --- a/Library/Formula/jcal.rb +++ b/Library/Formula/jcal.rb @@ -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 diff --git a/Library/Formula/juise.rb b/Library/Formula/juise.rb index c63f65d25..d03f6f368 100644 --- a/Library/Formula/juise.rb +++ b/Library/Formula/juise.rb @@ -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 diff --git a/Library/Formula/libagg.rb b/Library/Formula/libagg.rb index f12ac3926..c3da841b5 100644 --- a/Library/Formula/libagg.rb +++ b/Library/Formula/libagg.rb @@ -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 diff --git a/Library/Formula/libdnet.rb b/Library/Formula/libdnet.rb index c220a18fb..42bb21f2c 100644 --- a/Library/Formula/libdnet.rb +++ b/Library/Formula/libdnet.rb @@ -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 diff --git a/Library/Formula/libdvdnav.rb b/Library/Formula/libdvdnav.rb index 4cdd00209..59208bb37 100644 --- a/Library/Formula/libdvdnav.rb +++ b/Library/Formula/libdvdnav.rb @@ -8,6 +8,7 @@ class Libdvdnav < Formula    depends_on 'libdvdread' +  depends_on :autoconf    depends_on :automake    depends_on :libtool diff --git a/Library/Formula/libdvdread.rb b/Library/Formula/libdvdread.rb index 6eb5e5a8e..fbd05bb98 100644 --- a/Library/Formula/libdvdread.rb +++ b/Library/Formula/libdvdread.rb @@ -9,6 +9,7 @@ class Libdvdread < Formula    depends_on 'libdvdcss' +  depends_on :autoconf    depends_on :automake    depends_on :libtool diff --git a/Library/Formula/libevent.rb b/Library/Formula/libevent.rb index ca7b45be2..3002b328a 100644 --- a/Library/Formula/libevent.rb +++ b/Library/Formula/libevent.rb @@ -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 diff --git a/Library/Formula/libical.rb b/Library/Formula/libical.rb index 46c57937b..580d27576 100644 --- a/Library/Formula/libical.rb +++ b/Library/Formula/libical.rb @@ -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 diff --git a/Library/Formula/libiscsi.rb b/Library/Formula/libiscsi.rb index 88c55b0e2..34409010d 100644 --- a/Library/Formula/libiscsi.rb +++ b/Library/Formula/libiscsi.rb @@ -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 diff --git a/Library/Formula/libkml.rb b/Library/Formula/libkml.rb index 84eeea9f3..da12cfa76 100644 --- a/Library/Formula/libkml.rb +++ b/Library/Formula/libkml.rb @@ -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 diff --git a/Library/Formula/libnids.rb b/Library/Formula/libnids.rb index c501cced2..8600f0282 100644 --- a/Library/Formula/libnids.rb +++ b/Library/Formula/libnids.rb @@ -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" diff --git a/Library/Formula/libopkele.rb b/Library/Formula/libopkele.rb index 33a987af4..c56ec5615 100644 --- a/Library/Formula/libopkele.rb +++ b/Library/Formula/libopkele.rb @@ -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 diff --git a/Library/Formula/libp11.rb b/Library/Formula/libp11.rb index 1b2a4786a..33d607c13 100644 --- a/Library/Formula/libp11.rb +++ b/Library/Formula/libp11.rb @@ -7,6 +7,7 @@ class Libp11 < Formula    head do      url 'https://github.com/OpenSC/libp11.git' +    depends_on :autoconf      depends_on :automake    end diff --git a/Library/Formula/libslax.rb b/Library/Formula/libslax.rb index 616836e64..28dde83e9 100644 --- a/Library/Formula/libslax.rb +++ b/Library/Formula/libslax.rb @@ -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 diff --git a/Library/Formula/libusb.rb b/Library/Formula/libusb.rb index 19aebf91f..e039ae794 100644 --- a/Library/Formula/libusb.rb +++ b/Library/Formula/libusb.rb @@ -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 diff --git a/Library/Formula/libusbx.rb b/Library/Formula/libusbx.rb index 6435e9d03..f852b57ef 100644 --- a/Library/Formula/libusbx.rb +++ b/Library/Formula/libusbx.rb @@ -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 diff --git a/Library/Formula/libusrsctp.rb b/Library/Formula/libusrsctp.rb index 09dd21710..00b003b15 100644 --- a/Library/Formula/libusrsctp.rb +++ b/Library/Formula/libusrsctp.rb @@ -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 diff --git a/Library/Formula/lighttpd.rb b/Library/Formula/lighttpd.rb index 04214f965..c90cf7b7d 100644 --- a/Library/Formula/lighttpd.rb +++ b/Library/Formula/lighttpd.rb @@ -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 diff --git a/Library/Formula/log4cxx.rb b/Library/Formula/log4cxx.rb index 7de0ff5b7..f4ba15ed5 100644 --- a/Library/Formula/log4cxx.rb +++ b/Library/Formula/log4cxx.rb @@ -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 diff --git a/Library/Formula/logstalgia.rb b/Library/Formula/logstalgia.rb index cff8426c4..d58c80fb5 100644 --- a/Library/Formula/logstalgia.rb +++ b/Library/Formula/logstalgia.rb @@ -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 diff --git a/Library/Formula/mcabber.rb b/Library/Formula/mcabber.rb index bb6609e24..b8283fa92 100644 --- a/Library/Formula/mcabber.rb +++ b/Library/Formula/mcabber.rb @@ -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 diff --git a/Library/Formula/mdbtools.rb b/Library/Formula/mdbtools.rb index 1e8f9da8c..3fd8668f2 100644 --- a/Library/Formula/mdbtools.rb +++ b/Library/Formula/mdbtools.rb @@ -12,6 +12,7 @@ class Mdbtools < Formula    depends_on 'glib'    depends_on 'readline' +  depends_on :autoconf    depends_on :automake    depends_on :libtool diff --git a/Library/Formula/midgard2.rb b/Library/Formula/midgard2.rb index bafb40b12..443718ddf 100644 --- a/Library/Formula/midgard2.rb +++ b/Library/Formula/midgard2.rb @@ -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 diff --git a/Library/Formula/mpich2.rb b/Library/Formula/mpich2.rb index 69919f57f..e644b2a5b 100644 --- a/Library/Formula/mpich2.rb +++ b/Library/Formula/mpich2.rb @@ -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 diff --git a/Library/Formula/msitools.rb b/Library/Formula/msitools.rb index 5c4f04ed6..194ad8eb9 100644 --- a/Library/Formula/msitools.rb +++ b/Library/Formula/msitools.rb @@ -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' diff --git a/Library/Formula/mtr.rb b/Library/Formula/mtr.rb index 8b94b43bd..a17f3171a 100644 --- a/Library/Formula/mtr.rb +++ b/Library/Formula/mtr.rb @@ -7,6 +7,7 @@ class Mtr < Formula    head do      url 'https://github.com/traviscross/mtr.git' +    depends_on :autoconf      depends_on :automake    end diff --git a/Library/Formula/mu.rb b/Library/Formula/mu.rb index c82dee3d5..120be58be 100644 --- a/Library/Formula/mu.rb +++ b/Library/Formula/mu.rb @@ -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 diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb index 03310e241..0e7cbdfc6 100644 --- a/Library/Formula/mutt.rb +++ b/Library/Formula/mutt.rb @@ -13,6 +13,7 @@ class Mutt < Formula      end      depends_on :autoconf +    depends_on :autoconf      depends_on :automake    end diff --git a/Library/Formula/nload.rb b/Library/Formula/nload.rb index 8f637784c..b9f4b91d6 100644 --- a/Library/Formula/nload.rb +++ b/Library/Formula/nload.rb @@ -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. diff --git a/Library/Formula/ode.rb b/Library/Formula/ode.rb index 60040053a..8ee2457cb 100644 --- a/Library/Formula/ode.rb +++ b/Library/Formula/ode.rb @@ -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 diff --git a/Library/Formula/open-ocd.rb b/Library/Formula/open-ocd.rb index b8cd082aa..34dd90d7a 100644 --- a/Library/Formula/open-ocd.rb +++ b/Library/Formula/open-ocd.rb @@ -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' diff --git a/Library/Formula/opensc.rb b/Library/Formula/opensc.rb index 10e1af1b1..3923449a7 100644 --- a/Library/Formula/opensc.rb +++ b/Library/Formula/opensc.rb @@ -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 diff --git a/Library/Formula/opus-tools.rb b/Library/Formula/opus-tools.rb index dadff9cc8..e5a022158 100644 --- a/Library/Formula/opus-tools.rb +++ b/Library/Formula/opus-tools.rb @@ -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 diff --git a/Library/Formula/opus.rb b/Library/Formula/opus.rb index 04c6b2a81..8cffc90ea 100644 --- a/Library/Formula/opus.rb +++ b/Library/Formula/opus.rb @@ -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 diff --git a/Library/Formula/osm2pgsql.rb b/Library/Formula/osm2pgsql.rb index 5bb4a6d1b..d9a2f8c3d 100644 --- a/Library/Formula/osm2pgsql.rb +++ b/Library/Formula/osm2pgsql.rb @@ -6,6 +6,7 @@ class Osm2pgsql < Formula    sha1 '9c0141faad6b93ccd0aa5fd554c6d1fd1af28532'    depends_on :postgresql +  depends_on :autoconf    depends_on :automake    depends_on :libtool    depends_on "geos" diff --git a/Library/Formula/pcb.rb b/Library/Formula/pcb.rb index 467a855a2..40c942a62 100644 --- a/Library/Formula/pcb.rb +++ b/Library/Formula/pcb.rb @@ -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 diff --git a/Library/Formula/pkcs11-helper.rb b/Library/Formula/pkcs11-helper.rb index 23fdc229a..9d5f1b189 100644 --- a/Library/Formula/pkcs11-helper.rb +++ b/Library/Formula/pkcs11-helper.rb @@ -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 diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb index 8f92a911b..0ae3e90af 100644 --- a/Library/Formula/postgis.rb +++ b/Library/Formula/postgis.rb @@ -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 diff --git a/Library/Formula/privoxy.rb b/Library/Formula/privoxy.rb index a8274e797..025fcfa4b 100644 --- a/Library/Formula/privoxy.rb +++ b/Library/Formula/privoxy.rb @@ -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' diff --git a/Library/Formula/rabbitmq-c.rb b/Library/Formula/rabbitmq-c.rb index 56c6aaf60..fab265503 100644 --- a/Library/Formula/rabbitmq-c.rb +++ b/Library/Formula/rabbitmq-c.rb @@ -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' diff --git a/Library/Formula/rdup.rb b/Library/Formula/rdup.rb index 83092aba7..ccb0f1816 100644 --- a/Library/Formula/rdup.rb +++ b/Library/Formula/rdup.rb @@ -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' diff --git a/Library/Formula/robodoc.rb b/Library/Formula/robodoc.rb index 68fd6b304..d67819c9a 100644 --- a/Library/Formula/robodoc.rb +++ b/Library/Formula/robodoc.rb @@ -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 diff --git a/Library/Formula/schroedinger.rb b/Library/Formula/schroedinger.rb index f59cdbe9a..65ca2679a 100644 --- a/Library/Formula/schroedinger.rb +++ b/Library/Formula/schroedinger.rb @@ -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 diff --git a/Library/Formula/scsh.rb b/Library/Formula/scsh.rb index b92660ba3..03c1d0372 100644 --- a/Library/Formula/scsh.rb +++ b/Library/Formula/scsh.rb @@ -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 diff --git a/Library/Formula/sdl.rb b/Library/Formula/sdl.rb index aa6621ca2..0d240779b 100644 --- a/Library/Formula/sdl.rb +++ b/Library/Formula/sdl.rb @@ -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 diff --git a/Library/Formula/sdl2.rb b/Library/Formula/sdl2.rb index 212dd461d..0fbb77c1e 100644 --- a/Library/Formula/sdl2.rb +++ b/Library/Formula/sdl2.rb @@ -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 diff --git a/Library/Formula/sdl_sound.rb b/Library/Formula/sdl_sound.rb index 03de12b73..3703b9ced 100644 --- a/Library/Formula/sdl_sound.rb +++ b/Library/Formula/sdl_sound.rb @@ -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 diff --git a/Library/Formula/stk.rb b/Library/Formula/stk.rb index c5440d027..a88adacef 100644 --- a/Library/Formula/stk.rb +++ b/Library/Formula/stk.rb @@ -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" diff --git a/Library/Formula/tcpflow.rb b/Library/Formula/tcpflow.rb index a64f5cba1..4a6dc3c15 100644 --- a/Library/Formula/tcpflow.rb +++ b/Library/Formula/tcpflow.rb @@ -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 diff --git a/Library/Formula/tmap.rb b/Library/Formula/tmap.rb index ce80fdf6a..8d733c615 100644 --- a/Library/Formula/tmap.rb +++ b/Library/Formula/tmap.rb @@ -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' diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb index 2e8f3a079..e09215b8b 100644 --- a/Library/Formula/tmux.rb +++ b/Library/Formula/tmux.rb @@ -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 diff --git a/Library/Formula/twemcache.rb b/Library/Formula/twemcache.rb index 7f66b7b8f..84714e6a9 100644 --- a/Library/Formula/twemcache.rb +++ b/Library/Formula/twemcache.rb @@ -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' diff --git a/Library/Formula/upnp-router-control.rb b/Library/Formula/upnp-router-control.rb index 8d08afeea..6b8ecfcca 100644 --- a/Library/Formula/upnp-router-control.rb +++ b/Library/Formula/upnp-router-control.rb @@ -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 diff --git a/Library/Formula/urweb.rb b/Library/Formula/urweb.rb index 34c9c671d..d2dead366 100644 --- a/Library/Formula/urweb.rb +++ b/Library/Formula/urweb.rb @@ -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' diff --git a/Library/Formula/vimpc.rb b/Library/Formula/vimpc.rb index 04e1ff628..ff5117447 100644 --- a/Library/Formula/vimpc.rb +++ b/Library/Formula/vimpc.rb @@ -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 diff --git a/Library/Formula/vowpal-wabbit.rb b/Library/Formula/vowpal-wabbit.rb index c29cc2eeb..267b4f7f6 100644 --- a/Library/Formula/vowpal-wabbit.rb +++ b/Library/Formula/vowpal-wabbit.rb @@ -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 diff --git a/Library/Formula/xbee-comm.rb b/Library/Formula/xbee-comm.rb index fd92d38b8..3eddf3000 100644 --- a/Library/Formula/xbee-comm.rb +++ b/Library/Formula/xbee-comm.rb @@ -10,6 +10,7 @@ class XbeeComm < Formula    head 'https://github.com/guyzmo/xbee-comm.git' +  depends_on :autoconf    depends_on :automake    def install diff --git a/Library/Formula/yasm.rb b/Library/Formula/yasm.rb index 4f684c3c5..fe3823555 100644 --- a/Library/Formula/yasm.rb +++ b/Library/Formula/yasm.rb @@ -9,6 +9,7 @@ class Yasm < Formula      url 'https://github.com/yasm/yasm.git'      depends_on 'gettext' +    depends_on :autoconf      depends_on :automake    end diff --git a/Library/Formula/zeromq.rb b/Library/Formula/zeromq.rb index 6ee5f77a8..0ce07be63 100644 --- a/Library/Formula/zeromq.rb +++ b/Library/Formula/zeromq.rb @@ -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 diff --git a/Library/Formula/znc.rb b/Library/Formula/znc.rb index 84ff1840f..73cf8a743 100644 --- a/Library/Formula/znc.rb +++ b/Library/Formula/znc.rb @@ -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 diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index 01740bc71..c7f0f752d 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -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 diff --git a/Library/Formula/zshdb.rb b/Library/Formula/zshdb.rb index e89b206ee..2dca9838f 100644 --- a/Library/Formula/zshdb.rb +++ b/Library/Formula/zshdb.rb @@ -7,6 +7,7 @@ class Zshdb < Formula    head do      url 'https://github.com/rocky/zshdb.git' +    depends_on :autoconf      depends_on :automake    end | 
