Commit Graph

11495 Commits (1bf39642339b70611f9e6f37b90966fd1ec3e4c3)

Author SHA1 Message Date
Thomas Bilk 1bf3964233 fossil 1.23
Closes Homebrew/homebrew#14258.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 12:19:37 -05:00
nibbles 2bits cb876e7022 bdw-gc 7.2d
Upgrade bdw-gc to version 7.2d.  It passes make check on 10.8
using clang and llvm from XCode-4.4.1. Remove the `fails_with`.

Fixes Homebrew/homebrew#13940.
Closes Homebrew/homebrew#14259.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 12:16:03 -05:00
Jack Nagel 407fe8c6af mariadb: build without exotic optimization flags
Currently we patch mysql_config to sanitize the CFLAGS that are exported
to software that queries it during builds, such as the mysql gem. Since
there isn't any way to control what compiler is used by Ruby/gem to
build native extensions, we must remove any compiler or CPU specific
flags.

Instead, let's build without these flags to begin with, which will keep
mysql_config clean and provide consistency between the flags used to
build mariadb and those used to build software that links to it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 11:23:00 -05:00
Jack Nagel 5de9676727 percona-server: build without exotic optimization flags
Currently we patch mysql_config to sanitize the CFLAGS that are exported
to software that queries it during builds, such as the mysql gem. Since
there isn't any way to control what compiler is used by Ruby/gem to
build native extensions, we must remove any compiler or CPU specific
flags.

Instead, let's build without these flags to begin with, which will keep
mysql_config clean and provide consistency between the flags used to
build percona-server and those used to build software that links to it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 11:22:35 -05:00
Jack Nagel dddd14fe59 mysql: build without exotic optimization flags
Currently we patch mysql_config to sanitize the CFLAGS that are exported
to software that queries it during builds, such as the mysql gem. Since
there isn't any way to control what compiler is used by Ruby/gem to
build native extensions, we must remove any compiler or CPU specific
flags.

Instead, let's build without these flags to begin with, which will keep
mysql_config clean and provide consistency between the flags used to
build mysql and those used to build software that links to it.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 11:22:20 -05:00
Misty De Meo 5aaf5e7d35 texi2html: specify mandir and infodir
Missed these since the warnings are not printed on a keg-only install.
2012-08-17 08:28:55 -05:00
Misty De Meo ccb80fcc85 texi2html 1.70
texi2html 5.0 was causing problems; this rolls it back to 1.70, which
is the same version as shipped on Lion before it was removed.
2012-08-17 08:20:16 -05:00
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