From owner-cvs-ports@FreeBSD.ORG Mon Jan 9 00:54:02 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE8516A41F; Mon, 9 Jan 2006 00:54:02 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E787543D46; Mon, 9 Jan 2006 00:54:01 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k090s1QA081848; Mon, 9 Jan 2006 00:54:01 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k090s1Q7081847; Mon, 9 Jan 2006 00:54:01 GMT (envelope-from edwin) Message-Id: <200601090054.k090s1Q7081847@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 9 Jan 2006 00:54:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nagios Makefile distinfo pkg-plist ports/net-mgmt/nagios/files DEINSTALL.tmpl INSTALL.tmpl MESSAGE.tmpl nagios.sh.in nagios.sh.tmpl patch-Makefile.in patch-base-utils.c patch-contrib-Makefile.in pkg-deinstall.in ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 00:54:02 -0000 edwin 2006-01-09 00:54:01 UTC FreeBSD ports repository Modified files: net-mgmt/nagios Makefile distinfo pkg-plist net-mgmt/nagios/files patch-Makefile.in Added files: net-mgmt/nagios/files nagios.sh.in patch-base-utils.c patch-contrib-Makefile.in pkg-deinstall.in pkg-install.in pkg-message.in Removed files: net-mgmt/nagios/files DEINSTALL.tmpl INSTALL.tmpl MESSAGE.tmpl nagios.sh.tmpl Log: [maintainer-update] net-mgmt/nagios: Update to 2.0.r1 Update to 2.0.r1 also includes: - Rewrite of port Makefile, options closer aligned in order to bsd.port.mk - Added dependency of libiconv (library required by CGI's, currently installed via nagios-plugins port) - Added support for embedded Perl interpreter (requires Perl 5.8+), caching automatically assumed if enabled, off by default - Added support for use of nanosleep() in event timings, off by default - Added ability to override default view at http://webserver/nagios/ URL, suggested values listed in Makefile (validity after future Nagios releases not guaranteed) - Default install location for web component moved to www/nagios, overridable using existing NAGIOSWWWDIR tunable - Corrected minor build issues by tweaking use of CFLAGS - Moved pkg-install, pkg-deinstall and pkg-message into SUB_FILES - Added configuration file tunable (nagios_configfile) for /etc/rc.conf - Configuration tests now show error on failure instead of command to run - Host status (status.sav) now saved across application starts and restarts - Added patch to correct PERL_SYS_INIT3 call in base/utils.c, patch supplied and tested by Karl Friesen , thanks! - Added Apache configuration suggestion in pkg-message for new installs Files changed: - ports/net-mgmt/nagios/Makefile - ports/net-mgmt/nagios/distinfo - ports/net-mgmt/nagios/files/patch-Makefile.in - ports/net-mgmt/nagios/pkg-plist Files created: - ports/net-mgmt/nagios/files/nagios.sh.in - ports/net-mgmt/nagios/files/patch-base-utils.c - ports/net-mgmt/nagios/files/patch-contrib-Makefile.in - ports/net-mgmt/nagios/files/pkg-deinstall.in - ports/net-mgmt/nagios/files/pkg-install.in - ports/net-mgmt/nagios/files/pkg-message.in Files to be removed: - ports/net-mgmt/nagios/files/DEINSTALL.tmpl - ports/net-mgmt/nagios/files/INSTALL.tmpl - ports/net-mgmt/nagios/files/MESSAGE.tmpl - ports/net-mgmt/nagios/files/nagios.sh.tmpl PR: ports/91499 Submitted by: Jarrod Sayers Revision Changes Path 1.49 +56 -64 ports/net-mgmt/nagios/Makefile 1.25 +2 -2 ports/net-mgmt/nagios/distinfo 1.2 +0 -23 ports/net-mgmt/nagios/files/DEINSTALL.tmpl (dead) 1.2 +0 -67 ports/net-mgmt/nagios/files/INSTALL.tmpl (dead) 1.3 +0 -15 ports/net-mgmt/nagios/files/MESSAGE.tmpl (dead) 1.1 +62 -0 ports/net-mgmt/nagios/files/nagios.sh.in (new) 1.4 +0 -71 ports/net-mgmt/nagios/files/nagios.sh.tmpl (dead) 1.2 +11 -2 ports/net-mgmt/nagios/files/patch-Makefile.in 1.1 +11 -0 ports/net-mgmt/nagios/files/patch-base-utils.c (new) 1.1 +17 -0 ports/net-mgmt/nagios/files/patch-contrib-Makefile.in (new) 1.1 +22 -0 ports/net-mgmt/nagios/files/pkg-deinstall.in (new) 1.1 +69 -0 ports/net-mgmt/nagios/files/pkg-install.in (new) 1.1 +29 -0 ports/net-mgmt/nagios/files/pkg-message.in (new) 1.18 +1 -0 ports/net-mgmt/nagios/pkg-plist