From owner-freebsd-ports Thu Jan 13 20:28:26 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 009F314E77; Thu, 13 Jan 2000 20:28:22 -0800 (PST) (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 WAA91080; Thu, 13 Jan 2000 22:28:13 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <012b01bf5e47$c6a42b80$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Adam Laurie" Cc: "J.C. Frazier" , "Satoshi - Ports Wraith - Asami" , "Dirk Froemberg" , "Vincent Poy" , "Patrick Bihan-Faou" , , , , "Adam Laurie" References: <015d01bf57ef$34afcd00$8dfee0d1@westbend.net> <20000108150504.B76402@physik.TU-Berlin.DE> <387799F8.3182DD68@csocs.com> <001801bf5bbf$f5930f40$8dfee0d1@westbend.net> <387B0E84.AB512AC@algroup.co.uk> Subject: Re: ports/15873: New Apache_fp+php+mod_ssl-1.3.9+3.0.12+2.4.8 port. Date: Thu, 13 Jan 2000 22:28:13 -0600 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.3825.400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Adam Laurie" > 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