Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2013 14:20:09 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338116 - head/net-mgmt/icinga
Message-ID:  <201312301420.rBUEK9cT058324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Mon Dec 30 14:20:08 2013
New Revision: 338116
URL: http://svnweb.freebsd.org/changeset/ports/338116

Log:
  - Resurrect ICINGAHTMURL and ICINGACGIURL so you can override the defaults
  - Bump PORTREVISION
  
  Noticed by:	Markus Mann

Modified:
  head/net-mgmt/icinga/Makefile

Modified: head/net-mgmt/icinga/Makefile
==============================================================================
--- head/net-mgmt/icinga/Makefile	Mon Dec 30 13:58:27 2013	(r338115)
+++ head/net-mgmt/icinga/Makefile	Mon Dec 30 14:20:08 2013	(r338116)
@@ -3,6 +3,7 @@
 
 PORTNAME=	icinga
 PORTVERSION=	1.10.2
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF
 
@@ -28,6 +29,8 @@ ICINGADIR?=	/var/spool/icinga
 ICINGALOGDIR?=	/var/log/icinga
 
 ICINGAWWWDIR?=	www/icinga
+ICINGAHTMURL?=	/icinga
+ICINGACGIURL?=	${ICINGAHTMURL}/cgi-bin
 
 CPPFLAGS+=	-I${LOCALBASE}/include -fPIC
 CFLAGS+=	${CPPFLAGS}
@@ -36,6 +39,8 @@ CONFIGURE_ARGS=	--with-command-user=${IC
 		--with-command-group=${WWWGRP} \
 		--with-icinga-user=${ICINGAUSER} \
 		--with-icinga-group=${ICINGAGROUP} \
+		--with-htmurl=${ICINGAHTMURL} \
+		--with-cgiurl=${ICINGACGIURL} \
 		--sbindir=${PREFIX}/${ICINGAWWWDIR}/cgi-bin \
 		--datarootdir=${PREFIX}/${ICINGAWWWDIR} \
 		--datadir=${PREFIX}/${ICINGAWWWDIR} \
@@ -59,6 +64,7 @@ PLIST_SUB=	ICINGADIR=${ICINGADIR} \
 		ICINGAWWWDIR=${ICINGAWWWDIR} \
 		ICINGAUSER=${ICINGAUSER} \
 		ICINGAGROUP=${ICINGAGROUP} \
+		ICINGAHTMURL=${ICINGAHTMURL} \
 		ICINGACGIURL=${ICINGACGIURL} \
 		WWWGRP=${WWWGRP}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312301420.rBUEK9cT058324>