Commit Graph

9115 Commits (c18b0e134a47eefda5fd2799ab0ddd2cd44a923a)

Author SHA1 Message Date
Nibbles 2bits 5048ce6389 aften: build shared library
Add -DSHARED=ON so aften builds libaften.dylib.  Tested on Lion with
XCode-4.3.1 using clang and llvm.

Closes Homebrew/homebrew#10870.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 19:31:12 -05:00
Adam Vandenberg 326956278a ushare: document patch 2012-03-11 16:27:04 -07:00
Adam Vandenberg 0db2c5cab8 transmission: update caveats 2012-03-11 16:24:12 -07:00
Adam Vandenberg a9d782f811 task: style nits 2012-03-11 16:12:15 -07:00
Andy Christianson 0edba57997 New formula: gnunet
Closes Homebrew/homebrew#10452.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 17:57:15 -05:00
Andy Christianson df950f4c35 New formula: libextractor
Closes Homebrew/homebrew#10451.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 17:47:33 -05:00
Adam Vandenberg 40eeb37b76 spatialite-tools: add full link to gh issue 2012-03-11 15:04:50 -07:00
Adam Vandenberg 332acb70f5 sox: don't reference commit message
didn't appear to be useful anyway.
2012-03-11 15:02:05 -07:00
Adam Vandenberg e10faea1a0 scalate: fix quoting in wrapper script 2012-03-11 15:00:55 -07:00
Jack Nagel 43c9b127a6 astyle: use the correct compiler
Fixes Homebrew/homebrew#10863.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 16:56:02 -05:00
Jack Nagel a364b72b0d parallel 20120222
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 16:52:33 -05:00
Adam Vandenberg 3f8e0168c3 putty: use block cd 2012-03-11 14:51:23 -07:00
Adam Vandenberg 65a331f722 pngcrush: pass flags to make instead of using inreplace 2012-03-11 14:43:58 -07:00
Adam Vandenberg b193e25412 hiredis: fix audit warning 2012-03-11 14:39:02 -07:00
Adam Vandenberg fa1836ce2b pianobar: fix audit warning and comment typo 2012-03-11 14:38:11 -07:00
Adam Vandenberg 97a572e0ca mjpegtools: style nits 2012-03-11 13:47:40 -07:00
Luke Gallagher 75ff5e0641 Update metasploit and fix installation
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-11 13:45:02 -07:00
Adam Vandenberg d9a32b168f libgcrypt: remove tab from middle of line 2012-03-11 13:36:37 -07:00
Adam Vandenberg ce9120f28d Leptonica: inline patch 2012-03-11 13:36:14 -07:00
Jack Nagel 0f208b98e9 open-babel: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 15:18:56 -05:00
Jack Nagel 0c89a5c8dd Remove redundant versions and update version tests
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 15:18:56 -05:00
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