| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
| |
|
|
|
|
| |
starting with N
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
|
|
|
|
|
| |
- Add pkg-message information for client and server installs
- Bump PORTREVISION
PR: ports/117950
|
| |
|
|
|
|
| |
Approved by: garga (mentor)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
Approved by: garga (mentor)
|
|
|
|
|
| |
PR: 108794
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
|
|
|
|
|
| |
PR: ports/106766
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
|
|
|
|
|
| |
PR: ports/104906
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
|
|
|
|
| |
Reported by: kris
|
|
|
|
|
|
| |
PR: ports/96555 [1], ports/94259 [2].
Submitted by: Martin Matuska <martin@matuska.org> [1],
Jo Rhett <jrhett@svcolo.com> [2]
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Approved by: krion@
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/64083
Submitted by: Paul Dlug <paul@nerdlabs.com> (maintainer)
|
|
|
|
|
|
|
| |
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
|
|
The Nagios Service Check Acceptor (NSCA) is used to send service check
results to a central Nagios server. This consists of the "nsca" daemon
which runs on the main Nagios server and accepts results and the
"check_nsca" plugin which is used to send results to the server.
Author: Ethan Galstad
WWW: http://www.nagios.org/
PR: 59436
Submitted by: Paul Dlug <paul@nerdlabs.com>
|