net-snmp has some fixes in HEAD for us coming in 5.7.2.
It fails on ML due to the same problem it has with Lion,
a missing header, and that's what's being fixed. It aslo
can't build the perl bindings because it wants to write to
`/Library/Perl`
- Duplicate the Lion path for ML and create `darwin12.h`
- Add `--enable-ipv6`
- Add `--with-logfile=#{var}/log/snmpd.log` fixes `/var/log/snmpd.log`
- Add `--disable-embedded-perl`
- Add `--without-perl-modules`
- Add `--disable-debugging`
- Remove an unused function `header_created?`
FixesHomebrew/homebrew#14990.
ClosesHomebrew/homebrew#15009.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
There's no config setting for this, so we need to compile it in to something generous and useful
ClosesHomebrew/homebrew#15005.
Signed-off-by: Max Howell <mxcl@me.com>
0.28 replaces the hardcoded makefile with autotools, for a *much*
cleaner formula. Hooray!
(Note on tarballs: the -dist versions include a prebuilt configure
script, while the regular numbered tarballs are just snapshots of
the git repo.)
This formula assumes that the aclocal include directory is
/usr/local/share/aclocal; this is not true if you have installed
homebrew into a different location (as I have done).
Using HOMEBREW_PREFIX instead of assuming /usr/local is the correct fix.
ClosesHomebrew/homebrew#14987.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
freetype will be default when I bottle it in the next few days but
until then this just adds an extra unbottled dependency to the
bottle which won't be used anyway.
X11 should default to being off on everything; it's not around by
default on Lion or Mountain Lion and in this case it breaks the
bottle to depend on it.
References Homebrew/homebrew#14714, Homebrew/homebrew#14948.
Bring wine-gecko up to date, add caveat for disabling incomplete implementation
of dwrite.dll.
ClosesHomebrew/homebrew#14973.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
As was done with imagemagick in commit
5fad22fc24bd8b0beb250e44d4fb4aec047d8189, add an option to
compile graphicsmagick without support for X.
Tested on ML.
ClosesHomebrew/homebrew#14968.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
On the mdf2iso website they say that their software is deprecated
and to use iat.
Iso9660 Analyzer Tool is a free utility tool for detecting the
structure of DVD/CD-ROM image file formats; the tool supports
many DVD/CD-ROM data image file formats.
- Works well with superenv.
- Use a named subdirectory for the include files because this
software uses common names like `debug.h`
ClosesHomebrew/homebrew#14952.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>