Commit graph

9096 commits

Author SHA1 Message Date
Adam Vandenberg
f375135c78 Emacs 23.4
Removed patches that have been applied to this release.
2012-02-26 14:30:01 -08:00
Andrey Smirnov
07c154d065 Skytools 2.1.12
Closes Homebrew/homebrew#6505.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 10:28:21 -08:00
Adam Vandenberg
1ca1e904bf Plowshare: fix audit warning 2012-02-26 09:31:50 -08:00
Bart Leusink
b2c4265c93 curl 7.24.0
Closes Homebrew/homebrew#10507.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 09:21:33 -08:00
Adam Vandenberg
fc3b427d6a Move CSSTidy to homebrew-alt
brew install https://raw.github.com/adamv/homebrew-alt/master/head-only/csstidy.rb

CSSTidy is head-only, hasn't had a stable release since 2007, and the 1.4
source tarball doesn't unpack.

To reinstate, please petition the project to release a new stable
tarball.
2012-02-26 09:16:38 -08:00
Adam Vandenberg
0a64b95492 Plowshare: use snapshot tarball 2012-02-26 08:24:55 -08:00
Max Howell
a4aaf37c3c Refs Homebrew/homebrew#10419; Fixes this issue, but still doesn't build 2012-02-26 15:59:16 +00:00
Adam Vandenberg
ddf6213611 pgtap: fix audit warning 2012-02-26 07:58:10 -08:00
Adam Vandenberg
a55c685dcb blueutil: fix audit warning 2012-02-26 07:47:11 -08:00
Adam Vandenberg
8249a32843 Blueutil 1.0.0 2012-02-26 07:36:40 -08:00
Mirek Rusin
193479c501 Vala 0.15.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 07:33:44 -08:00
Denis Cornehl
5f14ec9432 git-ftp: fix MD5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 07:32:54 -08:00
Adam Vandenberg
1ed5c4d17f Fix QT
Pathname.glob returns Pathnames, so is not interchangable
with dir.
2012-02-26 07:31:21 -08:00
Bart Leusink
ed7b4c142a Ircii 20111115
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26 07:27:47 -08:00
Max Howell
ac67a32803 Clang 4 requires this patch too 2012-02-26 14:06:03 +00:00
Max Howell
415910391f Only apply this fix against clang 3.1 since apparently breaks for clang 3.2
Also some of this patch was meant to be in the last commit. I've reverted to brotherbard gitx and it doesn't auto-refresh if the file changes, so I missed part of it. Proof that tools can break your flow :P
2012-02-26 13:45:37 +00:00
Rico Sta. Cruz
ae7c3f04f5 macvim: decomission the --enable-clipboard flag
Closes Homebrew/homebrew#10497.

Signed-off-by: Max Howell <max@methylblue.com>
2012-02-26 13:25:04 +00:00
Travis Tilley
987ee07040 Fix Ragel formula when building with Clang
Closes Homebrew/homebrew#10498.

Signed-off-by: Max Howell <max@methylblue.com>

Made the clang patches only get applied if using clang and clang version <= 3.1. This may mean it breaks for 3.2 but we do this because we need to continue testing such things.
2012-02-26 13:23:44 +00:00
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