Subject: Re: netbsd ap2_php5 apache module
To: Gergo Szakal <bastyaelvtars@gmail.com>
From: George Michaelson <ggm@apnic.net>
List: pkgsrc-users
Date: 02/23/2007 10:06:12
On Fri, 23 Feb 2007 01:05:35 +0100
Gergo Szakal <bastyaelvtars@gmail.com> wrote:

> On Fri, 23 Feb 2007 00:43:45 +0100
> Hans Schmidt <schmhans@googlemail.com> wrote:
> 
> > where can i find the php5 module for apache22?
> 
> www/ap-php

this is the same place as for apache1 and apache 2 as well.

it *is* a little confusing, that the pkg_info label doesn't match the
actual pkg name in the hierarchy. I resorted to:

$ cd /var/db/pkg; grep php */+BUILD_INFO | grep PKGPATH to find
ap2-php5-5.2.0nb1/+BUILD_INFO:PKGPATH=www/ap-php
php-5.2.0/+BUILD_INFO:PKGPATH=lang/php5
$

(and its only any good after the event)

perhaps this is something to think about when making one pkg handle
multiple inter-pkg relationships.

-G