Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2002 10:45:51 +0200
From:      Thierry Thomas <thierry@pompo.net>
To:        SADA Kenji <sada@FreeBSD.org>
Cc:        ports@FreeBSD.org
Subject:   Re: PR: ports/35051
Message-ID:  <20020511104551.B94184@graf.pompo.net>
In-Reply-To: <20020511130638.5f1d98d0.sada@FreeBSD.org>; from sada@FreeBSD.org on Sat, May 11, 2002 at 01:06:38PM %2B0900
References:  <20020511130638.5f1d98d0.sada@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Le 11 mai 02 à 13:06:38 +0000, SADA Kenji écrivait :
> Hi, I'm looking your ports/35051.

Hello!

>  ---
> 
> # cd /usr/ports/mail/imp3
> # make install BATCH=yes
> ===>  Installing for imp-3.0_2
> ===>   imp-3.0_2 depends on file: /usr/local/www/horde/turba/index.php -
> found===>   imp-3.0_2 depends on file: /usr/local/libexec/imapd - found
> ===>   imp-3.0_2 depends on file: /usr/local/bin/wvHtml - found
> ===>   imp-3.0_2 depends on file: /usr/local/bin/xlHtml - not found
> ===>    Verifying package for /usr/local/bin/xlHtml in
> /usr/ports/textproc/xlhtml===>   Returning to build of imp-3.0_2
> ===>   imp-3.0_2 depends on file: /usr/local/bin/zipinfo - found
> ===>   imp-3.0_2 depends on file: /usr/local/bin/aspell - found
> ===>   imp-3.0_2 depends on shared library: c-client4.8 - found
> 
> Please configure PHP with mcrypt support.
> 
> *** Error code 1
> 
> Stop in /usr/ports/mail/imp3.
> 
>  ---
> 
> I guess this port needs IS_INTERACTIVE to be defined since
> you need special configured depending ports.

No, I do not think so: it is just because libmcrypt has been upgraded.
Four days ago Trevor Johnson fixed that in imp-devel, and we just have
to apply the same fix.

Look at
<URL:http://www.freebsd.org/cgi/getmsg.cgi?fetch=418238+0+current/cvs-all>;

or just apply

 .if !defined(NOCRYPT)
-    @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcrypt.6"; then \
+    @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcrypt.7"; then \
         ${ECHO_MSG} "" ; \
         ${ECHO_MSG} "Please configure PHP with mcrypt support." ; \
         ${ECHO_MSG} "" ; \

Truly yours,
-- 
Th. Thomas.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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