Commit Graph

8828 Commits (69ae4e17320ec9ef96df03e532a400b9f5e8c97d)

Author SHA1 Message Date
Bart Leusink 8f0d70cf65 go: fix-up HEAD install 2012-02-25 22:52:57 -08:00
Adam Vandenberg 457a786ccb dbslayer: style tweaks 2012-02-25 22:40:35 -08:00
Adam Vandenberg 2f46b730d3 akonadi: detect mysql
Detect MySQL and warn if not found, rather than
depending on it directly.
2012-02-25 22:39:42 -08:00
Adam Vandenberg 562aaed753 Remove abfind.
This formula was head-only.
2012-02-25 22:33:59 -08:00
Adam Vandenberg 679a12668b Remove platypus
This formula has an unversioned tarball, which no longer checksums
as it has bumped forward without anyone noticing.

Closes Homebrew/homebrew#10363.
2012-02-25 22:30:50 -08:00
Adam Vandenberg 7ef4f90394 Remove aqua-less
This formula is carrying around a large Project Builder patch,
which is not compatible going forward. Upstream progress seems
to have stopped too. Probably the precompiled download could be used
if someone wanted to install this.

Closes Homebrew/homebrew#10063.
2012-02-25 22:28:03 -08:00
Adam Vandenberg 9efd13492a Remove orderly
We packaged version "0.0.1", but there may have been a more recent
version available. In any case, no one submitted any updates and
upstream work seems to have stalled 2 years ago.

Closes Homebrew/homebrew#10390.
2012-02-25 22:23:26 -08:00
Rico Sta. Cruz d727455656 macvim: Always make icons
Closes Homebrew/homebrew#10489.
Closes Homebrew/homebrew#10491.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 22:18:41 -08:00
Rafik Draoui 79cd7220a2 cgdb 0.6.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 22:14:38 -08:00
Adam Vandenberg 749ce30283 Python: add more references for bug 2012-02-25 22:11:21 -08:00
Adam Vandenberg 4a464a0b79 Python: style tweak 2012-02-25 22:09:21 -08:00
Clay McClure d4fd1b9aae Python requires -fwrapv for Decimal division
According to:

http://stackoverflow.com/questions/7590137/dividing-decimals-yields-invalid-results-in-python-2-5-to-2-7

the Python interpreter must be built with -fwrapv for proper Decimal division.

To test:

python -c "from decimal import Decimal; print Decimal(4) / Decimal(2)"

If built with -fwrapv, this yields 2.

Closes Homebrew/homebrew#10487.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 22:08:02 -08:00
Adam Vandenberg b9e1f00952 Python: add Decimal division test 2012-02-25 22:07:53 -08:00
Adam Vandenberg 782007ff6e Don't override default -O flag.
Way back in the day, Homebrew defaulted to LLVM/-O3. A lot of stuff
failed to compile, and a lot of stuff just took forever with -O4.

We don't default this way anymore, and in fact use -Os per Apple
guidelines.

So remove these old "fixes" since they are no longer needed.
2012-02-25 21:00:28 -08:00
Jack Nagel c8aa208cde chipmunk: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 22:56:37 -06:00
Julian Bonilla 575811f85f berkeley-db 5.3.15
Closes Homebrew/homebrew#10427.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 20:47:08 -08:00
Jack Nagel db7d9467ff libiptcdata: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 20:47:14 -06:00
Jack Nagel 69fd528023 enca: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 20:47:12 -06:00
Adam Vandenberg 723694b138 atlassian-sdk-plugin: don't install maven readmes 2012-02-25 17:14:59 -08:00
Adam Vandenberg 50fedba5b1 Python 2/3: add effective_include 2012-02-25 17:12:54 -08:00
Adam Vandenberg f2c1d23b42 bagit: move conf out of bin 2012-02-25 16:54:05 -08:00
Adam Vandenberg 7c4efdf597 bagit: meta-files are installed by default 2012-02-25 16:46:38 -08:00
Adam Vandenberg 32d9e41182 bagit 4.1 2012-02-25 16:43:34 -08:00
Adam Vandenberg 32522a490a aalib: needs ENV.x11 2012-02-25 15:49:54 -08:00
René Moser 0dbba1b8a3 git-ftp 0.7.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 15:32:52 -08:00
Jack Nagel 237a42a133 emacs: move some patches inline
Gists for patches are bad, so move the shorter patches inline.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 17:28:24 -06:00
Wei Dai e110721ca1 Fasd 0.5.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 15:27:55 -08:00
Adam Vandenberg fb5977f181 Add "require hardware" to formula.rb
Now individual formulae don't need to require this if they want to use
Hardware methods outside of `def install`.
2012-02-25 15:22:32 -08:00
Rico Sta. Cruz be00d38ce0 quvi: update configure flags
Closes Homebrew/homebrew#10473.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 17:17:07 -06:00
skim 5b5c8615ac GNU smalltalk 3.2.2
Build HEAD in 64-bit with SDL and Cairo support.

Closes Homebrew/homebrew#8045.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 17:17:01 -06:00
Xiyue Deng 33381ed2ec icu4c: add "--universal"
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25 11:48:21 -08:00
Adam Vandenberg 05cf7d919f signing-party: fix audit warning 2012-02-25 11:46:49 -08:00
Adam Vandenberg cb8520ae0d Add 32-bit option to Riak 2012-02-25 11:44:20 -08:00
Adam Vandenberg 22d875206c Riak 1.1.0
Also move to using pre-packaged downloads for Riak.

Rationale:
Riak does not always compile against the latest version of Erlang.
As we like to bump Erlang aggresively, this ends up breaking Riak.

Since the pre-packaged Riak comes with a specific verison of Erlang,
this gets around this problem. And there's no compelling reason to want
to compile Erlang-based software from scratch.
2012-02-25 11:37:15 -08:00
Jack Nagel 35a62c2e8e Remove parsley and argp-standalone
Parsley is head-only with no stable versions available, and hasn't been
updated for two years. argp-standalone is only used by parsley and does
not have a real homepage.

Closes Homebrew/homebrew#10458.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 13:35:20 -06:00
Jack Nagel f9cb788fc9 boost-build: use boost 1.49 tarball
Technically the boost-build version is the same.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-25 13:35:09 -06:00
Charlie Sharpsteen b811ddaf22 PostGIS: Update --devel to 2.0.0alpha6 2012-02-25 10:40:03 -07:00
Xiyue Deng 98336f641c Update boost formula to version 1.49.0 and drop obsolete patches.
Closes Homebrew/homebrew#10465.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-02-25 11:49:02 +00:00
Brenton Partridge 666b7c58b1 OpenFST 1.2.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24 22:01:55 -08:00
Jack Nagel 27e7e64f74 fluid-synth: use block-style mkdir
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 23:47:09 -06:00
Adam Vandenberg e84698e7aa Add `buildpath` to Formula 2012-02-24 21:35:51 -08:00
Adam Vandenberg 7c5720e36f Put source path last in cmake args 2012-02-24 21:35:51 -08:00
Adam Vandenberg 83b371fba5 Introduce block form of mkdir 2012-02-24 21:35:51 -08:00
Adam Vandenberg da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
Ryan McKern 4d6a0e1f01 libsndfile: patch to fix build with Xcode 4.3
Closes Homebrew/homebrew#10405.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 23:27:50 -06:00
Nibbles 2bits 56a2a1ff2c fluid-synth 1.1.5
- Upgrade fluid-synth to 1.1.5.
 - Switch to cmake build.  Docs say configure is deprecated.
 - Add a patch to fix a missing CoreAudio header on Lion.
 - Disable the framework build.
 - Remove lib suffix to avoid lib64.
 - Compiles on Lion 10.7.3 and SL 10.6.8 using all five compilers.

Closes Homebrew/homebrew#10197.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 23:08:18 -06:00
Camillo Lugaresi 0c8967d762 wine 1.4rc4
also added support for compiling wine with clang

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24 20:48:38 -08:00
Camillo Lugaresi e60f4d0c78 winetricks 20111115
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24 20:47:19 -08:00
Jack Nagel 52ea0ede8a irssi: remove weird ARCHFLAGS setting
MacPorts used to have this too, for whatever reason, but they removed it
almost two years ago. I can build irssi fine without it, so I think it
needs better justification in the formula.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 20:11:24 -06:00
Jack Nagel 5b9ace578e aget: use MacPorts patch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 19:40:54 -06:00