[Midnightbsd-cvs] mports [22468] trunk/textproc: add more php 7.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 11 13:59:31 EDT 2017


Revision: 22468
          http://svnweb.midnightbsd.org/mports/?rev=22468
Author:   laffer1
Date:     2017-06-11 13:59:31 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
add more php 7.1

Modified Paths:
--------------
    trunk/textproc/Makefile

Added Paths:
-----------
    trunk/textproc/php71-ctype/
    trunk/textproc/php71-ctype/Makefile
    trunk/textproc/php71-dom/
    trunk/textproc/php71-dom/Makefile
    trunk/textproc/php71-enchant/
    trunk/textproc/php71-enchant/Makefile
    trunk/textproc/php71-pspell/
    trunk/textproc/php71-pspell/Makefile
    trunk/textproc/php71-simplexml/
    trunk/textproc/php71-simplexml/Makefile
    trunk/textproc/php71-simplexml/files/
    trunk/textproc/php71-simplexml/files/patch-config.m4
    trunk/textproc/php71-wddx/
    trunk/textproc/php71-wddx/Makefile
    trunk/textproc/php71-wddx/files/
    trunk/textproc/php71-wddx/files/patch-config.m4
    trunk/textproc/php71-wddx/files/patch-wddx.c
    trunk/textproc/php71-xml/
    trunk/textproc/php71-xml/Makefile
    trunk/textproc/php71-xml/files/
    trunk/textproc/php71-xml/files/patch-compat.c
    trunk/textproc/php71-xmlreader/
    trunk/textproc/php71-xmlreader/Makefile
    trunk/textproc/php71-xmlwriter/
    trunk/textproc/php71-xmlwriter/Makefile
    trunk/textproc/php71-xsl/
    trunk/textproc/php71-xsl/Makefile
    trunk/textproc/php71-xsl/files/
    trunk/textproc/php71-xsl/files/patch-php_xsl.h

Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile	2017-06-11 17:35:00 UTC (rev 22467)
+++ trunk/textproc/Makefile	2017-06-11 17:59:31 UTC (rev 22468)
@@ -157,6 +157,15 @@
 SUBDIR += php70-xmlreader
 SUBDIR += php70-xmlwriter
 SUBDIR += php70-xsl
+SUBDIR += php71-ctype
+SUBDIR += php71-dom
+SUBDIR += php71-pspell
+SUBDIR += php71-simplexml
+SUBDIR += php71-wddx
+SUBDIR += php71-xml
+SUBDIR += php71-xmlreader
+SUBDIR += php71-xmlwriter
+SUBDIR += php71-xsl
 SUBDIR += popup
 SUBDIR += py-MarkupSafe
 SUBDIR += py-alabaster

Added: trunk/textproc/php71-ctype/Makefile
===================================================================
--- trunk/textproc/php71-ctype/Makefile	                        (rev 0)
+++ trunk/textproc/php71-ctype/Makefile	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,9 @@
+# $FreeBSD: head/textproc/php71-ctype/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-ctype
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php71-ctype/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/textproc/php71-dom/Makefile
===================================================================
--- trunk/textproc/php71-dom/Makefile	                        (rev 0)
+++ trunk/textproc/php71-dom/Makefile	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,9 @@
+# $FreeBSD: head/textproc/php71-dom/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-dom
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php71-dom/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/textproc/php71-enchant/Makefile
===================================================================
--- trunk/textproc/php71-enchant/Makefile	                        (rev 0)
+++ trunk/textproc/php71-enchant/Makefile	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,9 @@
+# $FreeBSD: head/textproc/php71-enchant/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-enchant
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php71-enchant/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/textproc/php71-pspell/Makefile
===================================================================
--- trunk/textproc/php71-pspell/Makefile	                        (rev 0)
+++ trunk/textproc/php71-pspell/Makefile	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,9 @@
+# $FreeBSD: head/textproc/php71-pspell/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-pspell
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php71-pspell/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/textproc/php71-simplexml/Makefile
===================================================================
--- trunk/textproc/php71-simplexml/Makefile	                        (rev 0)
+++ trunk/textproc/php71-simplexml/Makefile	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,9 @@
+# $FreeBSD: head/textproc/php71-simplexml/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-simplexml
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php71-simplexml/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/textproc/php71-simplexml/files/patch-config.m4
===================================================================
--- trunk/textproc/php71-simplexml/files/patch-config.m4	                        (rev 0)
+++ trunk/textproc/php71-simplexml/files/patch-config.m4	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,43 @@
+--- config.m4.orig	2014-05-14 10:14:22.929420181 +0000
++++ config.m4	2014-05-14 10:15:36.967414693 +0000
+@@ -4,6 +4,9 @@
+ PHP_ARG_ENABLE(simplexml, whether to enable SimpleXML support,
+ [  --disable-simplexml     Disable SimpleXML support], yes)
+ 
++PHP_ARG_WITH(pcre-dir, pcre install prefix,
++[  --with-pcre-dir           SimpleXML: pcre install prefix], no, no)
++
+ if test -z "$PHP_LIBXML_DIR"; then
+   PHP_ARG_WITH(libxml-dir, libxml2 install dir,
+   [  --with-libxml-dir=DIR     SimpleXML: libxml2 install prefix], no, no)
+@@ -11,6 +14,30 @@
+ 
+ if test "$PHP_SIMPLEXML" != "no"; then
+ 
++  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
++    ])
++  ])
++
+   if test "$PHP_LIBXML" = "no"; then   
+     AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml])                
+   fi


Property changes on: trunk/textproc/php71-simplexml/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
Added: trunk/textproc/php71-wddx/Makefile
===================================================================
--- trunk/textproc/php71-wddx/Makefile	                        (rev 0)
+++ trunk/textproc/php71-wddx/Makefile	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,9 @@
+# $FreeBSD: head/textproc/php71-wddx/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-wddx
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php71-wddx/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/textproc/php71-wddx/files/patch-config.m4
===================================================================
--- trunk/textproc/php71-wddx/files/patch-config.m4	                        (rev 0)
+++ trunk/textproc/php71-wddx/files/patch-config.m4	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,22 @@
+--- config.m4.orig	Mon Jul 26 09:05:10 2004
++++ config.m4	Mon Jul 26 09:07:46 2004
+@@ -5,6 +5,9 @@
+ PHP_ARG_ENABLE(wddx,whether to enable WDDX support,
+ [  --enable-wddx           Enable WDDX support.])
+ 
++PHP_ARG_WITH(libxml-dir, libxml2 install dir,
++[  --with-libxml-dir=<DIR>    WDDX: libxml2 install prefix], no, no)
++
+ if test "$PHP_WDDX" != "no"; then
+   if test "$ext_shared" != "yes" && test "$enable_xml" = "no"; then
+     AC_MSG_WARN(Activating XML)
+@@ -12,4 +15,9 @@
+   fi
+   AC_DEFINE(HAVE_WDDX, 1, [ ])
+   PHP_NEW_EXTENSION(wddx, wddx.c, $ext_shared)
++
++  PHP_SETUP_LIBXML(WDDX_SHARED_LIBADD, [
++  ], [
++    AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
++  ])
+ fi


Property changes on: trunk/textproc/php71-wddx/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
Added: trunk/textproc/php71-wddx/files/patch-wddx.c
===================================================================
--- trunk/textproc/php71-wddx/files/patch-wddx.c	                        (rev 0)
+++ trunk/textproc/php71-wddx/files/patch-wddx.c	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,40 @@
+--- wddx.c.orig	Sun Jan  1 13:50:16 2006
++++ wddx.c	Mon Jan 16 12:56:21 2006
+@@ -18,6 +18,10 @@
+ 
+ /* $Id: wddx.c,v 1.119.2.8 2006/01/01 12:50:16 sniper Exp $ */
+ 
++#ifdef HAVE_CONFIG_H
++# include "config.h"
++#endif
++
+ #include "php.h"
+ 
+ #if HAVE_WDDX
+@@ -223,7 +227,7 @@
+ 
+ #include "ext/session/php_session.h"
+ 
+-#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
++#if HAVE_PHP_SESSION
+ /* {{{ PS_SERIALIZER_ENCODE_FUNC
+  */
+ PS_SERIALIZER_ENCODE_FUNC(wddx)
+@@ -302,7 +306,7 @@
+ {
+ 	le_wddx = zend_register_list_destructors_ex(release_wddx_packet_rsrc, NULL, "wddx", module_number);
+ 
+-#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
++#if HAVE_PHP_SESSION
+ 	php_session_register_serializer("wddx",
+ 									PS_SERIALIZER_ENCODE_NAME(wddx),
+ 									PS_SERIALIZER_DECODE_NAME(wddx));
+@@ -317,7 +321,7 @@
+ PHP_MINFO_FUNCTION(wddx)
+ {
+ 	php_info_print_table_start();
+-#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
++#if HAVE_PHP_SESSION
+ 	php_info_print_table_header(2, "WDDX Support", "enabled" );
+ 	php_info_print_table_row(2, "WDDX Session Serializer", "enabled" );
+ #else


Property changes on: trunk/textproc/php71-wddx/files/patch-wddx.c
___________________________________________________________________
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
Added: trunk/textproc/php71-xml/Makefile
===================================================================
--- trunk/textproc/php71-xml/Makefile	                        (rev 0)
+++ trunk/textproc/php71-xml/Makefile	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,9 @@
+# $FreeBSD: head/textproc/php71-xml/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-xml
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php71-xml/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/textproc/php71-xml/files/patch-compat.c
===================================================================
--- trunk/textproc/php71-xml/files/patch-compat.c	                        (rev 0)
+++ trunk/textproc/php71-xml/files/patch-compat.c	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,13 @@
+--- compat.c.orig	Tue Jul 20 10:55:02 2004
++++ compat.c	Tue Jul 20 10:55:55 2004
+@@ -16,6 +16,10 @@
+    +----------------------------------------------------------------------+
+  */
+ 
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++
+ #include "php.h"
+ #if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT)
+ #include "expat_compat.h"


Property changes on: trunk/textproc/php71-xml/files/patch-compat.c
___________________________________________________________________
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
Added: trunk/textproc/php71-xmlreader/Makefile
===================================================================
--- trunk/textproc/php71-xmlreader/Makefile	                        (rev 0)
+++ trunk/textproc/php71-xmlreader/Makefile	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,9 @@
+# $FreeBSD: head/textproc/php71-xmlreader/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-xmlreader
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php71-xmlreader/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/textproc/php71-xmlwriter/Makefile
===================================================================
--- trunk/textproc/php71-xmlwriter/Makefile	                        (rev 0)
+++ trunk/textproc/php71-xmlwriter/Makefile	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,9 @@
+# $FreeBSD: head/textproc/php71-xmlwriter/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-xmlwriter
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php71-xmlwriter/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/textproc/php71-xsl/Makefile
===================================================================
--- trunk/textproc/php71-xsl/Makefile	                        (rev 0)
+++ trunk/textproc/php71-xsl/Makefile	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,9 @@
+# $FreeBSD: head/textproc/php71-xsl/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-xsl
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php71-xsl/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/textproc/php71-xsl/files/patch-php_xsl.h
===================================================================
--- trunk/textproc/php71-xsl/files/patch-php_xsl.h	                        (rev 0)
+++ trunk/textproc/php71-xsl/files/patch-php_xsl.h	2017-06-11 17:59:31 UTC (rev 22468)
@@ -0,0 +1,11 @@
+--- php_xsl.h.orig	Sun Jan  1 13:50:17 2006
++++ php_xsl.h	Tue Jan 17 16:23:10 2006
+@@ -43,7 +43,7 @@
+ #include <libexslt/exsltconfig.h>
+ #endif
+ 
+-#include "../dom/xml_common.h"
++#include "ext/dom/xml_common.h"
+ #include "xsl_fe.h"
+ 
+ #include <libxslt/extensions.h>


Property changes on: trunk/textproc/php71-xsl/files/patch-php_xsl.h
___________________________________________________________________
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