Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2000 22:28:13 -0600
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "Adam Laurie" <adam@algroup.co.uk>
Cc:        "J.C. Frazier" <wolfman@csocs.com>, "Satoshi - Ports Wraith - Asami" <asami@FreeBSD.ORG>, "Dirk Froemberg" <dirk@FreeBSD.ORG>, "Vincent Poy" <vince@venus.GAIANET.NET>, "Patrick Bihan-Faou" <patrick@mindstep.com>, <freebsd-ports@FreeBSD.ORG>, <ache@FreeBSD.ORG>, <rse@engelschall.com>, "Adam Laurie" <adam@algroup.co.uk>
Subject:   Re: ports/15873: New Apache_fp+php+mod_ssl-1.3.9+3.0.12+2.4.8 port.
Message-ID:  <012b01bf5e47$c6a42b80$8dfee0d1@westbend.net>
References:  <015d01bf57ef$34afcd00$8dfee0d1@westbend.net> <Pine.BSF.4.21.0001051943250.20208-100000@venus.GAIANET.NET> <20000108150504.B76402@physik.TU-Berlin.DE> <387799F8.3182DD68@csocs.com> <vqciu11anwu.fsf@silvia.hip.berkeley.edu> <001801bf5bbf$f5930f40$8dfee0d1@westbend.net> <387B0E84.AB512AC@algroup.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Adam Laurie" <adam@algroup.co.uk>
> Scot W. Hetzel wrote:
> > Currently, I have the new Apache port completed, it currently will apply
> > patches for FP, & MOD_SSL (EAPI, mod_define).
> >
> > When I have it complete, it will be able to work with the mod_frontpage,
> > mod_ssl, mod_php3 and mod_jserv modules.  And each module can be
packaged
> > and added independently, without having to recompile the main Apache
port.
>
> and apache-ssl?
>
We would still need a seperate port for apache-ssl w/FP patches (patch-f* in
apache13-fp).  Then all the module ports maintainers would have to do is add
the following into each module port to allow them to build for either Apache
port:

.if defined(APACHESSL)
BUILD_DEPENDS+=    ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13-ssl
RUN_DEPENDS+=    ${PREFIX}/sbin/httpd:${PORTSDIR}/www/apache13-ssl
DISTNAME=    mod_foo+apssl-${FOO_VER}
CONFLICTS=    mod_foo-${FOO_VER} apache-*
.else
BUILD_DEPENDS+=    ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13
RUN_DEPENDS+=    ${PREFIX}/sbin/httpd:${PORTSDIR}/www/apache13
DISTNAME=    mod_foo-${FOO_VER}
CONFLICTS=    mod_foo+apssl-${FOO_VER} apache+ssl-*
.endif

CONFLICTS+=    List of other ports this module conficts with.

NOTE: The CONFLICTS variable depends on the Conflicts checking patches that
were submitted in PR ports/13650 and bin/13649

http://www.freebsd.org/cgi/query-pr.cgi?pr=13649
http://www.freebsd.org/cgi/query-pr.cgi?pr=13650

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?012b01bf5e47$c6a42b80$8dfee0d1>