cvs commit: ports/net-mgmt/nagios-plugins Makefile distinfo pkg-plist ports/net-mgmt/nagios-plugins/files patch-Makefile.am patch-check_http.c patch-check_ircd.pl patch-check_nagios.c patch-check_ntp.pl patch-check_radius.c patch-check_snmp.c ...

Pav Lucistnik pav at FreeBSD.org
Mon May 15 13:07:48 UTC 2006


pav         2006-05-15 13:07:21 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/nagios-plugins Makefile distinfo pkg-plist 
    net-mgmt/nagios-plugins/files patch-configure.in 
  Added files:
    net-mgmt/nagios-plugins/files 
                                  patch-plugins-scripts__check_ircd.pl 
                                  patch-plugins-scripts__check_ntp.pl 
                                  patch-plugins-scripts__utils.sh.in 
                                  patch-plugins__Makefile.am 
                                  patch-plugins__check_radius.c 
                                  patch-plugins__check_snmp.c 
                                  patch-plugins__check_tcp.c 
  Removed files:
    net-mgmt/nagios-plugins/files patch-Makefile.am 
                                  patch-check_http.c 
                                  patch-check_ircd.pl 
                                  patch-check_nagios.c 
                                  patch-check_ntp.pl 
                                  patch-check_radius.c 
                                  patch-check_snmp.c 
                                  patch-check_tcp.c 
                                  patch-utils.sh.in 
  Log:
  Update to Nagios Plugins 1.4.3:
  - 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 at netleader.com.au> (maintainer)
  
  Revision  Changes    Path
  1.56      +53 -41    ports/net-mgmt/nagios-plugins/Makefile
  1.19      +3 -3      ports/net-mgmt/nagios-plugins/distinfo
  1.3       +0 -11     ports/net-mgmt/nagios-plugins/files/patch-Makefile.am (dead)
  1.3       +0 -20     ports/net-mgmt/nagios-plugins/files/patch-check_http.c (dead)
  1.2       +0 -10     ports/net-mgmt/nagios-plugins/files/patch-check_ircd.pl (dead)
  1.4       +0 -53     ports/net-mgmt/nagios-plugins/files/patch-check_nagios.c (dead)
  1.5       +0 -10     ports/net-mgmt/nagios-plugins/files/patch-check_ntp.pl (dead)
  1.4       +0 -65     ports/net-mgmt/nagios-plugins/files/patch-check_radius.c (dead)
  1.7       +0 -18     ports/net-mgmt/nagios-plugins/files/patch-check_snmp.c (dead)
  1.5       +0 -11     ports/net-mgmt/nagios-plugins/files/patch-check_tcp.c (dead)
  1.16      +107 -77   ports/net-mgmt/nagios-plugins/files/patch-configure.in
  1.1       +10 -0     ports/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ircd.pl (new)
  1.1       +19 -0     ports/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl (new)
  1.1       +15 -0     ports/net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in (new)
  1.1       +11 -0     ports/net-mgmt/nagios-plugins/files/patch-plugins__Makefile.am (new)
  1.1       +65 -0     ports/net-mgmt/nagios-plugins/files/patch-plugins__check_radius.c (new)
  1.1       +18 -0     ports/net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c (new)
  1.1       +11 -0     ports/net-mgmt/nagios-plugins/files/patch-plugins__check_tcp.c (new)
  1.2       +0 -15     ports/net-mgmt/nagios-plugins/files/patch-utils.sh.in (dead)
  1.17      +4 -2      ports/net-mgmt/nagios-plugins/pkg-plist


More information about the cvs-ports mailing list