Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2006 06:37:51 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/101636: Mk/bsd.apache.mk -- missing an if() for apache22 port
Message-ID:  <200608080637.k786bpnD011206@www.freebsd.org>
Resent-Message-ID: <200608080640.k786eELp036041@freefall.freebsd.org>

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

>Number:         101636
>Category:       ports
>Synopsis:       Mk/bsd.apache.mk -- missing an if() for apache22 port
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 08 06:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        6.1-stable
>Organization:
P6M7G8 Consulting
>Environment:
FreeBSD home.p6m7g8.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jul  3 23:24:44 PDT 2006     pgollucci@home.p6m7g8.net:/usr/obj/usr/src/sys/HOME  i386

>Description:
An if() for apache(httpd) 22 is missing.

>How-To-Repeat:
n/a
>Fix:
cvs diff bsd.apache.mk 
Index: bsd.apache.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.apache.mk,v
retrieving revision 1.12
diff -u -r1.12 bsd.apache.mk
--- bsd.apache.mk       20 Jun 2006 04:58:12 -0000      1.12
+++ bsd.apache.mk       8 Aug 2006 06:35:23 -0000
@@ -298,7 +298,13 @@
 .   endif
 .endif
 
-.if ${APACHE_VERSION} == 20
+.if ${APACHE_VERSION} == 22
+AP_BUILDEXT=   la
+APACHEMODDIR=  libexec/apache22
+APACHEINCLUDEDIR=include/apache22
+APACHEETCDIR=  etc/apache22
+APACHE_PORT=   www/apache${APACHE_VERSION}
+.elif ${APACHE_VERSION} == 20
 AP_BUILDEXT=   la
 APACHEMODDIR=  libexec/apache2
 APACHEINCLUDEDIR=include/apache2

>Release-Note:
>Audit-Trail:
>Unformatted:



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