Date: Sat, 8 Sep 2012 23:12:34 GMT From: Olli Hauer <ohauer@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/171479: [patch] www/dansguardian s/USE_APACHE/USE_APACHE_RUN/ Message-ID: <201209082312.q88NCYKV050456@freefall.freebsd.org> Resent-Message-ID: <201209082320.q88NK2nH097745@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209082312.q88NCYKV050456>