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>
Upgrade ykpers to version 1.6.4.
Add `--disable-dependency-tracking`.
Add `--with-backend=osx` to be explicit because that's the default
backend and because it might use `libusb`, and it's likely better
to be consistent across all installs by using the native osx BE.
Tested against the recent libyubikey-1.9 on Lion using clang and
llvm from XCode-4.3.3.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Mldonkey-3.1.2 has compile errors due to their changes in arguments
to the cpp command and because Apple sed and gnu-sed do not have
a `-o` option. The formula also has a failing inreplace.
Fix the failing inreplace by changing `-O6` to `-O3`.
Add a patch that uses the suggested change to `$(CPP)` from the
report on their website (url is in the formula comments).
Add a patch that changes `sed -o` to `sed >`.
Note in the comments the bug reports and how the patches are
not upstream as of 13 JUN 2012. According to the Homebrew issue
listed below, the user reports these patches work well.
FixesHomebrew/homebrew#12774ClosesHomebrew/homebrew#12825.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade konoha to version 1.0.0-952.
Adapt the formula to the major changes that happened including:
* Add deps on cmake, pcre, json-c, open-mpi, and sqlite
* Use new homepage that is listed on the old homepage.
* Use the googlecode download site.
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12839.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade kelbt to the final release of this software.
The developer is starting a new project called colm.
See the homepage for more details.
Add a `fails_with :clang` block due to undeclared identifiers.
Not going to bother reporting it. Works well with llvm on Lion
from XCode-4.3.3.
ClosesHomebrew/homebrew#12838.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>