Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Dec 2004 17:08:44 +0100
From:      girgen@FreeBSD.org
To:        Evren Yurtesen <yurtesen@ispro.net.tr>, simond@irrelevant.org, ports@freebsd.org
Subject:   Re: freebsd squirrelmail port bug ...
Message-ID:  <ACEE8E42AEB9FC0C1EC41A18@palle.girgensohn.se>
In-Reply-To: <41C56815.5040507@ispro.net.tr>
References:  <41C56815.5040507@ispro.net.tr>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

I can confirm that I was bitten by this bug. The patch is correct (though=20
reversed below). Simon, do you want me to commit?

Regards,
Palle

--On s=F6ndag, december 19, 2004 03.37.57 -0800 Evren Yurtesen=20
<yurtesen@ispro.net.tr> wrote:

> Hi,
>
> I have realized that my FreeBSD 5.3 doesnt install the pear port even
> with WITH_DATABASE option...
>
> It just looked like a typo to me, fix is below
>
> patch
> --------------------------------------------------------
> --- Makefile    Sun Dec 19 03:35:47 2004
> +++ Makefile.orig       Sun Dec 19 03:35:24 2004
> @@ -25,7 +25,7 @@
>
>   .ifdef WITH_DATABASE
>   WANT_PHP_PEAR=3D yes
> -RUN_DEPENDS+=3D  =
${PREFIX}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
> +RUN_DEPENDS+=3D  ${PREFIX}/share/pear/DB.php:${PORTSDIR}/pear-DB
>   .endif
>
>   .ifdef WITH_LDAP
> --------------------------------------------------------
>
> Without the patch, installation continues without installing pear
>
> supermail:/usr/ports/mail/squirrelmail#make install WITH_DATABASE=3Dtrue
> =3D=3D=3D>  Installing for squirrelmail-1.4.3a_4
> =3D=3D=3D>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/share/pear/DB.php - not found
> =3D=3D=3D>    Verifying install for /usr/local/share/pear/DB.php in
> /usr/ports/pear-DB
>       =3D> No directory for /usr/local/share/pear/DB.php.  Skipping..
> =3D=3D=3D>   squirrelmail-1.4.3a_4 depends on executable: pear - found
> =3D=3D=3D>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/include/php/main/php.h - found
> =3D=3D=3D>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/lib/php/20020429/session.so - found
> =3D=3D=3D>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/lib/php/20020429/mhash.so - found
> =3D=3D=3D>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/lib/php/20020429/gettext.so - found
> =3D=3D=3D>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/lib/php/20020429/mbstring.so - found
> =3D=3D=3D>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/lib/php/20020429/pcre.so - found
> =3D=3D=3D>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/lib/php/20020429/openssl.so - found
> =3D=3D=3D>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/lib/php/20020429/xml.so - found
> Your umask should be lax while installing this. Like, 022 or something.
> =3D=3D=3D>   Generating temporary packing list
> =3D=3D=3D>  Checking if mail/squirrelmail already installed
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ACEE8E42AEB9FC0C1EC41A18>