freebsd squirrelmail port bug ...

girgen at FreeBSD.org girgen at FreeBSD.org
Sun Dec 19 08:08:15 PST 2004


Hi,

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

Regards,
Palle

--On söndag, december 19, 2004 03.37.57 -0800 Evren Yurtesen 
<yurtesen at 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= yes
> -RUN_DEPENDS+=  ${PREFIX}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
> +RUN_DEPENDS+=  ${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=true
> ===>  Installing for squirrelmail-1.4.3a_4
> ===>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/share/pear/DB.php - not found
> ===>    Verifying install for /usr/local/share/pear/DB.php in
> /usr/ports/pear-DB
>       => No directory for /usr/local/share/pear/DB.php.  Skipping..
> ===>   squirrelmail-1.4.3a_4 depends on executable: pear - found
> ===>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/include/php/main/php.h - found
> ===>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/lib/php/20020429/session.so - found
> ===>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/lib/php/20020429/mhash.so - found
> ===>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/lib/php/20020429/gettext.so - found
> ===>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/lib/php/20020429/mbstring.so - found
> ===>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/lib/php/20020429/pcre.so - found
> ===>   squirrelmail-1.4.3a_4 depends on file:
> /usr/local/lib/php/20020429/openssl.so - found
> ===>   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.
> ===>   Generating temporary packing list
> ===>  Checking if mail/squirrelmail already installed
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"






More information about the freebsd-ports mailing list