Bug 171479 - [patch] www/dansguardian s/USE_APACHE/USE_APACHE_RUN/
Summary: [patch] www/dansguardian s/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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-09 00:20 UTC by Olli Hauer
Modified: 2012-09-10 01:42 UTC (History)
0 users

See Also:


Attachments
dansguardian.diff (691 bytes, patch)
2012-09-09 00: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-09 00:20:02 UTC
apache is only used during runtime, so change
 s/USE_APACHE/USE_APACHE_RUN/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-09 00:20:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-10 01:38:48 UTC
Author: garga
Date: Mon Sep 10 00:38:33 2012
New Revision: 304006
URL: http://svn.freebsd.org/changeset/ports/304006

Log:
  Apache is used only during runtime, so s/USE_APACHE/USE_APACHE_RUN/
  
  PR:		ports/171479
  Submitted by:	ohauer@

Modified:
  head/www/dansguardian-devel/Makefile
  head/www/dansguardian/Makefile

Modified: head/www/dansguardian-devel/Makefile
==============================================================================
--- head/www/dansguardian-devel/Makefile	Sun Sep  9 22:20:17 2012	(r304005)
+++ head/www/dansguardian-devel/Makefile	Mon Sep 10 00:38:33 2012	(r304006)
@@ -53,7 +53,7 @@ RESTRICTED=	Redistribution and commercia
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MAPACHE}
-USE_APACHE=	22+
+USE_APACHE_RUN=	22+
 .endif
 
 .if ${PORT_OPTIONS:MTRICKLE}

Modified: head/www/dansguardian/Makefile
==============================================================================
--- head/www/dansguardian/Makefile	Sun Sep  9 22:20:17 2012	(r304005)
+++ head/www/dansguardian/Makefile	Mon Sep 10 00:38:33 2012	(r304006)
@@ -53,7 +53,7 @@ RESTRICTED=	Redistribution and commercia
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MAPACHE}
-USE_APACHE=	22+
+USE_APACHE_RUN=	22+
 .endif
 
 .if ${PORT_OPTIONS:MTRICKLE}
_______________________________________________
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 Renato Botelho freebsd_committer freebsd_triage 2012-09-10 01:42:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!