monitoring system. This plugin checks the current CPU load and
compares the current state to given thresholds, returning the result.
It is written as shell script.
PR: ports/151995
Submitted by: jamrich.majo at gmail.com
Changes:
* fix slowness triggered by allow_compress=1 configuration (issue #467)
* allow use of 'fcrypt' for Windows standalone.py authn support (issue #471)
* yield more useful error on directory markup/annotate request (issue #472)
Approved by: glarkin (via mail)
Change a manual build depend line on automake110 (which is dead)
to a autotools line.
PR: ports/152171
Submitted by: "Tom Judge" <tom@tomjudge.com>
Approved by: maintainer timeout (clsung, 21 days)
constat variable as of client components only. When amanda-server
installed, Constants.pm should include also server components.
- To work around it, use pkg-install/pkg-deinstall script to tweak
this variable by inplace updating.
Reported by: Christian Gusenbauer <c47g@gmx.at>
port will ensure, the packages are auto-built for insight and that the
WITH_INSIGHT option of gdb66 does not bit-rot with time...
In gdb66 use bsd.port.options.mk to parse options and then act on them
before bsd.port.pre.mk -- as
Suggested by: pav
- Mirror to LOCAL/martymac (remove LOCAL/makc)
- Update to svn r1219, which includes a bugfix
that prevents abort if a menu doesn't exist
Approved by: itetcu (mentor)
Syntax of the configuration file(s) to read is fully configurable including
delimiters, maximum config size, ends of lines, and features include comments,
associative arrays, types of variables with coercion
WWW: http://search.cpan.org/dist/Parse-PlainConfig/
PR: ports/152787
Submitted by: Peter Vereshagin <peter@vereshagin.org>
This is mostly a bugfix/code-cleanup release.
Some minor improvements to the UI.
PR: ports/152756
Submitted by: Charlie Kester (corky1951@comcast.net) (maintainer)
Approved by: itetcu (mentor) (implicit)
gdb.
Prepare for a new slave-port insight -- use a different suffix and
PORTREVISION, when building with insight enabled.
Register conflict with gdb-* (be that gdb-7.x or gdb-insight).
Mention explicitly, that the previous commit enabled MAKE_JOBS_SAFE.
requested. This required an explicit inclusion of bsd.tcl.mk -- because
options-parsing occurs in bsd.ports.pre.mk, and it is too late to
set USE_TK after that. Don't know a better way around :(
Also update the iTcl version to 3.4...
Freshen up to work with Tcl-8.5, which is a default, and is a bit
pickier about package version-numbers.
Notified by: Bruce Cran