-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Steve Polyack wrote: > I submitted a PR over a month ago requesting a change to the net-snmp > port. There are several options in the port which currently require > compile-time defines to enable or disable. The PR contained a patch to > simply make these available via the ports configuration system (make > config). Since this is beyond the maintainer timeout period, I'd like > some feedback from you guys. Surely someone else out there has 64bit > FreeBSD systems running Net-SNMP with 64-bit counters enabled. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=133093 >
Hi Steve, I'll take this PR and commit it. I added to your patch to include the other WITH_* variables in OPTIONS and generally changed "!defined(WITHOUT_FOO)" tests to "defined(WITH_FOO)". Also, the patch doesn't require a PORTREVISION bump. If you like, have a look here: http://people.freebsd.org/~glarkin/diffs/net-snmp.diff and let me know what you think. Cheers, Greg - -- Greg Larkin http://www.FreeBSD.org/ http://twitter.com/sourcehosting -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkoE8TYACgkQ0sRouByUApCuuwCeIWyz6YzTzB2JogybWLazP01d 2i0AoIX+29bnzrNr0Lqpz/IY2Im41YUx =zVMU -----END PGP SIGNATURE----- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
