Date: Tue, 18 Jun 2013 05:00:00 GMT From: Alex Keda <admin@lissyara.su> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/179665: mail/php52-imap missing SSL support, won't compile (fix included) Message-ID: <201306180500.r5I5001f045965@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/179665; it has been noted by GNATS. From: Alex Keda <admin@lissyara.su> To: bug-followup@FreeBSD.org, mcdouga9@egr.msu.edu Cc: Subject: Re: ports/179665: mail/php52-imap missing SSL support, won't compile (fix included) Date: Tue, 18 Jun 2013 08:54:22 +0400 This is a multi-part message in MIME format. --------------010201020509040609030202 Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit please, commit attached patch --------------010201020509040609030202 Content-Type: text/plain; charset=UTF-8; name="lang.php52.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="lang.php52.diff" diff -Nru lang/php52.orig/Makefile lang/php52/Makefile --- lang/php52.orig/Makefile 2013-06-05 17:45:33.000000000 +0400 +++ lang/php52/Makefile 2013-06-18 08:52:06.000000000 +0400 @@ -3,7 +3,7 @@ PORTNAME= php52 PORTVERSION= 5.2.17 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions diff -Nru lang/php52.orig/Makefile.ext lang/php52/Makefile.ext --- lang/php52.orig/Makefile.ext 2013-06-05 17:45:33.000000000 +0400 +++ lang/php52/Makefile.ext 2013-06-18 08:51:41.000000000 +0400 @@ -142,6 +142,8 @@ .endif .if ${PHP_MODNAME} == "imap" +OPTIONS_DEFINE= SSL +OPTIONS_DEFAULT= SSL LIB_DEPENDS+= c-client4.9:${PORTSDIR}/mail/cclient CONFIGURE_ARGS+=--with-imap=${LOCALBASE} --------------010201020509040609030202--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306180500.r5I5001f045965>