ports/58950: update: net/nagios

Jim Shewmaker jim at bluenotch.com
Wed Nov 5 05:00:30 UTC 2003


>Number:         58950
>Category:       ports
>Synopsis:       update: net/nagios
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 04 21:00:28 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jim Shewmaker
>Release:        FreeBSD 4.9-RC i386
>Organization:
>Environment:
System: FreeBSD mail.trinetinternet.com 4.9-RC FreeBSD 4.9-RC #0: Tue Oct 14 10:12:33 PDT 2003 jim at mail.trinetinternet.com:/usr/obj/usr/src/sys/DELL1650 i386


>Description:
	add knob to build with nagmin support
>How-To-Repeat:
>Fix:


--- patch begins here ---
*** Makefile.orig	Tue Nov  4 20:38:30 2003
--- Makefile	Tue Nov  4 20:41:29 2003
***************
*** 52,62 ****
  LIBGD=		-lgd
  .endif
  
! .if defined(WITH_MYSQL)
! LIB_DEPENDS+=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
  CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \
! 		--with-mysql-inc=${LOCALBASE}/include/mysql \
! 		--with-mysql-xdata
  .endif
  
  .if defined(NAGIOS_FILE_PERFDATA)
--- 52,70 ----
  LIBGD=		-lgd
  .endif
  
! .if defined(WITH_MYSQL)||defined(WITH_NAGMIN)
! USE_MYSQL=	yes
  CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \
!                 --with-mysql-inc=${LOCALBASE}/include/mysql \
!                 --with-mysql-xdata
! .endif
! 
! .if defined(WITH_NAGMIN)
! RUN_DEPENDS+=   nagmin:${PORTSDIR}/sysutils/nagmin
! CONFIGURE_ARGS+=--with-myqsl-comments \
!                 --with-mysql-downtime \
!                 --with-mysql-retention \
!                 --with-mysql-status
  .endif
  
  .if defined(NAGIOS_FILE_PERFDATA)
--- patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list