Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2010 00:39:51 -0400 (EDT)
From:      "Philip M. Gollucci" <pgollucci@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        apache@freebsd.org
Subject:   Mk/bsd.port.mk: [patch]: remove last vestige of APACHE_COMPAT
Message-ID:  <201005270439.o4R4dpbX020435@frieza.p6m7g8.net>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Philip M. Gollucci
>Organization:	RideCharge Inc.
>Confidential:	no 
>Synopsis:	Mk/bsd.port.mk: [patch]: remove last vestige of APACHE_COMPAT
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		change-request
>Release:	FreeBSD 9.0-CURRENT amd64
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010 root@frieza.p6m7g8.net:/usr/obj/usr/src/sys/FRIEZA amd64
>Description:
Doesn't appear in ports/
Was previously removed from Mk/bsd.apache.mk in previous -exp run
>How-To-Repeat:
>Fix:

--- compat.diff begins here ---
Index: bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.639
diff -u -r1.639 bsd.port.mk
--- bsd.port.mk	25 May 2010 00:25:02 -0000	1.639
+++ bsd.port.mk	27 May 2010 04:38:16 -0000
@@ -1535,7 +1535,7 @@
 .include "${PORTSDIR}/Mk/bsd.tcl.mk"
 .endif
 
-.if defined(USE_APACHE) || defined(APACHE_COMPAT)
+.if defined(USE_APACHE)
 .include "${PORTSDIR}/Mk/bsd.apache.mk"
 .endif
 
--- compat.diff ends here ---





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005270439.o4R4dpbX020435>