diff options
51 files changed, 112 insertions, 110 deletions
| diff --git a/Library/Formula/akonadi.rb b/Library/Formula/akonadi.rb index 6e65486cc..49c1702bb 100644 --- a/Library/Formula/akonadi.rb +++ b/Library/Formula/akonadi.rb @@ -1,8 +1,8 @@  require 'formula'  class Akonadi < Formula -  url 'http://download.akonadi-project.org/akonadi-1.5.0.tar.bz2'    homepage 'http://pim.kde.org/akonadi/' +  url 'http://download.akonadi-project.org/akonadi-1.5.0.tar.bz2'    md5 '8b0d43b0e947b876a461d90f4b877f54'    depends_on 'cmake' => :build @@ -14,7 +14,7 @@ class Akonadi < Formula    depends_on 'qt'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/apiextractor.rb b/Library/Formula/apiextractor.rb index 152d54a28..ead6c4d65 100644 --- a/Library/Formula/apiextractor.rb +++ b/Library/Formula/apiextractor.rb @@ -6,11 +6,10 @@ class Apiextractor < Formula    md5 '7cdf6bdbf161e15b8bc5e98df86f95ee'    depends_on 'cmake' => :build -    depends_on 'qt'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/arss.rb b/Library/Formula/arss.rb index ca71a2568..b4df31b82 100644 --- a/Library/Formula/arss.rb +++ b/Library/Formula/arss.rb @@ -1,8 +1,8 @@  require 'formula'  class Arss < Formula -  url 'http://downloads.sourceforge.net/project/arss/arss/0.2.3/arss-0.2.3-src.tar.gz'    homepage 'http://arss.sourceforge.net/' +  url 'http://downloads.sourceforge.net/project/arss/arss/0.2.3/arss-0.2.3-src.tar.gz'    md5 '7a349ac00dd2732e70043254b4183255'    depends_on 'cmake' => :build @@ -10,7 +10,7 @@ class Arss < Formula    def install      cd "src" do -      system "cmake . #{std_cmake_parameters}" +      system "cmake #{std_cmake_parameters} ."        system "make install"      end    end diff --git a/Library/Formula/assimp.rb b/Library/Formula/assimp.rb index 68dad144a..7f724005c 100644 --- a/Library/Formula/assimp.rb +++ b/Library/Formula/assimp.rb @@ -1,16 +1,16 @@  require 'formula'  class Assimp < Formula -  url 'http://downloads.sourceforge.net/project/assimp/assimp-2.0/assimp--2.0.863-sdk.zip'    homepage 'http://assimp.sourceforge.net/' -  md5 '9f41662501bd9d9533c4cf03b7c25d5b' +  url 'http://downloads.sourceforge.net/project/assimp/assimp-2.0/assimp--2.0.863-sdk.zip'    version '2.0.863' +  md5 '9f41662501bd9d9533c4cf03b7c25d5b'    depends_on 'cmake' => :build    depends_on 'boost'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end diff --git a/Library/Formula/attica.rb b/Library/Formula/attica.rb index ffe089326..08ddf8263 100644 --- a/Library/Formula/attica.rb +++ b/Library/Formula/attica.rb @@ -1,14 +1,14 @@  require 'formula'  class Attica < Formula -  url 'ftp://ftp.kde.org/pub/kde/stable/attica/attica-0.2.0.tar.bz2'    homepage 'http://www.kde.org/' +  url 'ftp://ftp.kde.org/pub/kde/stable/attica/attica-0.2.0.tar.bz2'    md5 'df3dcea0229cfa31539bdd427976e15b'    depends_on 'cmake' => :build    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/automoc4.rb b/Library/Formula/automoc4.rb index 0556047ba..9e19ee29a 100644 --- a/Library/Formula/automoc4.rb +++ b/Library/Formula/automoc4.rb @@ -1,25 +1,26 @@  require 'formula'  class Automoc4 < Formula -  url 'ftp://ftp.kde.org/pub/kde/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2'    homepage 'http://techbase.kde.org/Development/Tools/Automoc4' +  url 'ftp://ftp.kde.org/pub/kde/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2'    md5 '91bf517cb940109180ecd07bc90c69ec'    depends_on 'cmake' => :build    depends_on 'qt' -  def install -    system "cmake . #{std_cmake_parameters}" -    system "make install" -  end -    def patches      # Patch needed to find Qt in Homebrew upstreamed but upstream version      # does not apply. Won't be needed for next version.      # https://projects.kde.org/projects/kdesupport/automoc/repository/revisions/6b9597ff      { :p0 => DATA }    end + +  def install +    system "cmake #{std_cmake_parameters} ." +    system "make install" +  end  end +  __END__  --- kde4automoc.cpp.old	2009-01-22 18:50:09.000000000 +0000  +++ kde4automoc.cpp	2010-03-15 22:26:03.000000000 +0000 diff --git a/Library/Formula/avro-c.rb b/Library/Formula/avro-c.rb index 828a5e97a..923e434bc 100644 --- a/Library/Formula/avro-c.rb +++ b/Library/Formula/avro-c.rb @@ -1,14 +1,14 @@  require 'formula'  class AvroC < Formula -  url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.6.1/c/avro-c-1.6.1.tar.gz'    homepage 'http://avro.apache.org/' +  url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.6.1/c/avro-c-1.6.1.tar.gz'    md5 'd5c74692f9c4ff2f642b69fff56a6ae3'    depends_on 'cmake' => :build    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/c10t.rb b/Library/Formula/c10t.rb index 9b19cf4eb..6c2345d2d 100644 --- a/Library/Formula/c10t.rb +++ b/Library/Formula/c10t.rb @@ -1,10 +1,8 @@  require 'formula' -# Minecraft cartography tool -  class C10t < Formula -  url 'https://github.com/udoprog/c10t/tarball/1.7'    homepage 'https://github.com/udoprog/c10t' +  url 'https://github.com/udoprog/c10t/tarball/1.7'    md5 '8ba305e2c274469eb8e709f5c68e0c56'    depends_on 'cmake' => :build @@ -20,7 +18,7 @@ class C10t < Formula    def install      inreplace 'CMakeLists.txt', 'boost_thread', 'boost_thread-mt'      inreplace 'test/CMakeLists.txt', 'boost_unit_test_framework', 'boost_unit_test_framework-mt' -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make"      bin.install "c10t"    end diff --git a/Library/Formula/cgal.rb b/Library/Formula/cgal.rb index ad22e8ffe..a0f1566d5 100644 --- a/Library/Formula/cgal.rb +++ b/Library/Formula/cgal.rb @@ -1,9 +1,9 @@  require 'formula'  class Cgal < Formula +  homepage 'http://www.cgal.org/'    url 'https://gforge.inria.fr/frs/download.php/29125/CGAL-3.9.tar.gz'    sha1 'cc99fad7116f221b6301326834f71ff65cebf2eb' -  homepage 'http://www.cgal.org/'    depends_on 'cmake' => :build    depends_on 'boost' diff --git a/Library/Formula/chipmunk.rb b/Library/Formula/chipmunk.rb index 728a9a785..3ce3a18b9 100644 --- a/Library/Formula/chipmunk.rb +++ b/Library/Formula/chipmunk.rb @@ -12,7 +12,8 @@ class Chipmunk < Formula    def install      system "cmake", "-DCMAKE_INSTALL_PREFIX=#{prefix}",                      "-DCMAKE_PREFIX_PATH=#{prefix}", -                    "-DPREFIX=#{prefix}", "." +                    "-DPREFIX=#{prefix}",  +                    "."      system "make install"    end  end diff --git a/Library/Formula/chromaprint.rb b/Library/Formula/chromaprint.rb index 5897d2074..18017a8ef 100644 --- a/Library/Formula/chromaprint.rb +++ b/Library/Formula/chromaprint.rb @@ -14,11 +14,11 @@ class Chromaprint < Formula    def install      if ARGV.include? '--without-examples' -      parameters = std_cmake_parameters +      args = std_cmake_parameters      else -      parameters = std_cmake_parameters + ' -DBUILD_EXAMPLES=ON' +      args = std_cmake_parameters + ' -DBUILD_EXAMPLES=ON'      end -    system "cmake . #{parameters}" +    system "cmake #{args} ."      system "make install"    end  end diff --git a/Library/Formula/clay.rb b/Library/Formula/clay.rb index 92b035d5a..c61ab97a0 100644 --- a/Library/Formula/clay.rb +++ b/Library/Formula/clay.rb @@ -1,20 +1,21 @@  require 'formula'  class Clay < Formula -  url 'https://github.com/jckarter/clay/tarball/v0.1.0'    homepage 'http://claylabs.com/clay/' +  url 'https://github.com/jckarter/clay/tarball/v0.1.0'    md5 'fa34b4ecc0ab13047f802b9aac6d850b' +    head 'https://github.com/jckarter/clay.git'    depends_on 'cmake' => :build    depends_on 'llvm'  => :build    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end    def test -    system "clay -e 'println(\"Hello, Clay!\");'" +    system "#{bin}/clay -e 'println(\"Hello, Clay!\");'"    end  end diff --git a/Library/Formula/clucene.rb b/Library/Formula/clucene.rb index 4a0a6ea60..419f41547 100644 --- a/Library/Formula/clucene.rb +++ b/Library/Formula/clucene.rb @@ -1,16 +1,17 @@  require 'formula'  class Clucene < Formula -  url 'http://downloads.sourceforge.net/project/clucene/clucene-core-stable/0.9.21/clucene-core-0.9.21.tar.bz2'    homepage 'http://sourceforge.net/projects/clucene/' +  url 'http://downloads.sourceforge.net/project/clucene/clucene-core-stable/0.9.21/clucene-core-0.9.21.tar.bz2'    md5 '181cf9a827fd072717d9b09d1a1bda74'    head 'git://clucene.git.sourceforge.net/gitroot/clucene/clucene'    def install      if ARGV.build_head? -      system "cmake . #{std_cmake_parameters}" +      system "cmake #{std_cmake_parameters} ."      else -      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" +      system "./configure", "--disable-debug", "--disable-dependency-tracking", +                            "--prefix=#{prefix}"      end      # Install in parallel. See: diff --git a/Library/Formula/cminpack.rb b/Library/Formula/cminpack.rb index 1459f112c..c6df814e7 100644 --- a/Library/Formula/cminpack.rb +++ b/Library/Formula/cminpack.rb @@ -1,14 +1,14 @@  require 'formula'  class Cminpack < Formula -  url 'http://devernay.free.fr/hacks/cminpack/cminpack-1.1.3.tar.gz'    homepage 'http://devernay.free.fr/hacks/cminpack/cminpack.html' +  url 'http://devernay.free.fr/hacks/cminpack/cminpack-1.1.3.tar.gz'    md5 '3573b33d498cc1bf3787a86efbd12c3a'    depends_on 'cmake' => :build    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/json_spirit.rb b/Library/Formula/json_spirit.rb index 60523cb06..55f6ec586 100644 --- a/Library/Formula/json_spirit.rb +++ b/Library/Formula/json_spirit.rb @@ -1,16 +1,15 @@  require 'formula'  class JsonSpirit < Formula -  url 'https://uwe-arzt.de/files/json_spirit_v4.04.zip'    homepage 'http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx' +  url 'https://uwe-arzt.de/files/json_spirit_v4.04.zip'    md5 '0729870198528a28c21c5ee588d032a4'    depends_on 'boost'    depends_on 'cmake' => :build    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end -  end diff --git a/Library/Formula/kde-phonon.rb b/Library/Formula/kde-phonon.rb index 887bc5d44..691b1c2bd 100644 --- a/Library/Formula/kde-phonon.rb +++ b/Library/Formula/kde-phonon.rb @@ -1,8 +1,8 @@  require 'formula'  class KdePhonon < Formula -  url 'ftp://ftp.kde.org/pub/kde/stable/phonon/4.5.0/src/phonon-4.5.0.tar.bz2'    homepage 'http://phonon.kde.org/' +  url 'ftp://ftp.kde.org/pub/kde/stable/phonon/4.5.0/src/phonon-4.5.0.tar.bz2'    md5 '32f8d388c18fde2e23dea7bb103f9713'    depends_on 'cmake' => :build @@ -15,7 +15,7 @@ class KdePhonon < Formula    def install      inreplace 'cmake/FindPhononInternal.cmake',          'BAD_ALLOCATOR AND NOT WIN32', 'BAD_ALLOCATOR AND NOT APPLE' -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/kdebase-runtime.rb b/Library/Formula/kdebase-runtime.rb index 74918c606..476e01358 100644 --- a/Library/Formula/kdebase-runtime.rb +++ b/Library/Formula/kdebase-runtime.rb @@ -1,8 +1,8 @@  require 'formula'  class KdebaseRuntime < Formula -  url 'ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/kdebase-runtime-4.6.0.tar.bz2'    homepage 'http://www.kde.org/' +  url 'ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/kdebase-runtime-4.6.0.tar.bz2'    md5 '1f9d6bc64d7b84a74dd3ab06615c71ce'    depends_on 'cmake' => :build @@ -11,7 +11,7 @@ class KdebaseRuntime < Formula    def install      phonon = Formula.factory 'kde-phonon' -    system "cmake . #{std_cmake_parameters} -DPHONON_INCLUDE_DIR=#{phonon.include} -DPHONON_LIBRARY=#{phonon.lib}/libphonon.dylib -DBUNDLE_INSTALL_DIR=#{bin}" +    system "cmake #{std_cmake_parameters} -DPHONON_INCLUDE_DIR=#{phonon.include} -DPHONON_LIBRARY=#{phonon.lib}/libphonon.dylib -DBUNDLE_INSTALL_DIR=#{bin} ."      system "make install"    end  end diff --git a/Library/Formula/kdepimlibs.rb b/Library/Formula/kdepimlibs.rb index 0083302f7..8fd1b19e8 100644 --- a/Library/Formula/kdepimlibs.rb +++ b/Library/Formula/kdepimlibs.rb @@ -1,8 +1,8 @@  require 'formula'  class Kdepimlibs < Formula -  url 'ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/kdepimlibs-4.6.0.tar.bz2'    homepage 'http://www.kde.org/' +  url 'ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/kdepimlibs-4.6.0.tar.bz2'    md5 'bfcc74fff5c6d0803d43cf13033660ab'    depends_on 'cmake' => :build @@ -12,7 +12,7 @@ class Kdepimlibs < Formula    depends_on 'kdelibs'    def install -    system "cmake . #{std_cmake_parameters} -DBUNDLE_INSTALL_DIR=#{bin}" +    system "cmake #{std_cmake_parameters} -DBUNDLE_INSTALL_DIR=#{bin} ."      system "make install"    end  end diff --git a/Library/Formula/lasi.rb b/Library/Formula/lasi.rb index 85f61d642..2b4c947a6 100644 --- a/Library/Formula/lasi.rb +++ b/Library/Formula/lasi.rb @@ -1,9 +1,10 @@  require 'formula'  class Lasi < Formula +  homepage 'http://www.unifont.org/lasi/'    url 'http://sourceforge.net/projects/lasi/files/lasi/1.1.1%20Source/libLASi-1.1.1.tar.gz'    md5 'bc5161b1d820db3dbcea24ce1c2ed5ec' -  homepage 'http://www.unifont.org/lasi/' +    head 'https://lasi.svn.sourceforge.net/svnroot/lasi/trunk'    depends_on 'cmake' => :build @@ -12,7 +13,7 @@ class Lasi < Formula    depends_on 'doxygen'    def install -    system "cmake . -DCMAKE_INSTALL_PREFIX=#{prefix}" +    system "cmake -DCMAKE_INSTALL_PREFIX=#{prefix} ."      system "make install"    end  end diff --git a/Library/Formula/lastfm_fplib.rb b/Library/Formula/lastfm_fplib.rb index 3cbf25f54..6d42cb341 100644 --- a/Library/Formula/lastfm_fplib.rb +++ b/Library/Formula/lastfm_fplib.rb @@ -1,8 +1,8 @@  require 'formula'  class LastfmFplib < Formula -  head 'svn://svn.audioscrobbler.net/recommendation/MusicID/lastfm_fplib'    homepage 'http://blog.last.fm/2007/08/29/audio-fingerprinting-for-clean-metadata' +  head 'svn://svn.audioscrobbler.net/recommendation/MusicID/lastfm_fplib'    depends_on 'cmake' => :build    depends_on 'taglib' @@ -11,7 +11,7 @@ class LastfmFplib < Formula    depends_on 'fftw'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/lastfmfpclient.rb b/Library/Formula/lastfmfpclient.rb index 9ddc6bb46..e1ec5aba9 100644 --- a/Library/Formula/lastfmfpclient.rb +++ b/Library/Formula/lastfmfpclient.rb @@ -1,9 +1,9 @@  require 'formula'  class Lastfmfpclient < Formula +  homepage 'https://github.com/lastfm/Fingerprinter'    url 'https://github.com/lastfm/Fingerprinter/tarball/9ee83a51ac9058ff53c9'    version '1.6' -  homepage 'https://github.com/lastfm/Fingerprinter'    md5 'ab909b4d6dcc6182afae616749ce0fdc'    depends_on 'cmake' => :build @@ -13,7 +13,7 @@ class Lastfmfpclient < Formula    depends_on 'libsamplerate'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/libdbusmenu-qt.rb b/Library/Formula/libdbusmenu-qt.rb index 1e7325c89..06bc23a47 100644 --- a/Library/Formula/libdbusmenu-qt.rb +++ b/Library/Formula/libdbusmenu-qt.rb @@ -1,15 +1,15 @@  require 'formula'  class LibdbusmenuQt < Formula -  url 'http://launchpad.net/libdbusmenu-qt/trunk/0.7.0/+download/libdbusmenu-qt-0.7.0.tar.bz2'    homepage 'http://people.canonical.com/~agateau/dbusmenu/index.html' +  url 'http://launchpad.net/libdbusmenu-qt/trunk/0.7.0/+download/libdbusmenu-qt-0.7.0.tar.bz2'    md5 '512dc3213afcf0c561ac28000e85a80d'    depends_on 'cmake' => :build    depends_on 'qt'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/libechonest.rb b/Library/Formula/libechonest.rb index 74238a124..09e652899 100644 --- a/Library/Formula/libechonest.rb +++ b/Library/Formula/libechonest.rb @@ -1,8 +1,8 @@  require 'formula'  class Libechonest < Formula -  url 'http://pwsp.cleinias.com/libechonest-1.2.1.tar.bz2'    homepage 'https://projects.kde.org/projects/playground/libs/libechonest' +  url 'http://pwsp.cleinias.com/libechonest-1.2.1.tar.bz2'    sha1 '5ad5897c91c365b32840e75e806c9725c89b4522'    depends_on 'cmake' => :build @@ -10,7 +10,7 @@ class Libechonest < Formula    depends_on 'qjson'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/libmusicbrainz.rb b/Library/Formula/libmusicbrainz.rb index d19e07b14..53aba9c83 100644 --- a/Library/Formula/libmusicbrainz.rb +++ b/Library/Formula/libmusicbrainz.rb @@ -18,7 +18,7 @@ class Libmusicbrainz < Formula      neon = Formula.factory("neon")      neon_args = "-DNEON_LIBRARIES:FILEPATH=#{neon.lib}/libneon.dylib -DNEON_INCLUDE_DIR:PATH=#{neon.include}/neon" -    system "cmake . #{std_cmake_parameters} #{neon_args}" +    system "cmake #{std_cmake_parameters} #{neon_args} ."      system "make install"    end  end diff --git a/Library/Formula/mosquitto.rb b/Library/Formula/mosquitto.rb index 6a5f79895..437a4530e 100644 --- a/Library/Formula/mosquitto.rb +++ b/Library/Formula/mosquitto.rb @@ -1,18 +1,18 @@  require 'formula'  class Mosquitto < Formula -  url 'http://mosquitto.org/files/source/mosquitto-0.14.4.tar.gz'    homepage 'http://mosquitto.org/' +  url 'http://mosquitto.org/files/source/mosquitto-0.14.4.tar.gz'    md5 '88750338c2096671c01cf7e461d5c06d'    depends_on 'cmake' => :build    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end    def test -    system "mosquitto -h > /dev/null ; [ $? -eq 3 ]" +    system "#{bin}/mosquitto -h > /dev/null ; [ $? -eq 3 ]"    end  end diff --git a/Library/Formula/mydumper.rb b/Library/Formula/mydumper.rb index 0e0185b47..36b5039d4 100644 --- a/Library/Formula/mydumper.rb +++ b/Library/Formula/mydumper.rb @@ -1,8 +1,8 @@  require 'formula'  class Mydumper < Formula -  url 'http://launchpadlibrarian.net/77098505/mydumper-0.5.1.tar.gz'    homepage 'http://www.mydumper.org/' +  url 'http://launchpadlibrarian.net/77098505/mydumper-0.5.1.tar.gz'    md5 'b4df42dfe23f308ab13eb6ecb73a0d21'    depends_on 'pkg-config' => :build @@ -20,7 +20,7 @@ class Mydumper < Formula        puts "Without the client libraries, this formula will fail to compile."      end -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end diff --git a/Library/Formula/mysql-connector-c++.rb b/Library/Formula/mysql-connector-c++.rb index 252a50368..748bd151d 100644 --- a/Library/Formula/mysql-connector-c++.rb +++ b/Library/Formula/mysql-connector-c++.rb @@ -1,15 +1,15 @@  require 'formula'  class MysqlConnectorCxx < Formula -  url 'http://mysql.he.net/Downloads/Connector-C++/mysql-connector-c++-1.1.0.tar.gz'    homepage 'http://dev.mysql.com/downloads/connector/cpp/' +  url 'http://mysql.he.net/Downloads/Connector-C++/mysql-connector-c++-1.1.0.tar.gz'    md5 '0981bda6548a8c8233ffce2b6e4b2a23'    depends_on 'cmake' => :build    depends_on 'boost' => :build    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      ENV.j1      system "make install"    end diff --git a/Library/Formula/mysql-connector-c.rb b/Library/Formula/mysql-connector-c.rb index a85bf1362..0582c9b1b 100644 --- a/Library/Formula/mysql-connector-c.rb +++ b/Library/Formula/mysql-connector-c.rb @@ -10,7 +10,7 @@ class MysqlConnectorC < Formula    fails_with_llvm "Error: unsupported inline asm.", :build => 2334    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system 'make'      ENV.j1      system 'make install' diff --git a/Library/Formula/openmeeg.rb b/Library/Formula/openmeeg.rb index a48d7ed31..5cb54ff79 100644 --- a/Library/Formula/openmeeg.rb +++ b/Library/Formula/openmeeg.rb @@ -2,14 +2,15 @@ require 'formula'  class Openmeeg < Formula    homepage 'http://openmeeg.gforge.inria.fr/' -  head 'svn://scm.gforge.inria.fr/svn/openmeeg/trunk', :using => :svn    url 'svn://scm.gforge.inria.fr/svn/openmeeg/branches/release-2.1', :using => :svn +  head 'svn://scm.gforge.inria.fr/svn/openmeeg/trunk', :using => :svn +    depends_on 'cmake' => :build    depends_on 'hdf5'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/orderly.rb b/Library/Formula/orderly.rb index f45d2a564..d5cd525a3 100644 --- a/Library/Formula/orderly.rb +++ b/Library/Formula/orderly.rb @@ -1,16 +1,16 @@  require 'formula'  class Orderly < Formula -  url 'https://github.com/lloyd/orderly/tarball/cdf140170b987a27826ba146b31890b0ae1506bd'    homepage 'http://orderly-json.org/' -  md5 'b416de7d7e90088a7c842cc26ae393ec' +  url 'https://github.com/lloyd/orderly/tarball/cdf140170b987a27826ba146b31890b0ae1506bd'    version '0.0.1' +  md5 'b416de7d7e90088a7c842cc26ae393ec'    depends_on 'yajl'    depends_on 'cmake' => :build    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/oxygen-icons.rb b/Library/Formula/oxygen-icons.rb index d88aab238..6ffea5dad 100644 --- a/Library/Formula/oxygen-icons.rb +++ b/Library/Formula/oxygen-icons.rb @@ -1,14 +1,14 @@  require 'formula'  class OxygenIcons < Formula -  url 'ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/oxygen-icons-4.6.0.tar.bz2'    homepage 'http://www.oxygen-icons.org/' +  url 'ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/oxygen-icons-4.6.0.tar.bz2'    md5 '47b943e1b8bc2c1cef10fd791ac70091'    depends_on 'cmake' => :build    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/pdal.rb b/Library/Formula/pdal.rb index 3067ce6b3..c57d0d751 100644 --- a/Library/Formula/pdal.rb +++ b/Library/Formula/pdal.rb @@ -9,7 +9,7 @@ class Pdal < Formula    depends_on 'boost'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/perceptualdiff.rb b/Library/Formula/perceptualdiff.rb index 22b393cbd..7c86a76c1 100644 --- a/Library/Formula/perceptualdiff.rb +++ b/Library/Formula/perceptualdiff.rb @@ -1,15 +1,15 @@  require 'formula'  class Perceptualdiff < Formula +  homepage 'http://pdiff.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/pdiff/pdiff/perceptualdiff-1.1.1/perceptualdiff-1.1.1-src.tar.gz'    md5 '8fbd197a4be33fc116e26478c1ff8ce7' -  homepage 'http://pdiff.sourceforge.net/'    depends_on 'cmake' => :build    depends_on 'freeimage'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/points2grid.rb b/Library/Formula/points2grid.rb index 60135cba4..08239bda0 100644 --- a/Library/Formula/points2grid.rb +++ b/Library/Formula/points2grid.rb @@ -1,8 +1,8 @@  require 'formula'  class Points2grid < Formula -  url 'https://github.com/CRREL/points2grid/zipball/1.1.0'    homepage 'https://github.com/CRREL/points2grid' +  url 'https://github.com/CRREL/points2grid/zipball/1.1.0'    md5 '39a8426675d6f5cb2414683c737b13bf'    depends_on 'cmake' => :build @@ -10,7 +10,7 @@ class Points2grid < Formula    depends_on 'pdal'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/pyside-tools.rb b/Library/Formula/pyside-tools.rb index c520ccd1b..d2f7b8f0d 100644 --- a/Library/Formula/pyside-tools.rb +++ b/Library/Formula/pyside-tools.rb @@ -18,7 +18,7 @@ class PysideTools < Formula    depends_on 'pyside'    def install -    system "cmake . #{std_cmake_parameters} -DSITE_PACKAGE=#{site_package_dir}" +    system "cmake #{std_cmake_parameters} -DSITE_PACKAGE=#{site_package_dir} ."      system "make install"    end  end diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb index d49aa3851..b3aa9d915 100644 --- a/Library/Formula/pyside.rb +++ b/Library/Formula/pyside.rb @@ -14,7 +14,6 @@ class Pyside < Formula    md5 '233f0c6d2b3daf58cf88877d7f74557b'    depends_on 'cmake' => :build -    depends_on 'shiboken'    def install @@ -25,7 +24,7 @@ class Pyside < Formula      ENV.append_to_cflags "-F#{qt.prefix}/Frameworks"      # Also need `ALTERNATIVE_QT_INCLUDE_DIR` to prevent "missing file" errors. -    system "cmake . #{std_cmake_parameters} -DALTERNATIVE_QT_INCLUDE_DIR=#{qt.prefix}/Frameworks -DSITE_PACKAGE=#{site_package_dir} -DBUILD_TESTS=NO" +    system "cmake #{std_cmake_parameters} -DALTERNATIVE_QT_INCLUDE_DIR=#{qt.prefix}/Frameworks -DSITE_PACKAGE=#{site_package_dir} -DBUILD_TESTS=NO ."      system 'make install'    end diff --git a/Library/Formula/qhull.rb b/Library/Formula/qhull.rb index 9ab37bf51..03ec9a587 100644 --- a/Library/Formula/qhull.rb +++ b/Library/Formula/qhull.rb @@ -1,8 +1,8 @@  require 'formula'  class Qhull < Formula -  url 'http://www.qhull.org/download/qhull-2011.1-src.tgz'    homepage 'http://www.qhull.org/' +  url 'http://www.qhull.org/download/qhull-2011.1-src.tgz'    md5 'a65061cf2a6e6581182f4df0f3667a8e'    depends_on 'cmake' => :build @@ -21,7 +21,7 @@ class Qhull < Formula    end    def install -    system "cmake . #{std_cmake_parameters} -DMAN_INSTALL_DIR=#{man1}" +    system "cmake #{std_cmake_parameters} -DMAN_INSTALL_DIR=#{man1} ."      system "make install"    end  end diff --git a/Library/Formula/qimageblitz.rb b/Library/Formula/qimageblitz.rb index eb01cb2bf..ba42d1c57 100644 --- a/Library/Formula/qimageblitz.rb +++ b/Library/Formula/qimageblitz.rb @@ -9,7 +9,7 @@ class Qimageblitz < Formula    depends_on 'qt'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/qjson.rb b/Library/Formula/qjson.rb index f076886ee..77b52d80d 100644 --- a/Library/Formula/qjson.rb +++ b/Library/Formula/qjson.rb @@ -1,15 +1,15 @@  require 'formula'  class Qjson < Formula -  url 'http://downloads.sourceforge.net/project/qjson/qjson/0.7.1/qjson-0.7.1.tar.bz2'    homepage 'http://qjson.sourceforge.net' +  url 'http://downloads.sourceforge.net/project/qjson/qjson/0.7.1/qjson-0.7.1.tar.bz2'    md5 '5a833ad606c164ed8aa69f0873366ace'    depends_on 'cmake' => :build    depends_on 'qt'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/quassel.rb b/Library/Formula/quassel.rb index 4bf6dec87..1caca3b45 100644 --- a/Library/Formula/quassel.rb +++ b/Library/Formula/quassel.rb @@ -1,10 +1,11 @@  require 'formula'  class Quassel < Formula +  homepage 'http://www.quassel-irc.org/'    url 'http://www.quassel-irc.org/pub/quassel-0.7.3.tar.bz2'    md5 'f12b2b09d8ebe533781aa969597d671c' +    head 'git://git.quassel-irc.org/quassel.git' -  homepage 'http://www.quassel-irc.org/'    depends_on 'cmake' => :build    depends_on 'qt' @@ -14,7 +15,7 @@ class Quassel < Formula    end    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/scantailor.rb b/Library/Formula/scantailor.rb index d6291e853..5339dc00b 100644 --- a/Library/Formula/scantailor.rb +++ b/Library/Formula/scantailor.rb @@ -7,8 +7,8 @@ class Scantailor < Formula    devel do      url 'http://downloads.sourceforge.net/project/scantailor/scantailor-devel/enhanced/scantailor-enhanced-20111213.tar.gz' -    md5 'bcba593dcba17880429884fe2bfb1d2a'      version 'enhanced-20111213' +    md5 'bcba593dcba17880429884fe2bfb1d2a'    end    depends_on 'cmake' => :build @@ -18,7 +18,7 @@ class Scantailor < Formula    depends_on 'libtiff'    def install -    system "cmake . #{std_cmake_parameters} -DPNG_INCLUDE_DIR=/usr/X11/include" +    system "cmake #{std_cmake_parameters} -DPNG_INCLUDE_DIR=/usr/X11/include ."      system "make install"    end  end diff --git a/Library/Formula/sedna.rb b/Library/Formula/sedna.rb index e089f26b6..8ac043988 100644 --- a/Library/Formula/sedna.rb +++ b/Library/Formula/sedna.rb @@ -1,10 +1,10 @@  require 'formula'  class Sedna < Formula -  url 'http://www.modis.ispras.ru/FTPContent/sedna/current/sedna-3.4.66-src-darwin.tar.gz'    homepage 'http://modis.ispras.ru/sedna/index.html' -  md5 '8c0006dbfb0ab89a63b4ae93e35f2213' +  url 'http://www.modis.ispras.ru/FTPContent/sedna/current/sedna-3.4.66-src-darwin.tar.gz'    version '3.4.66' +  md5 '8c0006dbfb0ab89a63b4ae93e35f2213'    depends_on 'cmake' => :build @@ -12,7 +12,7 @@ class Sedna < Formula      path = pwd      # Build needs to be created from outside the source directory.      mktemp do -      system "cmake #{path} #{std_cmake_parameters}" +      system "cmake #{std_cmake_parameters} #{path}"        system "make install"      end    end diff --git a/Library/Formula/shared-desktop-ontologies.rb b/Library/Formula/shared-desktop-ontologies.rb index 0631b305d..1bfd7040d 100644 --- a/Library/Formula/shared-desktop-ontologies.rb +++ b/Library/Formula/shared-desktop-ontologies.rb @@ -1,14 +1,14 @@  require 'formula'  class SharedDesktopOntologies < Formula -  url 'http://downloads.sourceforge.net/project/oscaf/shared-desktop-ontologies/0.5/shared-desktop-ontologies-0.5.tar.bz2'    homepage 'http://sourceforge.net/apps/trac/oscaf/' +  url 'http://downloads.sourceforge.net/project/oscaf/shared-desktop-ontologies/0.5/shared-desktop-ontologies-0.5.tar.bz2'    md5 '067ec9023c4a48e0d53fb15484d78971'    depends_on 'cmake' => :build    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/shark.rb b/Library/Formula/shark.rb index 61f9c1f7d..3670775e8 100644 --- a/Library/Formula/shark.rb +++ b/Library/Formula/shark.rb @@ -1,14 +1,14 @@  require 'formula'  class Shark < Formula -  url 'http://downloads.sourceforge.net/project/shark-project/Shark%20Core/Shark%202.3.4/shark-2.3.4.zip'    homepage 'http://shark-project.sourceforge.net/' +  url 'http://downloads.sourceforge.net/project/shark-project/Shark%20Core/Shark%202.3.4/shark-2.3.4.zip'    md5 '12d87a519c27b33800df11b7c78972ed'    depends_on 'cmake' => :build    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/shiboken.rb b/Library/Formula/shiboken.rb index 223917dc5..d23473522 100644 --- a/Library/Formula/shiboken.rb +++ b/Library/Formula/shiboken.rb @@ -6,13 +6,12 @@ class Shiboken < Formula    md5 '9c9d696c8c426fb5abf28a6bd3759558'    depends_on 'cmake' => :build -    depends_on 'generatorrunner'    def install      # Building the tests also runs them. Not building and running tests cuts      # install time in half. -    system "cmake . #{std_cmake_parameters} -DBUILD_TESTS=OFF" +    system "cmake #{std_cmake_parameters} -DBUILD_TESTS=OFF ."      system "make install"    end  end diff --git a/Library/Formula/soprano.rb b/Library/Formula/soprano.rb index 2654b5904..ed1e6e065 100644 --- a/Library/Formula/soprano.rb +++ b/Library/Formula/soprano.rb @@ -1,8 +1,8 @@  require 'formula'  class Soprano < Formula -  url 'http://downloads.sourceforge.net/project/soprano/Soprano/2.6.0/soprano-2.6.0.tar.bz2'    homepage 'http://soprano.sourceforge.net/' +  url 'http://downloads.sourceforge.net/project/soprano/Soprano/2.6.0/soprano-2.6.0.tar.bz2'    md5 '03ae49e87c6ec99e57d0433c2650846f'    depends_on 'cmake' => :build @@ -14,7 +14,7 @@ class Soprano < Formula    def install      ENV['CLUCENE_HOME'] = HOMEBREW_PREFIX -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/strigi.rb b/Library/Formula/strigi.rb index 2389f8c22..d2f886801 100644 --- a/Library/Formula/strigi.rb +++ b/Library/Formula/strigi.rb @@ -1,8 +1,8 @@  require 'formula'  class Strigi < Formula -  url 'http://www.vandenoever.info/software/strigi/strigi-0.7.2.tar.bz2'    homepage 'http://strigi.sourceforge.net/' +  url 'http://www.vandenoever.info/software/strigi/strigi-0.7.2.tar.bz2'    md5 'ca09ba176cf3ffe9afce4d92f38f9a85'    depends_on 'cmake' => :build @@ -13,7 +13,7 @@ class Strigi < Formula      ENV['CLUCENE_HOME'] = HOMEBREW_PREFIX      ENV['EXPAT_HOME'] = '/usr/' -    system "cmake . #{std_cmake_parameters} -DENABLE_EXPAT:BOOL=ON -DENABLE_DBUS:BOOL=OFF" +    system "cmake #{std_cmake_parameters} -DENABLE_EXPAT:BOOL=ON -DENABLE_DBUS:BOOL=OFF ."      system "make install"    end  end diff --git a/Library/Formula/usbmuxd.rb b/Library/Formula/usbmuxd.rb index d9124d881..82c0ad6c6 100644 --- a/Library/Formula/usbmuxd.rb +++ b/Library/Formula/usbmuxd.rb @@ -1,8 +1,8 @@  require 'formula'  class Usbmuxd < Formula -  url 'http://marcansoft.com/uploads/usbmuxd/usbmuxd-1.0.7.tar.bz2'    homepage 'http://marcansoft.com/blog/iphonelinux/usbmuxd/' +  url 'http://marcansoft.com/uploads/usbmuxd/usbmuxd-1.0.7.tar.bz2'    md5 '6f431541f3177fa06aa6df9ceecb2da0'    depends_on 'cmake' => :build @@ -11,7 +11,7 @@ class Usbmuxd < Formula    def install      inreplace 'Modules/VersionTag.cmake', '"sh"', '"bash"' -    system "cmake . #{std_cmake_parameters} -DLIB_SUFFIX=''" +    system "cmake #{std_cmake_parameters} -DLIB_SUFFIX='' ."      system "make install"    end  end diff --git a/Library/Formula/weechat.rb b/Library/Formula/weechat.rb index 565cba043..09cba61c5 100644 --- a/Library/Formula/weechat.rb +++ b/Library/Formula/weechat.rb @@ -1,8 +1,8 @@  require 'formula'  class Weechat < Formula -  url 'http://www.weechat.org/files/src/weechat-0.3.6.tar.bz2'    homepage 'http://www.weechat.org' +  url 'http://www.weechat.org/files/src/weechat-0.3.6.tar.bz2'    md5 'db2392b8e31738f79f0898f77eda8daa'    head 'git://git.sv.gnu.org/weechat.git' @@ -28,7 +28,8 @@ class Weechat < Formula                      "-DENABLE_RUBY=OFF",                      "-DENABLE_PERL=OFF",                      "-DENABLE_PYTHON=OFF", -                    std_cmake_parameters, "." +                    std_cmake_parameters, +                    "."      system "make install"    end  end diff --git a/Library/Formula/yaml-cpp.rb b/Library/Formula/yaml-cpp.rb index 0d823861f..5280dc74f 100644 --- a/Library/Formula/yaml-cpp.rb +++ b/Library/Formula/yaml-cpp.rb @@ -1,15 +1,15 @@  require 'formula'  class YamlCpp < Formula -  url 'http://yaml-cpp.googlecode.com/files/yaml-cpp-0.3.0.tar.gz'    homepage 'http://code.google.com/p/yaml-cpp/' +  url 'http://yaml-cpp.googlecode.com/files/yaml-cpp-0.3.0.tar.gz'    sha1 '28766efa95f1b0f697c4b4a1580a9972be7c9c41'    depends_on 'cmake' => :build    depends_on 'libyaml'    def install -    system "cmake . #{std_cmake_parameters}" +    system "cmake #{std_cmake_parameters} ."      system "make install"    end  end diff --git a/Library/Formula/yarp.rb b/Library/Formula/yarp.rb index 6fba453d2..52ef2bd2b 100644 --- a/Library/Formula/yarp.rb +++ b/Library/Formula/yarp.rb @@ -1,13 +1,13 @@  require 'formula'  class Yarp < Formula +  homepage 'http://yarp.it'    url 'http://downloads.sourceforge.net/yarp0/yarp-2.3.15.tar.gz'    md5 '58912d7d1a6ed3347fc15ef7236899e1' -  homepage 'http://yarp.it' +    head 'https://yarp0.svn.sourceforge.net/svnroot/yarp0/trunk/yarp2'    depends_on 'cmake' => :build -    depends_on 'ace'    depends_on 'gsl'    depends_on 'gtk+' @@ -16,7 +16,7 @@ class Yarp < Formula    depends_on 'jpeg'    def install -    system "cmake . #{std_cmake_parameters} -DCREATE_LIB_MATH=TRUE -DCREATE_GUIS=TRUE -DCREATE_YMANAGER=TRUE -DYARP_USE_SYSTEM_SQLITE=TRUE -DCREATE_OPTIONAL_CARRIERS=TRUE -DENABLE_yarpcar_mjpeg_carrier=TRUE -DENABLE_yarpcar_rossrv_carrier=TRUE -DENABLE_yarpcar_tcpros_carrier=TRUE -DENABLE_yarpcar_xmlrpc_carrier=TRUE" +    system "cmake #{std_cmake_parameters} -DCREATE_LIB_MATH=TRUE -DCREATE_GUIS=TRUE -DCREATE_YMANAGER=TRUE -DYARP_USE_SYSTEM_SQLITE=TRUE -DCREATE_OPTIONAL_CARRIERS=TRUE -DENABLE_yarpcar_mjpeg_carrier=TRUE -DENABLE_yarpcar_rossrv_carrier=TRUE -DENABLE_yarpcar_tcpros_carrier=TRUE -DENABLE_yarpcar_xmlrpc_carrier=TRUE ."      system "make install"    end  end | 
