Bug 171476

Summary: [patch] net-mgmt/icinga /USE_APACHE/USE_APACHE_RUN/
Product: Ports & Packages Reporter: Olli Hauer <ohauer>
Component: Individual Port(s)Assignee: Lars Engels <lme>
Status: Closed FIXED    
Severity: Affects Only Me CC: lme
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
icinga.diff none

Description Olli Hauer freebsd_committer freebsd_triage 2012-09-08 22:20:13 UTC
apache is optional and not a a build dependency, so switch 
 /USE_APACHE/USE_APACHE_RUN/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-08 22:20:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lme

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-10 07:52:56 UTC
Author: lme
Date: Mon Sep 10 06:52:45 2012
New Revision: 304022
URL: http://svn.freebsd.org/changeset/ports/304022

Log:
  Properly set Apache as a runtime, not a build dependency.
  
  PR:		ports/171476
  Submitted by:	ohauer

Modified:
  head/net-mgmt/icinga/Makefile

Modified: head/net-mgmt/icinga/Makefile
==============================================================================
--- head/net-mgmt/icinga/Makefile	Mon Sep 10 04:34:04 2012	(r304021)
+++ head/net-mgmt/icinga/Makefile	Mon Sep 10 06:52:45 2012	(r304022)
@@ -130,7 +130,7 @@ CONFIGURE_ARGS+=	--enable-pgsql
 .endif
 
 .if ${PORT_OPTIONS:MAPACHE}
-USE_APACHE=	22+
+USE_APACHE_RUN=		22+
 CONFIGURE_ARGS+=	--with-httpd-conf=${LOCALBASE}/${APACHEETCDIR}/extra
 INSTALL_TARGET+=	install-webconf
 PLIST_SUB+=		APACHE=""
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Lars Engels freebsd_committer freebsd_triage 2012-09-10 07:52:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!