From owner-freebsd-ports Thu May 18 21:18:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 77B8C37B6ED for ; Thu, 18 May 2000 21:18:41 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id XAA61042; Thu, 18 May 2000 23:18:33 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <014101bfc149$4c4f44e0$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "James Housley" Cc: References: <3923FC04.12335B03@thehousleys.net> Subject: Re: Adding IPv6 to all apache ports Date: Thu, 18 May 2000 23:18:33 -0500 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "James Housley" > Sorry for sending this to the whole ports list, but I can't seem to find > the address of the person working on the all-in-one apache port. The I'm working on the all-in-one apache port. > apache 1.3.12 patch from kame.net applies cleanly to apache-1.3.12. I > have tested it on 4-STABLE with apache13+ipv6 (that needed some patches > removed that were duplicates) and apache13-php3. > > The additions seem to be simple, the attached are from apache13-php3. > But should be able to added to all the ports. This section can go > anywhere near the to, but hast to before pre-fetch:, and if the OS > support IPv6 will add a second patchfile and set the configure script > > +.include > + > +.if ${OSVERSION} >= 400014 > +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ > +PATCHFILES= apache-1.3.12-v6-20000518.diff.gz > +PATCH_DIST_STRIP= -p1 > + > +CONFIGURE_SCRIPT= configure.v6 You don't need CONFIGURE_SCRIPT if the following is used instead: CONFIGURE_ARGS+= --enable-rule=INET6 > +.endif > + > > > I have apache13-php3+mysql+mod_auth_mysql running at > http://www.ipv6.fbc-hanover.org (IPv6 only) > Only one problem, the IPv6 Patch will not apply cleanly to a Apache server that has the EAPI extensions installed (mod_ssl). Instead you have to use: ftp://www.westbend.net/pub/kame/misc/apache+eapi-1.3.12-v6-20000518.diff.gz Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message