ports/171479: [patch] www/dansguardian s/USE_APACHE/USE_APACHE_RUN/
Olli Hauer
ohauer at FreeBSD.org
Sat Sep 8 23:20:03 UTC 2012
>Number: 171479
>Category: ports
>Synopsis: [patch] www/dansguardian s/USE_APACHE/USE_APACHE_RUN/
>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: Sat Sep 08 23:20:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Olli Hauer
>Release:
>Organization:
>Environment:
>Description:
apache is only used during runtime, so change
s/USE_APACHE/USE_APACHE_RUN/
>How-To-Repeat:
>Fix:
--- dansguardian.diff begins here ---
Index: dansguardian/Makefile
===================================================================
--- dansguardian/Makefile (revision 303930)
+++ dansguardian/Makefile (working copy)
@@ -53,7 +53,7 @@
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MAPACHE}
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
.endif
.if ${PORT_OPTIONS:MTRICKLE}
Index: dansguardian-devel/Makefile
===================================================================
--- dansguardian-devel/Makefile (revision 303930)
+++ dansguardian-devel/Makefile (working copy)
@@ -53,7 +53,7 @@
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MAPACHE}
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
.endif
.if ${PORT_OPTIONS:MTRICKLE}
--- dansguardian.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list