Subroutine SNMP_Session::pack_sockaddr_in6 redefined at /usr/local/lib/perl5/5.14.2/Exporter.pm line 67.
at /usr/local/lib/perl5/site_perl/5.14.2/SNMP_Session.pm line 149
PR: ports/166777
Submitted by: Alexey V. Panfilov <ports@subnets.ru> (maintainer)
Feature safe: yes
- Remove ABI version number from LIB_DEPENDS
- Trim Makefile headers
- Convert to new options framework
PR: ports/173124
Submitted by: Alexey V. Panfilov <ports@subnets.ru> (maintainer)
Feature safe: yes
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
The update to 2.17.0 uncludes:
* added rrdcached support
- new keyword: RRDCached: which overrides anything set in the
RRDCACHED_ADDRESS environment variable and sets MRTG to work in
RRDCached mode. This verifies that you're using a unix-domain
socket and the socket is writable.
- Check for environment variable RRDCACHED_ADDRESS and use this
if no explicit address was set in the cfg file, making the same
config validity checks.
- Make warning if using rrdcached to the effect that the threshold
checks will no longer work.
- If in rrdcached-mode, and using RRDTool 1.4, then force use of
update rather than updatev (as rrdcached does not yet support
updatev) and consequently bypass the threshold checks.
- Changes to validity check error messages to also report the
file containing the error (as well as the line).
* Added support for glob patterns in include
* Make daemon reload cfg automatically when it changes
* added support for Arista to cfgmaker
* fix cfgmaker to work in mixed v1/2/3 snmp environment
* do not stringify arguments to conversion function let eval take
care of this
* untaint inlast and outlast to make perl taint mode happy
PR: ports/153317
Submitted by: Alexey V. Panfilov <ports _at_ subnets.ru> (maintainer)
pkg-install is already listed in SUB_FILES, no need to invoke sed manually
2. Fix wrong choice strings for translation
3. Fix some words at russian translation
PR: ports/143728, ports/143179
Submitted by: "Alexey V. Panfilov" <ports@subnets.ru> (maintainer)
when mrtg needs to be started as root (for example).
When mrtg is started as root, both getgrnam() gndetpwnam() are returning
0 because Without changing the code this ends mrtg (false error).
PR: ports/95253
Approved by: maintainer timeout (20 days)
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)