Bug 171476 - [patch] net-mgmt/icinga /USE_APACHE/USE_APACHE_RUN/
Summary: [patch] net-mgmt/icinga /USE_APACHE/USE_APACHE_RUN/
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-08 22:20 UTC by Olli Hauer
Modified: 2012-09-10 08:00 UTC (History)
1 user (show)

See Also:


Attachments
icinga.diff (368 bytes, patch)
2012-09-08 22:20 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!