From owner-freebsd-apache@FreeBSD.ORG Tue May 2 13:29:52 2006 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F8616A404 for ; Tue, 2 May 2006 13:29:52 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id A601343D4C for ; Tue, 2 May 2006 13:29:51 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nz-out-0102.google.com with SMTP id x3so3078907nzd for ; Tue, 02 May 2006 06:29:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=avbbA3osBFsfQsVWwb+n4t4LXgvRPHcL2frCzKcFh9ZkHJKVTn+M3qqMFWNw9UwPumXUVDMX+1PFYnMKOVjK6lZECzCJE1f6Hbr+FgJZnMqgw6C9/2aQsqLShjV0X4FF3+GJwQO52KSci24aCgJSl7eavNGVP+pv2m+LPiPp6Nc= Received: by 10.36.80.14 with SMTP id d14mr1093820nzb; Tue, 02 May 2006 06:29:06 -0700 (PDT) Received: by 10.36.24.17 with HTTP; Tue, 2 May 2006 06:29:51 -0700 (PDT) Message-ID: <6eb82e0605020629g133c277asa78bbe004d56702e@mail.gmail.com> Date: Tue, 2 May 2006 09:29:51 -0400 From: "Rong-En Fan" To: freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: apache module port and PREFIX 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, 02 May 2006 13:29:52 -0000 Hi, Currently, if an apache module port get apache module directory from apxs, then it will not respect PREFIX. That will beark porttools's test. For exam= ple, p5-CGi-SpeedyCGI. Are there any better solutions than do a substitution af= ter configure? Or shall I just leave it as-is? Thanks, Rong-En Fan