ENV.gcc_4_2 sets LD and CC as needed, but the formula was subsequently
clearing LD and CC. This breaks the build with Xcode 4.
Passing --enable-largefiles, --enable-apple-remote, and
--target=x86_64-Darwin to configure is unnecessary. These settings are
detected by the configure script and (properly) enabled automatically.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Subversion's JavaHL library depends on JNI headers that are only available by
installing Developer Tools. Setting JAVA_HOME to something in /System/Library
breaks because JNI headers aren't symlinked into the framework directories
here. I believe the proper JAVA_HOME setting, if necessary, is the output of
/usr/libexec/java_home, but the same effect can be achieved by not setting
JAVA_HOME at all.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Bazaar 2.2 had a bug when run under Python 2.7, and the new release
fixes the problem. https://bugs.launchpad.net/bzr/+bug/612096
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Balance, a simple TCP load balancer
Balance is handy because it requires no configuration. Just a few
command line args and you have a running TCP proxy with or without load
balancing.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Explanation http://drupal.org/node/1078318
This patch is in 4.x-dev branch of drush, so it will be fixed in the
next release (current is 4.2). At that time, this patch should be
removed.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Open Source SAXON XSLT processor developed by Michael Kay of Saxonica Limited.
It provides implementations of XSLT 2.0, XQuery 1.0, and XPath 2.0 at the basic level of conformance defined by W3C.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Mpfr depends on gmp. When gmp is built, it defaults to 64-bit on capable
hardware. Mpfr does not, which causes a configure error.
See: http://www.mpfr.org/faq.html#no_libgmp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Once GRASS has been installed, this plugin may be used to extend the
capabilities of the GDAL library so that its tools may be used to retrieve data
stored in GRASS raster and vector formats.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>