From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 18 05:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0818723A for ; Tue, 18 Jun 2013 05:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EE6391865 for ; Tue, 18 Jun 2013 05:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5I500Hm045966 for ; Tue, 18 Jun 2013 05:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5I5001f045965; Tue, 18 Jun 2013 05:00:00 GMT (envelope-from gnats) Date: Tue, 18 Jun 2013 05:00:00 GMT Message-Id: <201306180500.r5I5001f045965@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Alex Keda Subject: Re: ports/179665: mail/php52-imap missing SSL support, won't compile (fix included) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Alex Keda List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 05:00:02 -0000 The following reply was made to PR ports/179665; it has been noted by GNATS. From: Alex Keda 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--