Mk/bsd.port.mk: [patch]: remove last vestige of APACHE_COMPAT

Philip M. Gollucci pgollucci at freebsd.org
Thu May 27 04:39:53 UTC 2010


>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 at 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 ---




More information about the freebsd-apache mailing list