The compiler setting in the xcodeproj is overridden by the CC setting in the environment. This is a bit insane IMO since the xcodeproj itself has detailed decisions about what tools to use.
FixesHomebrew/homebrew#6406.
This change upgrades dos2unix to release 5.3.1, eliminating the now
duplicate unix2dos formula. This also introduces optional NLS support
for dos2unix through the --enable-nls option.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
SALT (Spectral Adaptive Lightcurve Template) is a package for Type Ia
Supernovae light curve fitting.
ClosesHomebrew/homebrew#7479.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
A toolkit for assembling Flexible Image Transport System (FITS) images into
custom mosaics.
ClosesHomebrew/homebrew#7480.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
ClosesHomebrew/homebrew#7484.
Signed-off-by: Max Howell <max@methylblue.com>
Added some comments about it being a pure-python formula which would usually be against our policies.
This switches download site and homepage to mirror what other package
managers are using for mg. It appears that the previous URL (which is
now broken) is affiliated with this one, the portable version of the one
maintained in the OpenBSD ports tree.
ClosesHomebrew/homebrew#6402.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Building feh without PREFIX=... leads to errors about missing fonts,
since the builtin font paths are hardcoded relative to the PREFIX.
The prefix must be supplied during build, and perhaps during install
(which must be done separately since there is no build dependency on
installation).
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Apparently OS X doesn't include the PCRE headers, which szl's configure
looks for, even though it ends up linking against the system PCRE dylib.
See nginx for similar behavior.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This broke the build for a lot of people, and since nothing of import
explicitly requires a universal build, I think it's best to just revert
it for now.
Though I would really like to get GMP building universal eventually, so
patches welcome.
This reverts commit c0b2528a705891af3f1be9bc33397a334c903655.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>