http://code.google.com/p/serf/ is a C-based HTTP client library
It multiplexes connections, running the read/write communication
asynchronously. Memory copies and transformations are kept to a
minimum to provide high performance operation.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade dwarf to version 0.3.0
Add a `fails_with :clang` block and comments indicating the bug
report upstream. It works well using llvm on Lion.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade dircproxy to version 1.2.0-RC1.
Remove the `mandir` because it installs correctly now.
Add `--enable-ssl` to increase functionality.
Tested with clang and llvm from XCode-4.3.2 on Lion.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade dcled to version 2.0.
Add `FONTDIR` to the list of makefile paths to be adjusted so
the fonts get installed into `share+name` rather than
`HOMEBREW_PREFIX/share` where they can't be uninstalled.
Tested with clang and llvm on Lion.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Compiling against system Python causes a compiler mis-match.
This can be worked around, but as a workaround suggest using
a Homebrewed version of Python instead.
Upgrade mplayer to version 1.1.
Add configure switches so we use our compiler, fixes clang error.
Add build time dep on `xz`.
Add `ENV.O1` to stop symbols being optimized out, fixes llvm error.
Remove fails with llvm that was fixed by `ENV.O1`.
Add `fails_with :clang` build 211 for a 32bit inline asm error.
Remove the patch for Lion because it's fixed in this version.
Mplayer runs well using all five compilers on 64bit Snow Leopard
and Lion using XCode-4.3.2, 4.2, and 4.0.2, but it fails on 32bit
SL due an inline asm error using clang. Can't win them all.
FixesHomebrew/homebrew#12434 and Homebrew/homebrew#7827 -- two birds, one commit!
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The patch has been merged upstream.
Add `unless ARGV.build_head?` to the patch block.
Note in the comments to remove the patch at version 2.0.2.
Mapnik HEAD builds well again.
FixesHomebrew/homebrew#12683
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade arabica to the 2010 November archive, 20101023.
Add `fails_with :clang` block to handle an undeclared identifier.
Add upstream bug report url in the comments.
Remove the autotools deps and the autoreconf. They're not needed.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade aldo to version 0.7.7.
Remove the patch because the changes exist already in this version.
Tested on Lion with clang and llvm.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade apgdiff to version 2.3.
Use `version` string in the heredoc and libexec.install lines
so we don't have to change that at the next upgrade.
Install the metafiles in `prefix`.
Use the official site as the url. Change sf.net to the mirror.
Tested on Lion using clang and llvm-gcc.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade arping to version 2.11.
Remove the patch that's not needed anymore due to changes upstream.
Tested on Lion using clang and llvm-gcc, then pinging my router
by ip address.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade adol-c to version 2.3.0
Adjust the inreplace to patch configure.ac also, because this
software tends to recreate configure on Lion and wipe out the
changes we inreplaced. Tested using clang and llvm.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade colpack to version 1.0.6.
The `makefile` doesn't exist and has to be created with configure.
Remove the `inreplace` that applied to the `makefile`.
Add a call to `system "./configure"`. It creates a Makefile that
has all the features the previous formula inrepalced.
This software is used by adol-c, and adol-c was tested against this
new version. Tested with llvm and clang on Lion.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
[jn: add --without-gtk; gtk+ is (currently) not in the dependency tree
here.]
ClosesHomebrew/homebrew#12681.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade weechat to version 0.3.8.
Remove the patch block because the patch is included.
ClosesHomebrew/homebrew#12679.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
LevelDB is a fast key-value storage library written at Google that
provides an ordered mapping from string keys to string values.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Remove AM_C_PROTOTYPES from configure.in, which was dropped in automake
1.12 as pre-ANSI C compilers are no longer worth caring about.
Add fails_with clang. AGG tries to return a const reference as a
non-const reference, which is allowed by gcc and llvm but not clang 3.1.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Without this option, freetds will compile against other available ODBC, in
Mac OS X for example, it will compile against native OS X iodbc installation.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
libewf > 20100226 introduced a significant API change that is not backwards
compatible. The included patch for sleuthkit was provided by the maintainer
of libewf. This patch is not needed to build HEAD in sleuthkit as the issue
was fixed in sleuthkit/sleuthkit@7dcf7863b4FixesHomebrew/homebrew#12628.
ClosesHomebrew/homebrew#12660.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
* fix suggested framework symlink location
* add "python3" executable for --framework builds.
* warn if ~/.pydistutils.cfg is found
* Tk warnings not necessary for Lion.
* Caveats: Fix naming of easy_install
ClosesHomebrew/homebrew#9869.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
TBB enables parallel code in OpenCV. Some task like opencv_traincascade
will be slow without TBB enabled.
ClosesHomebrew/homebrew#12407.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
- Build Python bindings manually so we can exert some semblance of
control over where they are installed.
Tentatively fixesHomebrew/homebrew#12078.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Qt4 has a configure option, `--developer-build` that compiles and
links Qt with Qt developer options. This feature was requested
in an issue. Add that as a user install option. This has no
affect on the bottles, which can remain unchanged. This compiles
without error on Lion using llvm-gcc from XCode-4.3.2.
ClosesHomebrew/homebrew#12284.
ClosesHomebrew/homebrew#12595.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>