Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Dec 2004 03:37:57 -0800
From:      Evren Yurtesen <yurtesen@ispro.net.tr>
To:        simond@irrelevant.org, ports@freebsd.org
Subject:   freebsd squirrelmail port bug ...
Message-ID:  <41C56815.5040507@ispro.net.tr>

next in thread | raw e-mail | index | archive | help
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



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