Subject: Re: pkg/15158: squirrelmail calls out php-4.0.X, while www/php is 4.1.1
To: None <eric@cirr.com>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-bugs
Date: 01/07/2002 14:45:47
On Sun, Jan 06, 2002 at 09:56:39PM -0600, eric@cirr.com wrote:
> >Description:
> squirrelmail calls out php-4.0.[X>4], while www/php is 4.1.1.
> This means that squirrel mail _always_ re-installs php when the
> installed version is 4.1.1 (or later.) Not nice.
>
> >How-To-Repeat:
> cd $PKGSRCDIR/mail/squirrelmail; make update
> >Fix:
> Index: Makefile
> ===================================================================
> RCS file: /cvsroot/pkgsrc/mail/squirrelmail/Makefile,v
> retrieving revision 1.18
> diff -u -b -w -b -u -w -r1.18 Makefile
> --- Makefile 2002/01/02 11:57:01 1.18
> +++ Makefile 2002/01/07 03:29:45
> @@ -11,8 +11,8 @@
> HOMEPAGE= http://www.squirrelmail.org/
> COMMENT= PHP4 webmail package
>
> -DEPENDS+= php-4.0.[6-9]*:../../www/php4
> -DEPENDS+= php-session-4.0.[6-9]*:../../devel/php4-session
> +DEPENDS+= php>=4.0.[6-9]*:../../www/php4
> +DEPENDS+= php-session>=4.0.[6-9]*:../../devel/php4-session
Does squirrelmail work with the new php ? From the commit messages it seems it
has issues with php-4.1.0, maybe 4.1.1 fixed it.
--
Manuel Bouyer, LIP6, Universite Paris VI. Manuel.Bouyer@lip6.fr
--