freebsd squirrelmail port bug ...

Evren Yurtesen yurtesen at ispro.net.tr
Sat Dec 18 17:38:05 PST 2004


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


More information about the freebsd-ports mailing list