Adam Vandenberg
f0fe9da9f5
jam: set CC and CFLAGS on command-line
2012-03-11 13:18:16 -07:00
Adam Vandenberg
76147bb97b
gource: use a stable tarball
2012-03-11 13:08:40 -07:00
Adam Vandenberg
7f273904c7
gnuplot: style nits
2012-03-11 12:58:21 -07:00
Adam Vandenberg
50ff3a3fb3
gmt: style nits
2012-03-11 12:20:00 -07:00
Nibbles 2bits
9d206730ed
libzzip 0.13.61
...
Remove upstreamed patch.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-11 12:09:49 -07:00
Adam Vandenberg
ad9d9debb4
glew: style nits
2012-03-11 11:05:41 -07:00
Adam Vandenberg
89b28609cc
git-gerrit: style nits
2012-03-11 11:03:27 -07:00
Jack Nagel
4bd9545da3
scala: style nits
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 11:44:26 -05:00
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