[Midnightbsd-cvs] mports [21200] trunk/devel: php 5.4 removed.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 15 17:18:25 EDT 2016


Revision: 21200
          http://svnweb.midnightbsd.org/mports/?rev=21200
Author:   laffer1
Date:     2016-03-15 17:18:24 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
php 5.4 removed. php 7+

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/php70-gettext/
    trunk/devel/php70-gettext/Makefile
    trunk/devel/php70-gettext/files/
    trunk/devel/php70-gettext/files/patch-config.m4
    trunk/devel/php70-intl/
    trunk/devel/php70-intl/Makefile
    trunk/devel/php70-json/
    trunk/devel/php70-json/Makefile
    trunk/devel/php70-pcntl/
    trunk/devel/php70-pcntl/Makefile
    trunk/devel/php70-readline/
    trunk/devel/php70-readline/Makefile
    trunk/devel/php70-readline/files/
    trunk/devel/php70-readline/files/patch-config.m4
    trunk/devel/php70-readline/files/patch-readline_cli.c
    trunk/devel/php70-shmop/
    trunk/devel/php70-shmop/Makefile
    trunk/devel/php70-sysvmsg/
    trunk/devel/php70-sysvmsg/Makefile
    trunk/devel/php70-sysvsem/
    trunk/devel/php70-sysvsem/Makefile
    trunk/devel/php70-sysvshm/
    trunk/devel/php70-sysvshm/Makefile
    trunk/devel/php70-tokenizer/
    trunk/devel/php70-tokenizer/Makefile

Removed Paths:
-------------
    trunk/devel/php5-gettext/
    trunk/devel/php5-json/
    trunk/devel/php5-pcntl/
    trunk/devel/php5-readline/
    trunk/devel/php5-shmop/
    trunk/devel/php5-sysvmsg/
    trunk/devel/php5-sysvsem/
    trunk/devel/php5-sysvshm/
    trunk/devel/php5-tokenizer/

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-03-15 21:15:45 UTC (rev 21199)
+++ trunk/devel/Makefile	2016-03-15 21:18:24 UTC (rev 21200)
@@ -385,15 +385,6 @@
 SUBDIR += performance
 SUBDIR += perltidy
 SUBDIR += php-xdebug
-SUBDIR += php5-gettext
-SUBDIR += php5-json
-SUBDIR += php5-pcntl
-SUBDIR += php5-readline
-SUBDIR += php5-shmop
-SUBDIR += php5-sysvmsg
-SUBDIR += php5-sysvsem
-SUBDIR += php5-sysvshm
-SUBDIR += php5-tokenizer
 SUBDIR += php55-gettext
 SUBDIR += php55-json
 SUBDIR += php55-pcntl
@@ -404,6 +395,11 @@
 SUBDIR += php56-pcntl
 SUBDIR += php56-readline
 SUBDIR += php56-tokenizer
+SUBDIR += php70-gettext
+SUBDIR += php70-json
+SUBDIR += php70-pcntl
+SUBDIR += php70-readline
+SUBDIR += php70-tokenizer
 SUBDIR += physfs
 SUBDIR += pkgconf
 SUBDIR += pmk

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


Property changes on: trunk/devel/php70-gettext/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/devel/php70-gettext/files/patch-config.m4
===================================================================
--- trunk/devel/php70-gettext/files/patch-config.m4	                        (rev 0)
+++ trunk/devel/php70-gettext/files/patch-config.m4	2016-03-15 21:18:24 UTC (rev 21200)
@@ -0,0 +1,17 @@
+--- config.m4.orig	Tue Jul 27 23:58:02 2004
++++ config.m4	Tue Jul 27 23:59:44 2004
+@@ -30,7 +30,6 @@
+ 		AC_MSG_ERROR(Unable to find required gettext library)
+ 	])
+   )
+-  LDFLAGS=$O_LDFLAGS
+ 
+   AC_DEFINE(HAVE_LIBINTL,1,[ ])
+   PHP_NEW_EXTENSION(gettext, gettext.c, $ext_shared)
+@@ -46,5 +45,6 @@
+   AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, dngettext,  [AC_DEFINE(HAVE_DNGETTEXT, 1, [ ])])
+   AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, dcngettext,  [AC_DEFINE(HAVE_DCNGETTEXT, 1, [ ])])
+   AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, bind_textdomain_codeset,  [AC_DEFINE(HAVE_BIND_TEXTDOMAIN_CODESET, 1, [ ])])
++  LDFLAGS=$O_LDFLAGS
+   
+ fi


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


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


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


Property changes on: trunk/devel/php70-pcntl/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/devel/php70-readline/Makefile
===================================================================
--- trunk/devel/php70-readline/Makefile	                        (rev 0)
+++ trunk/devel/php70-readline/Makefile	2016-03-15 21:18:24 UTC (rev 21200)
@@ -0,0 +1,11 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/devel/php70-readline/Makefile 408932 2016-02-15 14:34:26Z miwi $
+# $MidnightBSD$
+
+CATEGORIES=	devel
+
+MASTERDIR=	${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX=	-readline
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/php70-readline/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/devel/php70-readline/files/patch-config.m4
===================================================================
--- trunk/devel/php70-readline/files/patch-config.m4	                        (rev 0)
+++ trunk/devel/php70-readline/files/patch-config.m4	2016-03-15 21:18:24 UTC (rev 21200)
@@ -0,0 +1,38 @@
+--- config.m4.orig	2013-08-20 06:46:43.000000000 +0200
++++ config.m4	2013-08-27 16:01:29.000000000 +0200
+@@ -5,13 +5,8 @@
+ PHP_ARG_WITH(libedit,for libedit readline replacement, 
+ [  --with-libedit[=DIR]      Include libedit readline replacement (CLI/CGI only)])
+ 
+-if test "$PHP_LIBEDIT" = "no"; then
+   PHP_ARG_WITH(readline,for readline support,
+   [  --with-readline[=DIR]     Include readline support (CLI/CGI only)])
+-else
+-  dnl "register" the --with-readline option to preven invalid "unknown configure option" warning
+-  php_with_readline=no
+-fi
+ 
+ if test "$PHP_READLINE" && test "$PHP_READLINE" != "no"; then
+   for i in $PHP_READLINE /usr/local /usr; do
+@@ -67,6 +62,13 @@
+     -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS
+   ])
+ 
++  PHP_CHECK_LIBRARY(readline, rl_completion_matches,
++  [
++    AC_DEFINE(HAVE_RL_COMPLETION_MATCHES, 1, [ ])
++  ],[],[
++    -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS
++  ])
++
+   AC_DEFINE(HAVE_LIBREADLINE, 1, [ ])
+ 
+ elif test "$PHP_LIBEDIT" != "no"; then
+@@ -118,7 +120,6 @@
+ fi
+ 
+ if test "$PHP_READLINE" != "no" || test "$PHP_LIBEDIT" != "no"; then
+-  AC_CHECK_FUNCS([rl_completion_matches])
+   PHP_NEW_EXTENSION(readline, readline.c readline_cli.c, $ext_shared, cli)
+   PHP_SUBST(READLINE_SHARED_LIBADD)
+ fi


Property changes on: trunk/devel/php70-readline/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/devel/php70-readline/files/patch-readline_cli.c
===================================================================
--- trunk/devel/php70-readline/files/patch-readline_cli.c	                        (rev 0)
+++ trunk/devel/php70-readline/files/patch-readline_cli.c	2016-03-15 21:18:24 UTC (rev 21200)
@@ -0,0 +1,13 @@
+--- readline_cli.c.orig	2012-03-02 16:40:26.000000000 +0100
++++ readline_cli.c	2012-03-02 16:40:43.000000000 +0100
+@@ -19,6 +19,10 @@
+ 
+ /* $Id: readline_cli.c 321634 2012-01-01 13:15:04Z felipe $ */
+ 
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++
+ #include "php.h"
+ 
+ #ifndef HAVE_RL_COMPLETION_MATCHES


Property changes on: trunk/devel/php70-readline/files/patch-readline_cli.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/devel/php70-shmop/Makefile
===================================================================
--- trunk/devel/php70-shmop/Makefile	                        (rev 0)
+++ trunk/devel/php70-shmop/Makefile	2016-03-15 21:18:24 UTC (rev 21200)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/devel/php70-shmop/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES=	devel
+
+MASTERDIR=	${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX=	-shmop
+
+.include "${MASTERDIR}/Makefile"


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


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


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


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


Property changes on: trunk/devel/php70-tokenizer/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


More information about the Midnightbsd-cvs mailing list