Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 1999 14:51:08 -0700 (PDT)
From:      mvh@ix.netcom.com
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/11967: p5-Apache port out of date
Message-ID:  <19990531215108.6B38214F85@hub.freebsd.org>

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

>Number:         11967
>Category:       ports
>Synopsis:       p5-Apache port out of date
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 31 15:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Mike Harding
>Release:        3.2-stable
>Organization:
stamps.com
>Environment:
FreeBSD netcom1.netcom.com 3.2-STABLE FreeBSD 3.2-STABLE #1: Sun May 30 06:52:00 PDT 1999     root@netcom1.netcom.com:/usr/src/sys/compile/MIKE  i386
>Description:
/usr/ports/www/P5-Apache (or mod_perl) port is currently based on
Apache 1.2.  The port builds on top of Apache 1.3 if you change
the 2 references to Apache 12 to Apache 13
>How-To-Repeat:
Look at the port
>Fix:
Try the following patch, install and run Apache.  I haven't actually
run this because I am running SSL right now, but it builds fine and
just needs testing.

< BUILD_DEPENDS=	/nonexistent:${PORTSDIR}/www/apache12:patch
---
> BUILD_DEPENDS=	/nonexistent:${PORTSDIR}/www/apache13:patch
20c20
< CONFIGURE_ENV=	APACHEDIR=${WRKDIRPREFIX}${.CURDIR}/../apache12/work/ INSTALL_PROGRAM="${INSTALL_PROGRAM}"
---
> CONFIGURE_ENV=	APACHEDIR=${WRKDIRPREFIX}${.CURDIR}/../apache13/work/ INSTALL_PROGRAM="${INSTALL_PROGRAM}"

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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