From owner-freebsd-apache@FreeBSD.ORG Tue Mar 29 21:51:48 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91B741065703; Tue, 29 Mar 2011 21:51:48 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id 737448FC22; Tue, 29 Mar 2011 21:51:48 +0000 (UTC) Received: from philip.hq.rws (174.79.184.239) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.2.254.0; Tue, 29 Mar 2011 14:51:48 -0700 Message-ID: <4D925470.1060508@p6m7g8.com> Date: Tue, 29 Mar 2011 21:51:44 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20101213 Thunderbird/3.0.11 MIME-Version: 1.0 To: References: <4D924088.20206@gmx.de> <4D924868.3020707@p6m7g8.com> <4D92503F.4020004@FreeBSD.org> In-Reply-To: <4D92503F.4020004@FreeBSD.org> X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig1EEA7F2B2654EF30791D9723" Cc: "Philip M. Gollucci" , apache@FreeBSD.org Subject: Re: need some hint about how to handle the following issue (new bsd.apache.mk) X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2011 21:51:48 -0000 --------------enig1EEA7F2B2654EF30791D9723 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable On 03/29/11 21:33, Olli Hauer wrote: > http://people.freebsd.org/~ohauer/diffs/Mk/PR_147009_ports__Mk__bsd.apa= che.mk_2011-03-29_01.diff > http://people.freebsd.org/~ohauer/diffs/Mk/PR_147009_bsd.apache.mk_2011= -03-29_01.txt > @Philip > do you know the reason for the following expression > at top of bsd.apache.mk >=20 >> .if !defined(Apache_Pre_Include) || defined(PORT_IS_MODULE) USE_APACHE=3D common22 is reserved specifically so that www/apache* ports= can use Mk/bsd.apache.mk themselves. Note how *zope* ports get this wron= g. When USE_APACHE=3D commmonXX AP_PORT_IS_SERVER is true meaning your in www/apacheX* ports. When AP_PORT_IS_MODULE is true you're got USE_APACHE=3DXX and you're in anything not www/apacheXX. Usually www/mod= _*. See also the layout for www/apache22 and www/apache22-$mpm-mpm which re-uses the commonXX. --=20 ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. --------------enig1EEA7F2B2654EF30791D9723 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iD8DBQFNklRzdbiP+9ubjBwRAtoNAJ9uMGKkrrvCyNW9VxhwbPdClCTWZwCeN8nz nb0/JgzX/NMfITo1W2oV7kE= =l4wn -----END PGP SIGNATURE----- --------------enig1EEA7F2B2654EF30791D9723--