[Midnightbsd-cvs] mports [21201] trunk/net: add php 7 ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 15 17:19:54 EDT 2016


Revision: 21201
          http://svnweb.midnightbsd.org/mports/?rev=21201
Author:   laffer1
Date:     2016-03-15 17:19:54 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
add php 7 ports

Modified Paths:
--------------
    trunk/net/Makefile

Added Paths:
-----------
    trunk/net/php70-ldap/
    trunk/net/php70-ldap/Makefile
    trunk/net/php70-soap/
    trunk/net/php70-soap/Makefile
    trunk/net/php70-sockets/
    trunk/net/php70-sockets/Makefile
    trunk/net/php70-xmlrpc/
    trunk/net/php70-xmlrpc/Makefile
    trunk/net/php70-xmlrpc/files/
    trunk/net/php70-xmlrpc/files/patch-config.m4

Modified: trunk/net/Makefile
===================================================================
--- trunk/net/Makefile	2016-03-15 21:18:24 UTC (rev 21200)
+++ trunk/net/Makefile	2016-03-15 21:19:54 UTC (rev 21201)
@@ -92,10 +92,6 @@
 SUBDIR += p5-URI
 SUBDIR += p5-XML-RPC
 SUBDIR += p5-perl-ldap
-SUBDIR += php5-ldap
-SUBDIR += php5-soap
-SUBDIR += php5-sockets
-SUBDIR += php5-xmlrpc
 SUBDIR += php55-ldap
 SUBDIR += php55-soap
 SUBDIR += php55-sockets
@@ -104,6 +100,10 @@
 SUBDIR += php56-soap
 SUBDIR += php56-sockets
 SUBDIR += php56-xmlrpc
+SUBDIR += php70-ldap
+SUBDIR += php70-soap
+SUBDIR += php70-sockets
+SUBDIR += php70-xmlrpc
 SUBDIR += phpldapadmin
 SUBDIR += py-avahi
 SUBDIR += py-oauth2

Added: trunk/net/php70-ldap/Makefile
===================================================================
--- trunk/net/php70-ldap/Makefile	                        (rev 0)
+++ trunk/net/php70-ldap/Makefile	2016-03-15 21:19:54 UTC (rev 21201)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/net/php70-ldap/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES=	net
+
+MASTERDIR=	${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX=	-ldap
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/net/php70-ldap/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/net/php70-soap/Makefile
===================================================================
--- trunk/net/php70-soap/Makefile	                        (rev 0)
+++ trunk/net/php70-soap/Makefile	2016-03-15 21:19:54 UTC (rev 21201)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/net/php70-soap/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES=	net
+
+MASTERDIR=	${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX=	-soap
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/net/php70-soap/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/net/php70-sockets/Makefile
===================================================================
--- trunk/net/php70-sockets/Makefile	                        (rev 0)
+++ trunk/net/php70-sockets/Makefile	2016-03-15 21:19:54 UTC (rev 21201)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/net/php70-sockets/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES=	net
+
+MASTERDIR=	${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX=	-sockets
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/net/php70-sockets/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/net/php70-xmlrpc/Makefile
===================================================================
--- trunk/net/php70-xmlrpc/Makefile	                        (rev 0)
+++ trunk/net/php70-xmlrpc/Makefile	2016-03-15 21:19:54 UTC (rev 21201)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/net/php70-xmlrpc/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES=	net
+
+MASTERDIR=	${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX=	-xmlrpc
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/net/php70-xmlrpc/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/net/php70-xmlrpc/files/patch-config.m4
===================================================================
--- trunk/net/php70-xmlrpc/files/patch-config.m4	                        (rev 0)
+++ trunk/net/php70-xmlrpc/files/patch-config.m4	2016-03-15 21:19:54 UTC (rev 21201)
@@ -0,0 +1,23 @@
+--- config.m4.orig	2014-04-29 08:04:30.000000000 +0000
++++ config.m4	2014-05-15 08:04:00.883004682 +0000
+@@ -61,11 +61,9 @@ if test "$PHP_XMLRPC" != "no"; then
+     fi
+   fi
+ 
+-  dnl if iconv is shared or missing then we should build iconv ourselves
+-  if test "$PHP_ICONV_SHARED" = "yes" || test "$PHP_ICONV" = "no"; then
+-
+     if test "$PHP_ICONV_DIR" != "no"; then
+       PHP_ICONV=$PHP_ICONV_DIR
++      PHP_ADD_INCLUDE($PHP_ICONV_DIR/include)
+     fi
+   
+     if test -z "$PHP_ICONV" || test "$PHP_ICONV" = "no"; then
+@@ -75,7 +73,6 @@ if test "$PHP_XMLRPC" != "no"; then
+     PHP_SETUP_ICONV(XMLRPC_SHARED_LIBADD, [], [
+       AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library])
+     ])
+-  fi
+ fi
+ 
+ if test "$PHP_XMLRPC" = "yes"; then


Property changes on: trunk/net/php70-xmlrpc/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