ports/53141: mod_php4 does not work with IMAP w/o SSL

Paulius Bulotas paulius at kaktusas.org
Sat Jun 14 19:00:30 UTC 2003


The following reply was made to PR ports/53141; it has been noted by GNATS.

From: Paulius Bulotas <paulius at kaktusas.org>
To: freebsd-gnats-submit at FreeBSD.org
Cc: fbsd-bugs at tschneider.org
Subject: Re: ports/53141: mod_php4 does not work with IMAP w/o SSL
Date: Sat, 14 Jun 2003 22:00:15 +0300

 Hi,
 
 I've been bitten by this too ;)
 You could use the following diff, or use the same define as cclient uses,
 WITHOUT_SSL instead of WITHOUT_IMAP_SSL.
 
 --- lang/php4/Makefile.orig       Sat Jun 14 18:54:03 2003
 +++ lang/php4/Makefile    Sat Jun 14 18:55:06 2003
 @@ -311,7 +311,11 @@
  
  .if defined(WITH_IMAP)
  LIB_DEPENDS+=  c-client4.8:${PORTSDIR}/mail/cclient
 +.if defined(WITHOUT_IMAP_SSL)
 +CONFIGURE_ARGS+=--with-imap=${LOCALBASE}
 +.else
  CONFIGURE_ARGS+=--with-imap=${LOCALBASE} --with-imap-ssl=${LOCALBASE}
 +.endif
  .endif
  
  .if defined(WITH_INTERBASE)



More information about the freebsd-ports-bugs mailing list