diff options
| author | Jack Nagel | 2014-03-14 23:38:18 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-14 23:40:32 -0500 | 
| commit | 15f606bae838205472686b1f8e3d170c749607ec (patch) | |
| tree | 9c2ebe52a8dbe99fde1f2ce118d608aab10862a9 | |
| parent | 8d118686b3c5c169cde3700eb5219604a2c0738f (diff) | |
| download | homebrew-15f606bae838205472686b1f8e3d170c749607ec.tar.bz2 | |
Remove remaining explicit xz build-time deps
These dependencies are automatically detected from the URL, so declaring
them is redundant. If these formulae ever get a head or devel spec, then
explicit xz deps would need to be re-scoped appropriately. Thus we
should remove them.
60 files changed, 0 insertions, 67 deletions
| diff --git a/Library/Formula/apt-cacher-ng.rb b/Library/Formula/apt-cacher-ng.rb index a44d1b1b5..7ce10608a 100644 --- a/Library/Formula/apt-cacher-ng.rb +++ b/Library/Formula/apt-cacher-ng.rb @@ -5,7 +5,6 @@ class AptCacherNg < Formula    url 'http://ftp.debian.org/debian/pool/main/a/apt-cacher-ng/apt-cacher-ng_0.7.25.orig.tar.xz'    sha1 'b4a3330be383af3b4edffc89641904908e2934de' -  depends_on 'xz' => :build    depends_on 'cmake' => :build    depends_on 'osxfuse' => :build    depends_on 'boost' => :build diff --git a/Library/Formula/at-spi2-atk.rb b/Library/Formula/at-spi2-atk.rb index 6fc349ac4..0598db829 100644 --- a/Library/Formula/at-spi2-atk.rb +++ b/Library/Formula/at-spi2-atk.rb @@ -6,7 +6,6 @@ class AtSpi2Atk < Formula    sha256 'e348a811c4830251f0c3018019072e7979ef35fb9b7f0b1b0a0dd1e66942d0f5'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'at-spi2-core'    depends_on 'atk' diff --git a/Library/Formula/at-spi2-core.rb b/Library/Formula/at-spi2-core.rb index 0a444d92d..1c5a2ba73 100644 --- a/Library/Formula/at-spi2-core.rb +++ b/Library/Formula/at-spi2-core.rb @@ -6,7 +6,6 @@ class AtSpi2Core < Formula    sha256 'd3da58f84f4c8e4d5fe940ecb52fb27b4d9ea2b4dcdb3e1fae0f46b5eaa2dde1'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'intltool' => :build    depends_on 'gettext'    depends_on 'glib' diff --git a/Library/Formula/atk.rb b/Library/Formula/atk.rb index 79cda6257..9dc30d20b 100644 --- a/Library/Formula/atk.rb +++ b/Library/Formula/atk.rb @@ -12,7 +12,6 @@ class Atk < Formula    end    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'glib'    depends_on 'gobject-introspection' diff --git a/Library/Formula/atkmm.rb b/Library/Formula/atkmm.rb index 161988fb2..c210aaf05 100644 --- a/Library/Formula/atkmm.rb +++ b/Library/Formula/atkmm.rb @@ -11,7 +11,6 @@ class Atkmm < Formula      sha1 "eb053cdcba6fc56e0bddde08ac356a18d9bf53b0" => :lion    end -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'atk'    depends_on 'glibmm' diff --git a/Library/Formula/cairo.rb b/Library/Formula/cairo.rb index 8703186ab..4d757fe0d 100644 --- a/Library/Formula/cairo.rb +++ b/Library/Formula/cairo.rb @@ -21,7 +21,6 @@ class Cairo < Formula    option 'without-x', 'Build without X11 support'    depends_on 'pkg-config' => :build -  depends_on 'xz'=> :build    # harfbuzz requires cairo-ft to build    depends_on :freetype    depends_on :fontconfig diff --git a/Library/Formula/cclive.rb b/Library/Formula/cclive.rb index 72ebe065b..ca57072b9 100644 --- a/Library/Formula/cclive.rb +++ b/Library/Formula/cclive.rb @@ -8,7 +8,6 @@ class Cclive < Formula    conflicts_with 'clozure-cl', :because => 'both install a ccl binary'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'quvi'    depends_on 'boost'    depends_on 'pcre' diff --git a/Library/Formula/checkbashisms.rb b/Library/Formula/checkbashisms.rb index dd18e74bf..9c26659dd 100644 --- a/Library/Formula/checkbashisms.rb +++ b/Library/Formula/checkbashisms.rb @@ -6,8 +6,6 @@ class Checkbashisms < Formula    url 'https://launchpad.net/ubuntu/+archive/primary/+files/devscripts_2.13.4.tar.xz'    sha1 '94e7225c2f9f9062cea35c8010e984ae98834c28' -  depends_on 'xz' => :build -    def install      inreplace 'scripts/checkbashisms.pl', '###VERSION###', "#{version}ubuntu1"      bin.install 'scripts/checkbashisms.pl' => 'checkbashisms' diff --git a/Library/Formula/clutter.rb b/Library/Formula/clutter.rb index 6d7a994be..9e1377251 100644 --- a/Library/Formula/clutter.rb +++ b/Library/Formula/clutter.rb @@ -8,7 +8,6 @@ class Clutter < Formula    option 'without-x', 'Build without X11 support'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'glib'    depends_on 'gdk-pixbuf'    depends_on 'cogl' diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb index 07f448121..cf891875c 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -9,8 +9,6 @@ class Coreutils < Formula    conflicts_with 'ganglia', :because => 'both install `gstat` binaries'    conflicts_with 'idutils', :because => 'both install `gid` and `gid.1`' -  depends_on 'xz' => :build -    def install      system "./configure", "--prefix=#{prefix}",                            "--program-prefix=g", diff --git a/Library/Formula/dpkg.rb b/Library/Formula/dpkg.rb index f9a6adcc2..498cb06d5 100644 --- a/Library/Formula/dpkg.rb +++ b/Library/Formula/dpkg.rb @@ -6,7 +6,6 @@ class Dpkg < Formula    sha1 '93d1d55fa82a9bcebfa4f7fdc50f1cb7d1d734e1'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'gnu-tar'    # Fixes the PERL_LIBDIR. diff --git a/Library/Formula/easy-tag.rb b/Library/Formula/easy-tag.rb index 2dd4c40d8..6c7e52026 100644 --- a/Library/Formula/easy-tag.rb +++ b/Library/Formula/easy-tag.rb @@ -8,7 +8,6 @@ class EasyTag < Formula    depends_on :x11    depends_on 'pkg-config' => :build    depends_on 'intltool' => :build -  depends_on 'xz' => :build    depends_on 'itstool' => :build    depends_on 'glib'    depends_on 'gtk+' diff --git a/Library/Formula/flac.rb b/Library/Formula/flac.rb index abe010f87..1b4a0ff43 100644 --- a/Library/Formula/flac.rb +++ b/Library/Formula/flac.rb @@ -15,7 +15,6 @@ class Flac < Formula    option :universal    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'lame'    depends_on 'libogg' => :optional diff --git a/Library/Formula/gawk.rb b/Library/Formula/gawk.rb index 54a42c6c1..067a535e2 100644 --- a/Library/Formula/gawk.rb +++ b/Library/Formula/gawk.rb @@ -12,8 +12,6 @@ class Gawk < Formula      sha1 "a90fa8c6c4ce4ffec0a103f567db5eec319bb3bf" => :lion    end -  depends_on 'xz' => :build -    fails_with :llvm do      build 2326      cause "Undefined symbols when linking" diff --git a/Library/Formula/gcab.rb b/Library/Formula/gcab.rb index b510b877a..30e6c2e28 100644 --- a/Library/Formula/gcab.rb +++ b/Library/Formula/gcab.rb @@ -5,7 +5,6 @@ class Gcab < Formula    url 'http://ftp.gnome.org/pub/GNOME/sources/gcab/0.4/gcab-0.4.tar.xz'    sha1 'd81dfe35125e611e3a94c0d4def37ebf62b9187c' -  depends_on 'xz' => :build    depends_on 'intltool' => :build    depends_on 'pkg-config' => :build    depends_on 'vala' => :build diff --git a/Library/Formula/gcal.rb b/Library/Formula/gcal.rb index 7bbbcfccb..6270196f3 100644 --- a/Library/Formula/gcal.rb +++ b/Library/Formula/gcal.rb @@ -6,8 +6,6 @@ class Gcal < Formula    mirror 'http://ftp.gnu.org/gnu/gcal/gcal-3.6.3.tar.xz'    sha1 'a5d68216d8b0735c9b095fb81a08d6dbf5cdeedd' -  depends_on 'xz' => :build -    def install      system './configure', "--prefix=#{prefix}", '--disable-dependency-tracking'      system "make install" diff --git a/Library/Formula/gconf.rb b/Library/Formula/gconf.rb index 124e3a74d..3aebefa98 100644 --- a/Library/Formula/gconf.rb +++ b/Library/Formula/gconf.rb @@ -6,7 +6,6 @@ class Gconf < Formula    sha256 '4ddea9503a212ee126c5b46a0a958fd5484574c3cb6ef2baf38db02e819e58c6'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'intltool' => :build    depends_on 'gettext'    depends_on 'd-bus' diff --git a/Library/Formula/gdk-pixbuf.rb b/Library/Formula/gdk-pixbuf.rb index ee6f6cb57..9e68d086d 100644 --- a/Library/Formula/gdk-pixbuf.rb +++ b/Library/Formula/gdk-pixbuf.rb @@ -14,7 +14,6 @@ class GdkPixbuf < Formula    option :universal    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'glib'    depends_on 'jpeg'    depends_on 'libtiff' diff --git a/Library/Formula/glade.rb b/Library/Formula/glade.rb index 1e7f20d05..c2b48c043 100644 --- a/Library/Formula/glade.rb +++ b/Library/Formula/glade.rb @@ -6,7 +6,6 @@ class Glade < Formula    sha256 'c7ae0775b96a400cf43be738b2f836663a505b1458255df9ce83a340057e3d08'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'intltool' => :build    depends_on 'gettext'    depends_on 'libglade' diff --git a/Library/Formula/glib-networking.rb b/Library/Formula/glib-networking.rb index 9a4eac1bd..989d1fd39 100644 --- a/Library/Formula/glib-networking.rb +++ b/Library/Formula/glib-networking.rb @@ -7,7 +7,6 @@ class GlibNetworking < Formula    revision 1    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'intltool' => :build    depends_on 'gettext'    depends_on 'glib' diff --git a/Library/Formula/glibmm.rb b/Library/Formula/glibmm.rb index 1af79ba3e..b3fbf0e55 100644 --- a/Library/Formula/glibmm.rb +++ b/Library/Formula/glibmm.rb @@ -11,7 +11,6 @@ class Glibmm < Formula      sha1 "a6155e561ab340ba24553ee953f74f917e7fca2c" => :lion    end -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'libsigc++'    depends_on 'glib' diff --git a/Library/Formula/gmime.rb b/Library/Formula/gmime.rb index c8866c95b..0476766a9 100644 --- a/Library/Formula/gmime.rb +++ b/Library/Formula/gmime.rb @@ -6,7 +6,6 @@ class Gmime < Formula    sha256 'e0a170fb264c2ae4cecd852f4e7aaddb8d58e8f3f0b569ce2d2a4704f55bdf65'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'libgpg-error' => :build    depends_on 'glib' diff --git a/Library/Formula/gnome-common.rb b/Library/Formula/gnome-common.rb index 3792ef8b8..2c9534da8 100644 --- a/Library/Formula/gnome-common.rb +++ b/Library/Formula/gnome-common.rb @@ -5,8 +5,6 @@ class GnomeCommon < Formula    url 'http://ftp.gnome.org/pub/gnome/sources/gnome-common/3.10/gnome-common-3.10.0.tar.xz'    sha256 'aed69474a671e046523827f73ba5e936d57235b661db97900db7356e1e03b0a3' -  depends_on 'xz' => :build -    def install      system "./configure", "--prefix=#{prefix}"      system "make install" diff --git a/Library/Formula/gnome-doc-utils.rb b/Library/Formula/gnome-doc-utils.rb index ea2340006..b2e368979 100644 --- a/Library/Formula/gnome-doc-utils.rb +++ b/Library/Formula/gnome-doc-utils.rb @@ -6,7 +6,6 @@ class GnomeDocUtils < Formula    sha256 'cb0639ffa9550b6ddf3b62f3b1add92fb92ab4690d351f2353cffe668be8c4a6'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'intltool' => :build    depends_on :python    depends_on 'docbook' diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb index 4565d17b4..220b0fa3b 100644 --- a/Library/Formula/gnutls.rb +++ b/Library/Formula/gnutls.rb @@ -13,7 +13,6 @@ class Gnutls < Formula      sha1 "76cf541a1736da00417d499b3223b80c0677ed18" => :lion    end -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'libtasn1'    depends_on 'p11-kit' => :optional diff --git a/Library/Formula/gobject-introspection.rb b/Library/Formula/gobject-introspection.rb index 2dbc249aa..b84656329 100644 --- a/Library/Formula/gobject-introspection.rb +++ b/Library/Formula/gobject-introspection.rb @@ -15,7 +15,6 @@ class GobjectIntrospection < Formula    option 'with-tests', 'Run tests in addition to the build (requires cairo)'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'glib'    depends_on 'libffi'    # To avoid: ImportError: dlopen(./.libs/_giscanner.so, 2): Symbol not found: _PyList_Check diff --git a/Library/Formula/gsettings-desktop-schemas.rb b/Library/Formula/gsettings-desktop-schemas.rb index eabd0b2dd..387c7d937 100644 --- a/Library/Formula/gsettings-desktop-schemas.rb +++ b/Library/Formula/gsettings-desktop-schemas.rb @@ -5,7 +5,6 @@ class GsettingsDesktopSchemas < Formula    url 'http://ftp.gnome.org/pub/GNOME/sources/gsettings-desktop-schemas/3.10/gsettings-desktop-schemas-3.10.1.tar.xz'    sha256 '452378c4960a145747ec69f8c6a874e5b7715454df3e2452d1ff1a0a82e76811' -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'intltool' => :build    depends_on 'glib' => :build # Yep, for glib-mkenums diff --git a/Library/Formula/gssdp.rb b/Library/Formula/gssdp.rb index 4ba339a3a..5cd272c90 100644 --- a/Library/Formula/gssdp.rb +++ b/Library/Formula/gssdp.rb @@ -5,7 +5,6 @@ class Gssdp < Formula    url 'http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.14/gssdp-0.14.3.tar.xz'    sha256 '79dbdc5f79cc406632a783826b3dbe6acc0fbf41eb801b642bce1a02ecc3c66d' -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'intltool' => :build    depends_on 'gettext' diff --git a/Library/Formula/gtk+.rb b/Library/Formula/gtk+.rb index 087dfed51..b420e98ca 100644 --- a/Library/Formula/gtk+.rb +++ b/Library/Formula/gtk+.rb @@ -12,7 +12,6 @@ class Gtkx < Formula    end    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'glib'    depends_on 'jpeg'    depends_on 'libtiff' diff --git a/Library/Formula/gtk+3.rb b/Library/Formula/gtk+3.rb index 6a2e446fe..1e52aa264 100644 --- a/Library/Formula/gtk+3.rb +++ b/Library/Formula/gtk+3.rb @@ -7,7 +7,6 @@ class Gtkx3 < Formula    depends_on :x11 => '2.5' # needs XInput2, introduced in libXi 1.3    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'glib'    depends_on 'jpeg'    depends_on 'libtiff' diff --git a/Library/Formula/gtkmm.rb b/Library/Formula/gtkmm.rb index 0642aee00..da0d8beb8 100644 --- a/Library/Formula/gtkmm.rb +++ b/Library/Formula/gtkmm.rb @@ -11,7 +11,6 @@ class Gtkmm < Formula      sha1 "4cc024301f11dd741da9c229ec7e083dcd92613a" => :lion    end -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'glibmm'    depends_on 'gtk+' diff --git a/Library/Formula/gtkmm3.rb b/Library/Formula/gtkmm3.rb index c642366bd..bf4ef4425 100644 --- a/Library/Formula/gtkmm3.rb +++ b/Library/Formula/gtkmm3.rb @@ -5,7 +5,6 @@ class Gtkmm3 < Formula    url 'http://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.10/gtkmm-3.10.1.tar.xz'    sha256 '6fa5cdaa5cf386ea7c77fafed47e913afadd48fe45e28d8cb01075c3ee412538' -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'glibmm'    depends_on 'gtk+3' diff --git a/Library/Formula/gtksourceviewmm.rb b/Library/Formula/gtksourceviewmm.rb index 8ac22c0e2..ebf784c35 100644 --- a/Library/Formula/gtksourceviewmm.rb +++ b/Library/Formula/gtksourceviewmm.rb @@ -6,7 +6,6 @@ class Gtksourceviewmm < Formula    sha1 '17d5daf33d2b6bc21c48c5c730abaae70e027566'    depends_on 'gtksourceview' -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'gtkmm'    depends_on :x11 diff --git a/Library/Formula/gtksourceviewmm3.rb b/Library/Formula/gtksourceviewmm3.rb index 236b442b4..e61765496 100644 --- a/Library/Formula/gtksourceviewmm3.rb +++ b/Library/Formula/gtksourceviewmm3.rb @@ -6,7 +6,6 @@ class Gtksourceviewmm3 < Formula    sha1 'cac8d2fdde7b862bdb5eb12c6b8998a29e3fcf95'    depends_on 'gtksourceview3' -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'gtkmm3'    depends_on :x11 diff --git a/Library/Formula/gupnp.rb b/Library/Formula/gupnp.rb index e6cc0b04e..076f13139 100644 --- a/Library/Formula/gupnp.rb +++ b/Library/Formula/gupnp.rb @@ -5,7 +5,6 @@ class Gupnp < Formula    url 'http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.3.tar.xz'    sha256 'ed7db7506506434d0fd272e3866d7ae985af5b9d7e9e5e120f8581ade90869f0' -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'intltool' => :build    depends_on 'gettext' diff --git a/Library/Formula/gwyddion.rb b/Library/Formula/gwyddion.rb index 0b911925b..b8ef2cad5 100644 --- a/Library/Formula/gwyddion.rb +++ b/Library/Formula/gwyddion.rb @@ -6,7 +6,6 @@ class Gwyddion < Formula    sha1 'ad52085fd6f2374757e16e5263a7029051ee021b'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'gtk+'    depends_on 'libxml2'    depends_on 'fftw' diff --git a/Library/Formula/idutils.rb b/Library/Formula/idutils.rb index cb3ee1f27..fe412954d 100644 --- a/Library/Formula/idutils.rb +++ b/Library/Formula/idutils.rb @@ -8,8 +8,6 @@ class Idutils < Formula    conflicts_with 'coreutils', :because => 'both install `gid` and `gid.1`' -  depends_on 'xz' => :build -    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"      system "make install" diff --git a/Library/Formula/iso-codes.rb b/Library/Formula/iso-codes.rb index 12de081b7..8f8cc5a98 100644 --- a/Library/Formula/iso-codes.rb +++ b/Library/Formula/iso-codes.rb @@ -5,7 +5,6 @@ class IsoCodes < Formula    url 'http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.51.tar.xz'    sha1 '2616a3f3420fab69b800675df7456175f87e0cdf' -  depends_on 'xz' => :build    depends_on 'gettext' => :build    def install diff --git a/Library/Formula/kbtin.rb b/Library/Formula/kbtin.rb index 8cbafe131..59f42e67c 100644 --- a/Library/Formula/kbtin.rb +++ b/Library/Formula/kbtin.rb @@ -6,7 +6,6 @@ class Kbtin < Formula    sha1 'b6e09ee7702fe52d48db53098c79fe243505cc0f'    revision 1 -  depends_on 'xz' => :build    depends_on 'gnutls'    def install diff --git a/Library/Formula/libcroco.rb b/Library/Formula/libcroco.rb index 7550593bd..c463d5e12 100644 --- a/Library/Formula/libcroco.rb +++ b/Library/Formula/libcroco.rb @@ -6,7 +6,6 @@ class Libcroco < Formula    sha256 '2c6959c3644e889264a61c35ddf17401c86943681d4fe3c1682ecd9acabda7e3'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'intltool' => :build    depends_on 'glib' diff --git a/Library/Formula/libgee.rb b/Library/Formula/libgee.rb index f4292b6ff..c3f019a30 100644 --- a/Library/Formula/libgee.rb +++ b/Library/Formula/libgee.rb @@ -5,7 +5,6 @@ class Libgee < Formula    url 'http://ftp.gnome.org/pub/GNOME/sources/libgee/0.12/libgee-0.12.0.tar.xz'    sha256 'd106ed63fe0da5d5ee89aa8197a373cf9a2b96688cc3060144bfc0a022496ea5' -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'vala' diff --git a/Library/Formula/libgsf.rb b/Library/Formula/libgsf.rb index 0dff808cc..600c79003 100644 --- a/Library/Formula/libgsf.rb +++ b/Library/Formula/libgsf.rb @@ -5,7 +5,6 @@ class Libgsf < Formula    url 'http://ftp.gnome.org/pub/GNOME/sources/libgsf/1.14/libgsf-1.14.23.tar.xz'    sha256 'bfc1c6178f5319d5e6d854c380ce26542f9a103a5ff31c9d25a834e0be52fb17' -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'intltool' => :build    depends_on 'gettext' diff --git a/Library/Formula/libgtop.rb b/Library/Formula/libgtop.rb index 850ff17c3..0417d73cb 100644 --- a/Library/Formula/libgtop.rb +++ b/Library/Formula/libgtop.rb @@ -5,7 +5,6 @@ class Libgtop < Formula    url 'http://ftp.gnome.org/pub/gnome/sources/libgtop/2.28/libgtop-2.28.5.tar.xz'    sha1 '7104a7546252e3fb26d162e9b34e1f7df42236d1' -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'intltool' => :build    depends_on 'gettext' diff --git a/Library/Formula/libquvi.rb b/Library/Formula/libquvi.rb index 32c567b40..c37beeed6 100644 --- a/Library/Formula/libquvi.rb +++ b/Library/Formula/libquvi.rb @@ -5,7 +5,6 @@ class Libquvi < Formula    url 'https://downloads.sourceforge.net/project/quvi/0.4/libquvi/libquvi-0.4.1.tar.bz2'    sha1 'b7ac371185c35a1a9a2135ef4ee61c86c48f78f4' -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'lua' diff --git a/Library/Formula/librsvg.rb b/Library/Formula/librsvg.rb index d3803cfa5..d82a33a5e 100644 --- a/Library/Formula/librsvg.rb +++ b/Library/Formula/librsvg.rb @@ -7,7 +7,6 @@ class Librsvg < Formula    depends_on :x11    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'gtk+'    depends_on 'libcroco'    depends_on 'libgsf' => :optional diff --git a/Library/Formula/libsigc++.rb b/Library/Formula/libsigc++.rb index d73c69200..33c7fbc41 100644 --- a/Library/Formula/libsigc++.rb +++ b/Library/Formula/libsigc++.rb @@ -11,7 +11,6 @@ class Libsigcxx < Formula      sha1 "328a7b8efcfd560caae155d3acf25087c2a05462" => :lion    end -  depends_on 'xz' => :build    option :cxx11    def patches diff --git a/Library/Formula/libsoup.rb b/Library/Formula/libsoup.rb index edf060421..6d25574ca 100644 --- a/Library/Formula/libsoup.rb +++ b/Library/Formula/libsoup.rb @@ -6,7 +6,6 @@ class Libsoup < Formula    sha256 'e7e4b5ab74a6c00fc267c9f5963852d28759ad3154dab6388e2d6e1962d598f3'    revision 1 -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'intltool' => :build    depends_on 'glib-networking' diff --git a/Library/Formula/meld.rb b/Library/Formula/meld.rb index 5b18d2bac..04b4e1a5d 100644 --- a/Library/Formula/meld.rb +++ b/Library/Formula/meld.rb @@ -6,7 +6,6 @@ class Meld < Formula    sha1 'da6e4430ea3e56ec649b53f96c485de13a52627f'    depends_on 'intltool' => :build -  depends_on 'xz' => :build    depends_on :x11    depends_on :python    depends_on 'pygtk' diff --git a/Library/Formula/miredo.rb b/Library/Formula/miredo.rb index 994466148..586092b5a 100644 --- a/Library/Formula/miredo.rb +++ b/Library/Formula/miredo.rb @@ -5,7 +5,6 @@ class Miredo < Formula    url 'http://www.remlab.net/files/miredo/miredo-1.2.6.tar.xz'    sha1 '630c84e9919952f6f4792ceda54a12e0aef43bbf' -  depends_on 'xz' => :build    depends_on 'tuntap'    depends_on 'judy' diff --git a/Library/Formula/msitools.rb b/Library/Formula/msitools.rb index 194ad8eb9..0a9684ac2 100644 --- a/Library/Formula/msitools.rb +++ b/Library/Formula/msitools.rb @@ -5,7 +5,6 @@ class Msitools < Formula    url 'http://ftp.gnome.org/pub/GNOME/sources/msitools/0.93/msitools-0.93.tar.xz'    sha1 'b8dcf394a1aeddd8404ae1702ce42af623f54101' -  depends_on 'xz' => :build    depends_on 'intltool' => :build    depends_on 'pkg-config' => :build    depends_on :autoconf diff --git a/Library/Formula/pango.rb b/Library/Formula/pango.rb index bc49b237c..1fc18ed04 100644 --- a/Library/Formula/pango.rb +++ b/Library/Formula/pango.rb @@ -14,7 +14,6 @@ class Pango < Formula    option 'without-x', 'Build without X11 support'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'glib'    depends_on 'cairo'    depends_on 'harfbuzz' diff --git a/Library/Formula/pangomm.rb b/Library/Formula/pangomm.rb index 514235f87..33a8be669 100644 --- a/Library/Formula/pangomm.rb +++ b/Library/Formula/pangomm.rb @@ -11,7 +11,6 @@ class Pangomm < Formula      sha1 "9fe4cb5a9e9f3ccea84c2b9ed4b59c5c4d6c06c0" => :lion    end -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'pango'    depends_on 'glibmm' diff --git a/Library/Formula/pangox-compat.rb b/Library/Formula/pangox-compat.rb index cda6f9167..106e12f3d 100644 --- a/Library/Formula/pangox-compat.rb +++ b/Library/Formula/pangox-compat.rb @@ -6,7 +6,6 @@ class PangoxCompat < Formula    sha256 '552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'pango'    def install diff --git a/Library/Formula/pgdbf.rb b/Library/Formula/pgdbf.rb index afeeeb03b..46f158e03 100644 --- a/Library/Formula/pgdbf.rb +++ b/Library/Formula/pgdbf.rb @@ -5,8 +5,6 @@ class Pgdbf < Formula    url 'https://downloads.sourceforge.net/project/pgdbf/pgdbf/0.6.2/pgdbf-0.6.2.tar.xz'    sha1 '36ddf162b594ac328456a21d057b787c93ec1abb' -  depends_on 'xz' => :build -    def install      system "./configure", "--disable-dependency-tracking",                            "--prefix=#{prefix}" diff --git a/Library/Formula/poppler.rb b/Library/Formula/poppler.rb index 8e1ffd9c9..a4e1e1ff6 100644 --- a/Library/Formula/poppler.rb +++ b/Library/Formula/poppler.rb @@ -10,7 +10,6 @@ class Poppler < Formula    option 'with-lcms2', 'Use color management system'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'fontconfig'    depends_on 'openjpeg' diff --git a/Library/Formula/pulseaudio.rb b/Library/Formula/pulseaudio.rb index 7cc4fbd88..ceb01f80c 100644 --- a/Library/Formula/pulseaudio.rb +++ b/Library/Formula/pulseaudio.rb @@ -9,7 +9,6 @@ class Pulseaudio < Formula    option :universal    depends_on "pkg-config" => :build -  depends_on "xz" => :build    depends_on "libtool" => :build    depends_on "intltool" => :build if build.with? "nls"    depends_on "gettext" => :build if build.with? "nls" diff --git a/Library/Formula/shared-mime-info.rb b/Library/Formula/shared-mime-info.rb index 64b11be2d..9efd820fd 100644 --- a/Library/Formula/shared-mime-info.rb +++ b/Library/Formula/shared-mime-info.rb @@ -6,7 +6,6 @@ class SharedMimeInfo < Formula    sha1 '4c1598e30c632f1f9e825d95da7e3a1f47a32948'    depends_on 'pkg-config' => :build -  depends_on 'xz' => :build    depends_on 'intltool' => :build    depends_on 'gettext'    depends_on 'glib' diff --git a/Library/Formula/solfege.rb b/Library/Formula/solfege.rb index 9f6e4b109..d6e6b6158 100644 --- a/Library/Formula/solfege.rb +++ b/Library/Formula/solfege.rb @@ -6,7 +6,6 @@ class Solfege < Formula    mirror 'http://ftp.gnu.org/gnu/solfege/solfege-3.20.6.tar.xz'    sha1 '0b83f351e90aeb9267f76d8dda0638dc50682226' -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build    depends_on 'gettext'      => :build    depends_on 'pygtk'        => :recommended diff --git a/Library/Formula/transmission.rb b/Library/Formula/transmission.rb index 21b46e347..cac8d7348 100644 --- a/Library/Formula/transmission.rb +++ b/Library/Formula/transmission.rb @@ -7,7 +7,6 @@ class Transmission < Formula    option 'with-nls', 'Build with native language support' -  depends_on 'xz' => :build    depends_on 'pkg-config' => :build # So it will find system libcurl    depends_on 'curl' if MacOS.version <= :leopard    depends_on 'libevent' diff --git a/Library/Formula/yafc.rb b/Library/Formula/yafc.rb index 998d39d32..522ab735d 100644 --- a/Library/Formula/yafc.rb +++ b/Library/Formula/yafc.rb @@ -5,7 +5,6 @@ class Yafc < Formula    url 'http://www.yafc-ftp.com/upload/yafc-1.3.2.tar.xz'    sha1 'a4cd5518b84cd40c4503f2e022ba946a8bd5484a' -  depends_on 'xz' => :build    depends_on 'readline'    depends_on 'libssh' => :recommended | 
