ports/179665: mail/php52-imap missing SSL support, won't compile (fix included)
Alex Keda
admin at lissyara.su
Tue Jun 18 05:00:02 UTC 2013
The following reply was made to PR ports/179665; it has been noted by GNATS.
From: Alex Keda <admin at lissyara.su>
To: bug-followup at FreeBSD.org, mcdouga9 at 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--
More information about the freebsd-ports-bugs
mailing list