[Midnightbsd-cvs] mports [22476] trunk/mail: add 7.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 11 14:38:28 EDT 2017


Revision: 22476
          http://svnweb.midnightbsd.org/mports/?rev=22476
Author:   laffer1
Date:     2017-06-11 14:38:28 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
add 7.1

Modified Paths:
--------------
    trunk/mail/Makefile

Added Paths:
-----------
    trunk/mail/php71-imap/
    trunk/mail/php71-imap/Makefile
    trunk/mail/php71-imap/files/
    trunk/mail/php71-imap/files/patch-config.m4

Modified: trunk/mail/Makefile
===================================================================
--- trunk/mail/Makefile	2017-06-11 18:37:24 UTC (rev 22475)
+++ trunk/mail/Makefile	2017-06-11 18:38:28 UTC (rev 22476)
@@ -53,9 +53,9 @@
 SUBDIR += p5-Mail-Tools
 SUBDIR += p5-Net-SMTP-SSL
 SUBDIR += pantomime
-SUBDIR += php55-imap
 SUBDIR += php56-imap
 SUBDIR += php70-imap
+SUBDIR += php71-imap
 SUBDIR += phplist
 SUBDIR += phpmailer
 SUBDIR += pine-pgp-filters

Added: trunk/mail/php71-imap/Makefile
===================================================================
--- trunk/mail/php71-imap/Makefile	                        (rev 0)
+++ trunk/mail/php71-imap/Makefile	2017-06-11 18:38:28 UTC (rev 22476)
@@ -0,0 +1,10 @@
+# $MidnightBSD$
+# $FreeBSD: head/mail/php71-imap/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	mail
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-imap
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/mail/php71-imap/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/mail/php71-imap/files/patch-config.m4
===================================================================
--- trunk/mail/php71-imap/files/patch-config.m4	                        (rev 0)
+++ trunk/mail/php71-imap/files/patch-config.m4	2017-06-11 18:38:28 UTC (rev 22476)
@@ -0,0 +1,42 @@
+--- config.m4.orig	2010-02-07 14:06:54.000000000 +0100
++++ config.m4	2010-03-08 11:56:24.000000000 +0100
+@@ -103,6 +103,8 @@
+ PHP_ARG_WITH(imap-ssl,for IMAP SSL support,
+ [  --with-imap-ssl[=DIR]     IMAP: Include SSL support. DIR is the OpenSSL install prefix], no, no)
+ 
++PHP_ARG_WITH(pcre-dir, pcre install prefix,
++[  --with-pcre-dir           IMAP: pcre install prefix], no, no)
+ 
+ if test "$PHP_IMAP" != "no"; then  
+     PHP_SUBST(IMAP_SHARED_LIBADD)
+@@ -119,6 +121,30 @@
+       fi
+     done
+ 
++  dnl This is PECL build, check if bundled PCRE library is used
++  old_CPPFLAGS=$CPPFLAGS
++  CPPFLAGS=$INCLUDES
++  AC_EGREP_CPP(yes,[
++#include <main/php_config.h>
++#if defined(HAVE_BUNDLED_PCRE) && !defined(COMPILE_DL_PCRE)
++yes
++#endif
++  ],[
++    PHP_PCRE_REGEX=yes
++  ],[
++    AC_EGREP_CPP(yes,[
++#include <main/php_config.h>
++#if defined(HAVE_PCRE) && !defined(COMPILE_DL_PCRE)
++yes
++#endif
++    ],[
++      PHP_PCRE_REGEX=pecl
++      PHP_ADD_INCLUDE($PHP_PCRE_DIR/include)
++    ],[
++      PHP_PCRE_REGEX=no
++    ])
++  ])
++
+     dnl Check for c-client version 2004
+     AC_EGREP_HEADER(mail_fetch_overview_sequence, $IMAP_INC_DIR/mail.h, [
+       AC_DEFINE(HAVE_IMAP2004,1,[ ])


Property changes on: trunk/mail/php71-imap/files/patch-config.m4
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list