Upgrade imake to version 1.0.5.
Add `ENV[PKG_CONFIG_PATH]` to pick up `xorg-macros.pc` because
using ENV.x11 did not work.
Add `--disable-dependency-tracking`.
Remove the `--mandir` that's not needed anymore.
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12872.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
- Pass in CFLAGS and LDFLAGS. Note, LDFLAGS have to be passed into
configure.py as "LFLAGS".
ClosesHomebrew/homebrew#12884.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade isync to verion 1.0.5.
Remove the unrecognized `--disable-debug`.
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12879.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade iso-codes to verion 3.35.
Remove the PATH append for gettext bin. It's done automatically.
Tested on Lion with cland and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12878.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade ipv6calc to version 0.93.1.
Tested on Lion with cland and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12876.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade isc-dhcp to version 4.2.3-P2.
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12877.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade ipbt to version r9487.
Remove the `--disable-debug` that's unrecognized.
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12875.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade imapfilter to version 2.5.2.
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12874.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade ii to version 1.6.
Add another item to the inreplace so that we use our `ENV.cc`.
Tested on Lion with cland and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12871.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
- The executables (scripts) "mmd" and so on are installed correctly now.
- The CFLAGS and CC are needed in order to allow installation of Xcode
without CLT.
- Support files go into the cellar
ClosesHomebrew/homebrew#12704.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade wp-cli to version 0.4.0.
Adjust the location of the source files because the directory
structure has changed.
Use `wp-cli.git', :tag => 'v0.4.0'` as the url so we checkout the
submodule too.
Add a version string to help with the odd tag name.
ClosesHomebrew/homebrew#12853.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This is needed for Xcode-only installations, since the LDFLAGS matter.
ClosesHomebrew/homebrew#12856.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>