Commit Graph

20 Commits (de6f3e20b73c397751fd6a137320c49cd5917749)

Author SHA1 Message Date
Adam Vandenberg 9414b62fb8 gearman 0.29 2012-03-17 12:06:06 -07:00
Adam Vandenberg 35ba625570 gearman: note that patch can be removed in 0.29 2012-03-12 06:49:23 -07: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
Adam Vandenberg 5cb78c93a8 gearman: add ossp-uuid dependency 2012-02-16 20:03:27 -08:00
Mehdi Lahmam B b8e39d86fa Gearman 0.28
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-14 18:40:16 -08:00
Matthew Lewinski 83dd656d3b Minor cleanup on plist caveats.
Use basename to refer to plist file when loaded. Make cp lines same
across formulas.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-04 08:07:35 -08:00
Johannes Plunien a07f427b72 gearma: add LaunchAgent plist
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

wip
2012-02-03 20:46:12 -08:00
sliver 367882bdb0 Gearmand 0.26
Closes Homebrew/homebrew#9196.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-23 12:56:08 -08:00
sliver e408d58ab4 Gearmand 0.24
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-29 07:29:34 -07:00
Clint Shryock 4582e6fc2f gearmand 0.22
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-27 14:09:18 -07:00
Clint Shryock 3462649b1f Gearmand 0.20
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-10 16:45:50 -07:00
Clint Shryock dcb8899264 Gearman 0.18
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-16 09:43:36 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Clint Shryock 099bdb045e Update Gearmand to 0.16 https://launchpad.net/gearmand/+download
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-22 17:38:31 -08:00
Clint Shryock 3fdf413611 Update Gearmand to version 0.15
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-17 08:10:10 -08:00
Adam Vandenberg 72e19eb542 Don't need +x on these 2010-08-13 16:00:17 -07:00
Max Howell 1f7bc468bd Use new symlink aliases 2010-08-07 18:08:50 -07:00
philip 2d463d6802 Updated Gearman formula from 0.10 to 0.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-17 09:16:48 -07:00
Max Howell 0f8358d2ff Gearman depends on libevent 2009-12-22 05:49:31 +00:00
Alexander Solovyov 7416d61b47 Gearman C server formula 2009-12-22 05:49:27 +00:00