Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 1998 14:19:52 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "Brent Washburne" <brent@excite.com>
Cc:        <freebsd-ports@FreeBSD.ORG>
Subject:   Re: Apache port
Message-ID:  <005b01bd6fb5$f5aa8a00$c3e0d9cf@admin.westbend.net>

next in thread | raw e-mail | index | archive | help
-----Original Message-----
From: Brent Washburne <brent@excite.com>

>I just installed version 2.2.6 of FreeBSD with the ports, and
>found it doesn't have the latest port for Apache.  It has the
>skeleton for 1.2.5, not 1.2.6.  How do I update the skeleton?
>TIA,
>    Brent Washburne
>
Change the apache/Makefile as follows:

DISTNAME= apache_1.2.5
PKGNAME= apache_fp-1.2.5

to

DISTNAME= apache_1.2.6
PKGNAME= apache_fp-1.2.6

Remove patch-ac from apache/patches, as it is no longer needed.

That's what I did to up date the apache-fp port to v1.26, (the apache-fp
port uses the apache port as its reference).

Scot


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?005b01bd6fb5$f5aa8a00$c3e0d9cf>