aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/net-snmp.rb
AgeCommit message (Collapse)Author
2012-12-14net-snmp 5.7.2Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-19net-snmp: fix compile on ML, add darwin12.hnibbles 2bits
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 #14990. Closes #15009. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-05-26net-snmp - fix compile error on Lionnibbles 2bits
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 #11378. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-14net-snmp 5.7.1Adam Vandenberg
2011-06-05net-snmp 5.6.1.1Simon Mullis
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-22net-snmp 5.6include
Signed-off-by: Adam Vandenberg <flangy@gmail.com>