Commit graph

8886 commits

Author SHA1 Message Date
Duncan Mak
11a32e6022 scala 2.9.1-1
Closes Homebrew/homebrew#10858.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 11:44:13 -05:00
Dossy Shiobara
ec13fb4be6 gearman: apply patch to fix configure
In gearman-0.28, configure.ac has some bad copypasta that ends up
breaking the build on platforms that do not have librt, such as
MacOS X.

configure.ac --

    173 # Check for -lrt
    174 AC_CHECK_LIB([rt], [clock_gettime],
    175              [
    176               RT_LIB="-lrt"
    177               AC_SUBST(RT_LIB)
    178               AC_DEFINE([HAVE_LIBRT], [ 1 ], [Have clock_gettime])
    179               ],
    180              [
    181               AC_DEFINE([HAVE_LIBRT], [ 0 ], [Have clock_gettime])
    182               ])
    183
    184 # Check for -lm
    185 AC_CHECK_LIB([m], [floor],
    186              [
    187               M_LIB="-lrt"
    188               AC_SUBST(M_LIB)
    189               AC_DEFINE([HAVE_LIBRT], [ 1 ], [Have clock_gettime])
    190               ],
    191              [
    192               AC_DEFINE([HAVE_LIBRT], [ 0 ], [Have clock_gettime])
    193               ])

As the comment on line 184 indicates, it's supposed to be checking for
libm, not librt.  This commit corrects this, which fixes issue Homebrew/homebrew#10222.

Closes Homebrew/homebrew#10823.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 11:24:17 -05:00
Jack Nagel
1541550bc7 cdrdao: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 11:15:02 -05:00
tungolcraft
068874d0aa cdrdao: add patch for device autodetection
Device names under OS X are very long. Previously a short form was
available, but this seems to no longer be the case. This patch doubles
the size of the buffer for device names, allowing the real device name
to fit. If they don't fit, device autodetection fails.

See http://trac.macports.org/ticket/27819

Closes Homebrew/homebrew#10388.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 11:14:59 -05:00
Adam Vandenberg
1d7fc92d64 Gambit Scheme 4.6.4 2012-03-10 20:39:45 -08:00
Adam Vandenberg
40a97dff16 finch: remove this comment 2012-03-10 20:13:52 -08:00
Adam Vandenberg
7ad97c73d4 dwdiff 2.0.2 2012-03-10 20:13:37 -08:00
Jack Nagel
0047be204e x264: remove outdated GREP_OPTIONS check
We now unset GREP_OPTIONS when sanitizing the build environment.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-10 22:07:15 -06:00
Jack Nagel
ceea8ccce3 cmake: remove outdated GREP_OPTIONS check
We now unset GREP_OPTIONS when sanitizing the build environment.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-10 22:07:15 -06:00
Adam Vandenberg
20197140bf Dwarf Fortress: style nit-picks 2012-03-10 20:01:40 -08:00
Tobias Schwab
f7073be6ac bind jenkins to 127.0.0.1 by default
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-10 19:58:36 -08:00
Adam Vandenberg
4239c024fc drush: just use libexec 2012-03-10 19:51:20 -08:00
Adam Vandenberg
9d4d30adc7 djvulibre: update comments 2012-03-10 19:48:23 -08:00
Adam Vandenberg
f042087a6f ddclient: style nit-picks 2012-03-10 19:33:16 -08:00
Adam Vandenberg
65f20e8d32 CoffeeScript: use a Requirement for node 2012-03-10 19:28:50 -08:00
Adam Vandenberg
19656804f3 cmigemo: inline the patch 2012-03-10 19:16:36 -08:00
Adam Vandenberg
f409bfeb50 clusterit: use X11 and remove patch 2012-03-10 18:35:47 -08:00
Adam Vandenberg
827b8fa11d clucene: fix comment 2012-03-10 18:33:13 -08:00
Adam Vandenberg
1f564658f2 chibi-scheme: style nit-picks 2012-03-10 18:31:25 -08:00
Adam Vandenberg
881305994b cfitsio: remove silly comment 2012-03-10 18:29:21 -08:00
Adam Vandenberg
f4a1828ed4 cantera: style nit-picks 2012-03-10 18:25:11 -08:00
Adam Vandenberg
34c1b75ecd Remove 'oos' comments from cmake-built stuff 2012-03-10 18:22:07 -08:00
Adam Vandenberg
eefa0b96d9 bibutils: update comment 2012-03-10 18:19:31 -08:00
Adam Vandenberg
caab47020d babl: style nit-picks 2012-03-10 18:09:15 -08:00
Yuval Adam
e48bd6d004 Pyp 2.10
Closes Homebrew/homebrew#9737.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-10 18:01:40 -08:00
Camillo Lugaresi
f59dabde33 Wine 1.4
Finally, a new stable release. With this we can remove some old cruft
from the formula. Also updating winetricks.

Support for --devel is kept because we expect development releases to
continue at the usual brisk pace.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-10 17:57:51 -08:00
Adam Vandenberg
16f9ad23e8 topgit: style nit-picks 2012-03-10 17:39:22 -08:00
Adam Vandenberg
ebb9e433f8 udns 0.2 2012-03-10 17:32:17 -08:00
Adam Vandenberg
0311e0eb63 udunits 2.1.24 2012-03-10 17:30:30 -08:00
Adam Vandenberg
e939fccbca unshield: remove unused configure switch 2012-03-10 17:20:43 -08:00
Adam Vandenberg
3f9c09f93c uudeview: style nit-picks 2012-03-10 17:07:50 -08:00
Adam Vandenberg
701c2c3eb8 vala: update comment 2012-03-10 17:06:42 -08:00
Adam Vandenberg
a8bf1817b9 vde 2.3.2 2012-03-10 16:57:59 -08:00
Adam Vandenberg
c8a2dc0f09 Remove voldemort
I'm not using this and no one has submitted an updated version.
- @adamv
2012-03-10 16:44:11 -08:00
Adam Vandenberg
5936e7e92a vips 7.28.0 2012-03-10 16:44:01 -08:00
Adam Vandenberg
3cead2501d vnstat: style nit-picks 2012-03-10 16:30:36 -08:00
Adam Vandenberg
e6213799a8 webalizer 2.23-05 2012-03-10 16:12:46 -08:00
Adam Vandenberg
93c8805edd Move woof to Homebrew-alt.
This software is unmaintained upstream, and does not work out-of-the-box
on modern Pythons.
2012-03-10 15:08:05 -08:00
Adam Vandenberg
c3e558a98c timbl 6.4.2 2012-03-10 15:07:02 -08:00
Adam Vandenberg
76b933d8b1 wopr 1.34.2 2012-03-10 15:04:04 -08:00
Adam Vandenberg
6d3b04061b wrangler 0.9.3.1 2012-03-10 14:59:32 -08:00
Adam Vandenberg
248d05c0c9 xar: fix manpage location 2012-03-10 14:51:28 -08:00
Adam Vandenberg
74524d887c xmlrpc-c 1.16.40 2012-03-10 14:29:37 -08:00
Adam Vandenberg
dcffeb92f4 xmlstarlet 1.3.1 2012-03-10 14:26:01 -08:00
Adam Vandenberg
5fe7eb7faf zdelta: style nit-picks 2012-03-10 14:07:42 -08:00
Jay Lieske
82d4a7c3c2 pure 0.52
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-10 14:03:24 -08:00
Adam Vandenberg
7b29f887ca zsync 0.6.2 2012-03-10 13:59:08 -08:00
Libor Wagner
4951d2230a The E Theorem Prover 1.4
"E is a theorem prover for full first-order logic with equality. It
accepts a problem specification, typically consisting of a number of
first-order clauses or formulas, and a conjecture, again either in
clausal or full first-order form. The system will then try to find a
formal proof for the conjecture, assuming the axioms."
[http://www4.informatik.tu-muenchen.de/~schulz/E/E.html]

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-10 13:57:21 -08:00
Victor Bilyk
570d5efbcf winexe 1.00
Closes Homebrew/homebrew#8166.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-10 13:51:14 -08:00
Anatol Pomozov
7fc8a03f89 fuse4x: Update to 0.9.0
Closes Homebrew/homebrew#10768.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-03-10 13:10:36 -08:00