The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@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>