Commit graph

8 commits

Author SHA1 Message Date
Brett Koonce
b420527662 net-snmp 5.7.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-14 11:19:48 -08:00
nibbles 2bits
0e96e485d6 net-snmp: fix compile on ML, add darwin12.h
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?`

Fixes Homebrew/homebrew#14990.
Closes Homebrew/homebrew#15009.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-19 22:19:17 -05:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
nibbles 2bits
b64f55777d net-snmp - fix compile error on Lion
net-snmp-5.7.1 is missing a darwin11.h header that can be copied
from the existing darwin10.h, if the 10s are changed to 11s.
Configure also warns that mibII/icmp is required but disabled.

* remove the configure flag --with-out-mib-modules=mibII/icmp
* if lion, cp the darwin10.h to darwin11.h
* patch the darwin11.h to replace the 10s with 11s.

This builds again on Lion without error.  The patch has been
reported upstream, and its url is in the formula comments.

Closes Homebrew/homebrew#11378.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-26 21:07:03 -07:00
Adam Vandenberg
9819e77f02 net-snmp 5.7.1 2012-02-14 19:59:34 -08:00
Simon Mullis
bc54238ffc net-snmp 5.6.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-05 21:54:34 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
include
364955c463 net-snmp 5.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-22 22:42:38 -08:00