- Use 1.4.15 version of check_users on non-utmpx systems [1]
- Fix some locale issues [1]
- Convert to new options framework
- Remove versioned LIB_DEPENDS on net/radiusclient
PR: ports/169977 [1]
Submitted by: myself, maintainer
Approved by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer)
Approved by: eadler (mentor)
the IP address that is used for polling is replaced with whatever is
defined in ${NAGIOSPOLLIP} (default is 127.0.0.1). If you want to
change this please set it in ports.conf.
PR: ports/133069
Submitted by: L Campbell <llc2w@virginia.edu>
Approved by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
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)
use lib directive. This is due to the installation procedure assumes
the existence of libexecdir. Fix this problem and bump PORTREVISION.
PR: ports/115443
Reported by: Stefan Kaltenbrunner <stefan at kaltenbrunner.cc>
Patched by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
- Variable ordering and style realigned with bsd.port.mk
- Moved manual pre-configure aclocal call to use bsd.autotools.mk (with manual
tweak to ACLOCAL_ARGS required)
- Listed resulting plug-in name in user configurable options
- Removed remaining hard-coded variables including local state directory
- Correctly identified location of Perl to configure script
- Removed setlocale (LC_NUMERIC, "C") patch to plug-ins containing scanf(3) and
an already defined LC_NUMERIC
- Reworked all patches (named using make makepatch)
- Corrected minor warning in check_ntp.pl regarding undefined use of $jitter
PR: ports/97189
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
- Hardcode path to swapinfo, although the configure script works on normal
FreeBSD systems, it fails on pointyhat because it does not have swapinfo
PR: ports/78147
Submitted by: maintainer
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)