Commit Graph

11538 Commits (353b795c5cad6252c6e85c33dbd4f8209f068783)

Author SHA1 Message Date
Jack Nagel 704085114a git 1.7.11.5
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-16 23:50:50 -05:00
Mike McQuaid 12b86d953c cmake: 2.8.9 2012-08-16 21:14:07 +01:00
Mike McQuaid 656cb4b165 boost: 1.50.0 2012-08-16 21:05:52 +01:00
Erik Michaels-Ober a9c4d7cc0c Update ruby-build to v20120524
Closes Homebrew/homebrew#14219.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-08-16 09:48:53 -05:00
Misty De Meo b931350774 ffmpeg, ffmbc: use texi2html on 10.8 2012-08-15 08:21:05 -05:00
Misty De Meo d5478fd150 New formula: texi2html
This is no longer shipped as of 10.8, but is required to build the
documentation for a few formulae, like ffmpeg and ffmbc.

This wasn't given a symbolized dependency because I don't anticipate
it coming up that often.
2012-08-15 08:21:05 -05:00
Jack Nagel 3e5497a950 libsvg-cairo: don't depend on all of X11
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 22:43:11 -05:00
Jack Nagel 0f9e13c75e epstool: add mirror
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 21:25:17 -05:00
Elliot Saba 9727ce671f epstool: use the right compiler
Closes Homebrew/homebrew#14188.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 21:23:15 -05:00
John Benediktsson bd57b2f926 gts: add --universal option
Closes Homebrew/homebrew#14165.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 15:41:13 -05:00
nibbles 2bits 93b8b766ed ncmpcpp: add pkg-config, update fails_with
ncmpcpp has a build-time dep on pkg-config so that it can find
libmpdclient, and it needs the `fails_with` version updated
because it still has problems with clang.

Add a dep on pkg-config
Update the fails_with build.
Use the new options DSL.
Tested on ML with clang and llvm from XCode-4.4.1.

Fixes Homebrew/homebrew#14160

Closes Homebrew/homebrew#14172.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 15:38:43 -05:00
Jack Nagel 2b96cbb8f5 python3: tighten '2to3' check
Fixes Homebrew/homebrew#14179.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 15:22:17 -05:00
Jack Nagel e9e5f681be python: tighten '2to3' check
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 15:21:50 -05:00
Jack Nagel b8c32f1820 python3: update comments
We only offer framework builds, so remove comments that suggest
otherwise.

Use HOMEBREW_PREFIX instead of `brew --prefix`, as that is what is
available inside of the formula, and how it is referenced elsewhere in
Homebrew.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 15:03:36 -05:00
Jack Nagel 13e1cd4cab python: update comments
We only offer framework builds, so remove comments that suggest
otherwise.

Use HOMEBREW_PREFIX instead of `brew --prefix`, as that is what is
available inside of the formula, and how it is referenced elsewhere in
Homebrew.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 15:02:54 -05:00
Elliot Saba 8a9707d9b7 llvm: fix syntax error from commit 576b9fae0679e2a
Closes Homebrew/homebrew#14183.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 13:54:32 -05:00
Misty De Meo 2c47b4a915 flann: Remove gtest dependency
gtest was removed because it is not meant to be installed on its own,
but rather included as a part of software build systems. flann was the
only formula which expected a preinstalled copy of gtest; this disables
its tests which depend on gtest.

Fixes Homebrew/homebrew#14126.
2012-08-13 21:42:03 -05:00
Jack Nagel 51023ce11e tmux: restore caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 21:20:53 -05:00
Jack Nagel 22d537efee todo-txt: restore caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 21:19:43 -05:00
Jack Nagel 7e9d6ae76b python3: actually depend on TkCheck requirement
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 20:25:42 -05:00
Jack Nagel 5a4d0cec85 python3: wrap clang flags in a conditional
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 20:25:03 -05:00
nibbles 2bits 4b819151ba libxmlsec1: fix configure error on ML
libxmlsec1 already has an option thrown on the command line to
`disable-apps-crypte-dl` which stops the build from looking for
`libltdl`.  But that option only applies to the command line app
and another option needs to be thrown otherwise configure will
error on ML when it can't find `libltdl`.

Add a configure flag to `--disable-crypto-dl`

Fixes Homebrew/homebrew#13845

Closes Homebrew/homebrew#14129.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:27:36 -05:00
nibbles 2bits 58c93198dd icarus-verilog: fix build error by specifying LD
Icarus-verilog-0.9.5 crashes clang or llvm into an assertion
error when either of those two binaries is used as the linker.
Add a command to set `ENV['LD']`.  It also works for XCode-only.
Remove both the fails_with because it works now.
Add a separate line to `make installdirs` that fixes a build error
where a directory does not exist.

Tested on ML with XCode-4.4.1 using clang and llvm.

Fixes Homebrew/homebrew#13650

Closes Homebrew/homebrew#14138.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:23:46 -05:00
nibbles 2bits a40fc07bc7 vorbis-tools: build ogg123 w/libao
vorbis-tools needs libao to create ogg123, a command line binary.
Add a `depends_on 'libao'` and one for `flac` also, because flac
is often found in an ogg container like webm.  Ogg123 will also
be used in solfege.  Tested by playing some files.

Closes Homebrew/homebrew#14134.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:20:40 -05:00
Sebastian Sdorra 96c0fa4b19 scm-manager 1.18
Closes Homebrew/homebrew#14137.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:18:11 -05:00
Scott Phillips ec429931f9 bigloo 3.8c
Closes Homebrew/homebrew#14144.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:14:45 -05:00
Joseph C 483689a5d4 z 1.3
Closes Homebrew/homebrew#14159.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:12:22 -05:00
Hiram Chirino c75a5e3d27 apollo 1.4
Closes Homebrew/homebrew#14153.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:08:59 -05:00
Mark Shropshire b2fafb4d3c drush 5.6
Release notes:
http://drupal.org/node/1722944

Closes Homebrew/homebrew#14151.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:06:39 -05:00
nibbles 2bits a84a113a0e x264 2197.4
Upgrade x264 to version 2197.4 which makes libx264.125.dylib,
where the previous formula created `libx264.124.dylib`.
Tested on ML with clang and llvm from XCode-4.4.1.

Closes Homebrew/homebrew#14155.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:04:22 -05:00
Jack Nagel 2c3435a7e9 dnsmasq: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 16:05:07 -05:00
Jack Nagel 3f0890fe18 libdnet: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 16:04:55 -05:00
Jack Nagel 2970500497 nginx: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 16:04:47 -05:00
Jack Nagel fd46952b6b qt: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 16:04:30 -05:00
Mark A. Matienzo 781207e70d New formula: sdhash
sdhash is a tool for generating and comparing similarity digest hashes.
When comparing these hashes, it gives a confidence level as to how
similar two objects are to each other.

Closes Homebrew/homebrew#13753.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-08-13 15:57:44 -05:00
Jack Nagel 00c48faa3c Fix build.include? usage
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 15:46:38 -05:00
Jack Nagel 6039613661 postgresql: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 15:42:59 -05:00
Jack Nagel a2614431bf percona-server: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 15:40:26 -05:00
Jack Nagel 331282d156 mariadb: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 15:40:11 -05:00
Misty De Meo 4d99e271aa gdal: depend on :libpng instead of :x11
gdal doesn't use any parts of X11/XQuartz aside from libpng.
2012-08-13 15:24:58 -05:00
Mark A. Matienzo a10138f391 zzuf: add OS X-specific memory patch
Closes Homebrew/homebrew#14158.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>

(Converted tabs to spaces.)
2012-08-13 14:46:39 -05:00
Misty De Meo ea3bfb23e7 fox: devel no longer fails with llvm 2012-08-13 12:24:27 -05:00
Brett Koonce 4586baa9ca fox 1.6.46 (devel 1.7.35)
Closes Homebrew/homebrew#13955.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-08-13 10:56:03 -05:00
Jack Nagel f3e5555c60 llvm: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:55:17 -05:00
Jack Nagel d5404961a6 libevent: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:47:06 -05:00
Jack Nagel 6ef5eeead1 mongodb: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:41:46 -05:00
Jack Nagel 6e5293d325 libyaml: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:28:12 -05:00
Jack Nagel 227e2bb14b poppler: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:24:11 -05:00
Jack Nagel f6f57b1026 mysql: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:23:01 -05:00
Jack Nagel 6e6d5b3ffb ruby: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:04:09 -05:00
Jack Nagel 5fa0900269 python3: fix typo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:01:49 -05:00
Jack Nagel 0827546cb2 python: fix typo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:01:40 -05:00
Jack Nagel a714afb4fa python3: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:00:39 -05:00
Jack Nagel 71f3b4677a python: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:00:30 -05:00
Jack Nagel ef8574bbf5 gnu-which: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:57:40 -05:00
Jack Nagel fe23e41397 gnu-units: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:57:40 -05:00
Jack Nagel ecabf4fd8b gnu-tar: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:57:39 -05:00
Jack Nagel 1a5b46ed51 gnu-sed: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:57:39 -05:00
Jack Nagel 15adf5664f gnu-indent: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:57:38 -05:00
Severin Smith 7904cfb702 fmdiff: run make, update latest version, fix head
Run make in order to properly detect which version of XCode is
installed

Run make install instead of bin.install

Update to latest version which resolves the multiple symlink
layers issue.

Fixed head to use svn. Previous head didn't work (just downloaded
a single html file).

Closes Homebrew/homebrew#14143.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-08-13 09:51:27 -05:00
Jack Nagel 0bdc622392 ffmpeg: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:50:31 -05:00
Jack Nagel 0550f5fede dos2unix: always use gettext
gettext is now bottled on three of the platforms we support, so remove
the hackery and just depend on it.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:36:30 -05:00
Jack Nagel 0682160851 x3270: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:36:11 -05:00
Jack Nagel 98782a103a p7zip: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:35:59 -05:00
Jack Nagel 8d4681b83b wireshark: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:35:48 -05:00
Jack Nagel e44ddb934b x264: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:35:38 -05:00
Jack Nagel 154a255093 cmake: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:35:14 -05:00
Jack Nagel 54feacf6ca sqlite: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:03:40 -05:00
Jack Nagel cd09d4061c riak: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:03:17 -05:00
Jack Nagel 93af57c198 node: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:03:04 -05:00
Jack Nagel 0a6af9c74d mpfr: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:02:55 -05:00
Jack Nagel dfb16edbf4 libmikmod: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:02:43 -05:00
Jack Nagel 63c77a42e3 gnupg: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:02:34 -05:00
Jack Nagel be3fb6292c gmp: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:01:59 -05:00
Jack Nagel a59d5ccec2 ghc: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:01:40 -05:00
Jack Nagel 0f028472e5 pixman: move comment
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 17:31:05 -05:00
Jack Nagel 95d1e93cc4 Add :when_xquartz_installed as a keg-only reason
Using :when_xquartz_installed will tell the keg-only machinery to activate
if XQuartz is installed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 17:28:15 -05:00
Pierre Bertet 88e93492c7 pcre: fix typo
Closes Homebrew/homebrew#14141.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 16:25:31 -05:00
Jack Nagel 981d9604a9 tiger-vnc: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 14:00:58 -05:00
Jack Nagel 8a0a67d878 sphinx: remove unused patch 2012-08-12 13:58:16 -05:00
Jack Nagel 28c9fbc637 e2fsprogs: fix audit warning 2012-08-12 13:58:15 -05:00
Jack Nagel 355f76e914 curl: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:09:41 -05:00
Jack Nagel 520bed7c5d mercurial: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:06:48 -05:00
Jack Nagel 397e32d833 sdl_image: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:05 -05:00
Jack Nagel 1fda6c4310 sdl_gfx: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:04 -05:00
Jack Nagel 8f63818102 sdl: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:04 -05:00
Jack Nagel 149ba166ab rsyslog: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:04 -05:00
Jack Nagel 85c64af67f pygtk: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:04 -05:00
Jack Nagel 2559814840 pygobject: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:03 -05:00
Jack Nagel eb7a0b47fd py2cairo: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:03 -05:00
Jack Nagel af6b864ef6 protobuf: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:03 -05:00
Jack Nagel 0d5bd1833e portaudio: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:02 -05:00
Jack Nagel 810d9f3ef5 pixman: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:01 -05:00
Jack Nagel ebbcd97e28 pcre: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:01 -05:00
Jack Nagel beeb03e5f5 neon: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:01 -05:00
Jack Nagel 2f98d20bf3 nasm: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:01 -05:00
Jack Nagel 391a50080d mysql-connector-odbc: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:00 -05:00
Jack Nagel eca10ac892 mcrypt: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:00 -05:00
Jack Nagel 0690f6eed2 log4cxx: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:00 -05:00
Jack Nagel 4aeff92e35 libzzip: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:00 -05:00