Index: head/devel/php72-intl/php71-intl/Makefile =================================================================== --- head/devel/php72-intl/php71-intl/Makefile (revision 454317) +++ head/devel/php72-intl/php71-intl/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -intl - -.include "${MASTERDIR}/Makefile" Property changes on: head/devel/php72-intl/php71-intl/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/php72-json/php71-json/Makefile =================================================================== --- head/devel/php72-json/php71-json/Makefile (revision 454317) +++ head/devel/php72-json/php71-json/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -json - -.include "${MASTERDIR}/Makefile" Property changes on: head/devel/php72-json/php71-json/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/php72-pcntl/php71-pcntl/Makefile =================================================================== --- head/devel/php72-pcntl/php71-pcntl/Makefile (revision 454317) +++ head/devel/php72-pcntl/php71-pcntl/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -pcntl - -.include "${MASTERDIR}/Makefile" Property changes on: head/devel/php72-pcntl/php71-pcntl/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/php72-readline/php71-readline/Makefile =================================================================== --- head/devel/php72-readline/php71-readline/Makefile (revision 454317) +++ head/devel/php72-readline/php71-readline/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -readline - -.include "${MASTERDIR}/Makefile" Property changes on: head/devel/php72-readline/php71-readline/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/php72-readline/php71-readline/files/patch-readline_cli.c =================================================================== --- head/devel/php72-readline/php71-readline/files/patch-readline_cli.c (revision 454317) +++ head/devel/php72-readline/php71-readline/files/patch-readline_cli.c (nonexistent) @@ -1,13 +0,0 @@ ---- 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: head/devel/php72-readline/php71-readline/files/patch-readline_cli.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/php72-readline/php71-readline/files/patch-config.m4 =================================================================== --- head/devel/php72-readline/php71-readline/files/patch-config.m4 (revision 454317) +++ head/devel/php72-readline/php71-readline/files/patch-config.m4 (nonexistent) @@ -1,38 +0,0 @@ ---- 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: head/devel/php72-readline/php71-readline/files/patch-config.m4 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/php72-shmop/php71-shmop/Makefile =================================================================== --- head/devel/php72-shmop/php71-shmop/Makefile (revision 454317) +++ head/devel/php72-shmop/php71-shmop/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -shmop - -.include "${MASTERDIR}/Makefile" Property changes on: head/devel/php72-shmop/php71-shmop/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/php72-sysvmsg/php71-sysvmsg/Makefile =================================================================== --- head/devel/php72-sysvmsg/php71-sysvmsg/Makefile (revision 454317) +++ head/devel/php72-sysvmsg/php71-sysvmsg/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -sysvmsg - -.include "${MASTERDIR}/Makefile" Property changes on: head/devel/php72-sysvmsg/php71-sysvmsg/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/php72-sysvsem/php71-sysvsem/Makefile =================================================================== --- head/devel/php72-sysvsem/php71-sysvsem/Makefile (revision 454317) +++ head/devel/php72-sysvsem/php71-sysvsem/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -sysvsem - -.include "${MASTERDIR}/Makefile" Property changes on: head/devel/php72-sysvsem/php71-sysvsem/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/php72-sysvshm/php71-sysvshm/Makefile =================================================================== --- head/devel/php72-sysvshm/php71-sysvshm/Makefile (revision 454317) +++ head/devel/php72-sysvshm/php71-sysvshm/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -sysvshm - -.include "${MASTERDIR}/Makefile" Property changes on: head/devel/php72-sysvshm/php71-sysvshm/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/php72-tokenizer/php71-tokenizer/Makefile =================================================================== --- head/devel/php72-tokenizer/php71-tokenizer/Makefile (revision 454317) +++ head/devel/php72-tokenizer/php71-tokenizer/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -tokenizer - -.include "${MASTERDIR}/Makefile" Property changes on: head/devel/php72-tokenizer/php71-tokenizer/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/ftp/php72-curl/php71-curl/Makefile =================================================================== --- head/ftp/php72-curl/php71-curl/Makefile (revision 454317) +++ head/ftp/php72-curl/php71-curl/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= ftp - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -curl - -.include "${MASTERDIR}/Makefile" Property changes on: head/ftp/php72-curl/php71-curl/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/ftp/php72-ftp/php71-ftp/Makefile =================================================================== --- head/ftp/php72-ftp/php71-ftp/Makefile (revision 454317) +++ head/ftp/php72-ftp/php71-ftp/Makefile (nonexistent) @@ -1,13 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= ftp - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -ftp - -post-patch: - @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ - ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.* - -.include "${MASTERDIR}/Makefile" Property changes on: head/ftp/php72-ftp/php71-ftp/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/php72-exif/php71-exif/Makefile =================================================================== --- head/graphics/php72-exif/php71-exif/Makefile (revision 454317) +++ head/graphics/php72-exif/php71-exif/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= graphics - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -exif - -.include "${MASTERDIR}/Makefile" Property changes on: head/graphics/php72-exif/php71-exif/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/php72-gd/php71-gd/Makefile =================================================================== --- head/graphics/php72-gd/php71-gd/Makefile (revision 454317) +++ head/graphics/php72-gd/php71-gd/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= graphics - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -gd - -.include "${MASTERDIR}/Makefile" Property changes on: head/graphics/php72-gd/php71-gd/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/php72-imap/php71-imap/Makefile =================================================================== --- head/mail/php72-imap/php71-imap/Makefile (revision 454317) +++ head/mail/php72-imap/php71-imap/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= mail - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -imap - -.include "${MASTERDIR}/Makefile" Property changes on: head/mail/php72-imap/php71-imap/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/php72-imap/php71-imap/files/patch-config.m4 =================================================================== --- head/mail/php72-imap/php71-imap/files/patch-config.m4 (revision 454317) +++ head/mail/php72-imap/php71-imap/files/patch-config.m4 (nonexistent) @@ -1,42 +0,0 @@ ---- 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
-+#if defined(HAVE_BUNDLED_PCRE) && !defined(COMPILE_DL_PCRE) -+yes -+#endif -+ ],[ -+ PHP_PCRE_REGEX=yes -+ ],[ -+ AC_EGREP_CPP(yes,[ -+#include
-+#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: head/mail/php72-imap/php71-imap/files/patch-config.m4 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/php72-bcmath/php71-bcmath/Makefile =================================================================== --- head/math/php72-bcmath/php71-bcmath/Makefile (revision 454317) +++ head/math/php72-bcmath/php71-bcmath/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= math - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -bcmath - -.include "${MASTERDIR}/Makefile" Property changes on: head/math/php72-bcmath/php71-bcmath/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/php72-gmp/php71-gmp/Makefile =================================================================== --- head/math/php72-gmp/php71-gmp/Makefile (revision 454317) +++ head/math/php72-gmp/php71-gmp/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= math - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -gmp - -.include "${MASTERDIR}/Makefile" Property changes on: head/math/php72-gmp/php71-gmp/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/php72-calendar/php71-calendar/Makefile =================================================================== --- head/misc/php72-calendar/php71-calendar/Makefile (revision 454317) +++ head/misc/php72-calendar/php71-calendar/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= misc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -calendar - -.include "${MASTERDIR}/Makefile" Property changes on: head/misc/php72-calendar/php71-calendar/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/php72-ldap/php71-ldap/Makefile =================================================================== --- head/net/php72-ldap/php71-ldap/Makefile (revision 454317) +++ head/net/php72-ldap/php71-ldap/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -ldap - -.include "${MASTERDIR}/Makefile" Property changes on: head/net/php72-ldap/php71-ldap/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/php72-soap/php71-soap/Makefile =================================================================== --- head/net/php72-soap/php71-soap/Makefile (revision 454317) +++ head/net/php72-soap/php71-soap/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -soap - -.include "${MASTERDIR}/Makefile" Property changes on: head/net/php72-soap/php71-soap/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/php72-sockets/php71-sockets/Makefile =================================================================== --- head/net/php72-sockets/php71-sockets/Makefile (revision 454317) +++ head/net/php72-sockets/php71-sockets/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -sockets - -.include "${MASTERDIR}/Makefile" Property changes on: head/net/php72-sockets/php71-sockets/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/php72-xmlrpc/php71-xmlrpc/Makefile =================================================================== --- head/net/php72-xmlrpc/php71-xmlrpc/Makefile (revision 454317) +++ head/net/php72-xmlrpc/php71-xmlrpc/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= net - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -xmlrpc - -.include "${MASTERDIR}/Makefile" Property changes on: head/net/php72-xmlrpc/php71-xmlrpc/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/php72-xmlrpc/php71-xmlrpc/files/patch-config.m4 =================================================================== --- head/net/php72-xmlrpc/php71-xmlrpc/files/patch-config.m4 (revision 454317) +++ head/net/php72-xmlrpc/php71-xmlrpc/files/patch-config.m4 (nonexistent) @@ -1,23 +0,0 @@ ---- 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: head/net/php72-xmlrpc/php71-xmlrpc/files/patch-config.m4 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/php72-snmp/php71-snmp/Makefile =================================================================== --- head/net-mgmt/php72-snmp/php71-snmp/Makefile (revision 454317) +++ head/net-mgmt/php72-snmp/php71-snmp/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= net-mgmt - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -snmp - -.include "${MASTERDIR}/Makefile" Property changes on: head/net-mgmt/php72-snmp/php71-snmp/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/php72-filter/php71-filter/Makefile =================================================================== --- head/security/php72-filter/php71-filter/Makefile (revision 454317) +++ head/security/php72-filter/php71-filter/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= security - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -filter - -.include "${MASTERDIR}/Makefile" Property changes on: head/security/php72-filter/php71-filter/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/php72-filter/php71-filter/files/patch-config.m4 =================================================================== --- head/security/php72-filter/php71-filter/files/patch-config.m4 (revision 454317) +++ head/security/php72-filter/php71-filter/files/patch-config.m4 (nonexistent) @@ -1,10 +0,0 @@ ---- config.m4.orig 2009-03-06 08:25:45.000000000 +0100 -+++ config.m4 2009-03-06 08:28:10.000000000 +0100 -@@ -32,6 +32,7 @@ - #endif - ],[ - PHP_PCRE_REGEX=pecl -+ PHP_ADD_INCLUDE($PHP_PCRE_DIR/include) - ],[ - PHP_PCRE_REGEX=no - ]) Property changes on: head/security/php72-filter/php71-filter/files/patch-config.m4 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/php72-hash/php71-hash/Makefile =================================================================== --- head/security/php72-hash/php71-hash/Makefile (revision 454317) +++ head/security/php72-hash/php71-hash/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= security - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -hash - -.include "${MASTERDIR}/Makefile" Property changes on: head/security/php72-hash/php71-hash/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/php72-openssl/php71-openssl/Makefile =================================================================== --- head/security/php72-openssl/php71-openssl/Makefile (revision 454317) +++ head/security/php72-openssl/php71-openssl/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= security - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -openssl - -.include "${MASTERDIR}/Makefile" Property changes on: head/security/php72-openssl/php71-openssl/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/php72-fileinfo/php71-fileinfo/Makefile =================================================================== --- head/sysutils/php72-fileinfo/php71-fileinfo/Makefile (revision 454317) +++ head/sysutils/php72-fileinfo/php71-fileinfo/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= sysutils - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -fileinfo - -.include "${MASTERDIR}/Makefile" Property changes on: head/sysutils/php72-fileinfo/php71-fileinfo/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/php72-fileinfo/php71-fileinfo/files/patch-config.m4 =================================================================== --- head/sysutils/php72-fileinfo/php71-fileinfo/files/patch-config.m4 (revision 454317) +++ head/sysutils/php72-fileinfo/php71-fileinfo/files/patch-config.m4 (nonexistent) @@ -1,21 +0,0 @@ ---- config.m4.orig 2010-09-07 15:45:30.000000000 +0200 -+++ config.m4 2010-09-07 15:46:50.000000000 +0200 -@@ -4,6 +4,9 @@ - PHP_ARG_ENABLE(fileinfo, for fileinfo support, - [ --disable-fileinfo Disable fileinfo support], yes) - -+PHP_ARG_WITH(pcre-dir, pcre install prefix, -+[ --with-pcre-dir FILEINFO: pcre install prefix], no, no) -+ - if test "$PHP_FILEINFO" != "no"; then - - libmagic_sources=" \ -@@ -13,6 +16,8 @@ - libmagic/is_tar.c libmagic/magic.c libmagic/print.c \ - libmagic/readcdf.c libmagic/readelf.c libmagic/softmagic.c" - -+ PHP_ADD_INCLUDE($PHP_PCRE_DIR/include) -+ - PHP_NEW_EXTENSION(fileinfo, fileinfo.c $libmagic_sources, $ext_shared,,-I@ext_srcdir@/libmagic) - PHP_ADD_BUILD_DIR($ext_builddir/libmagic) - Property changes on: head/sysutils/php72-fileinfo/php71-fileinfo/files/patch-config.m4 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/php72-posix/php71-posix/Makefile =================================================================== --- head/sysutils/php72-posix/php71-posix/Makefile (revision 454317) +++ head/sysutils/php72-posix/php71-posix/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= sysutils - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -posix - -.include "${MASTERDIR}/Makefile" Property changes on: head/sysutils/php72-posix/php71-posix/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/php72-posix/php71-posix/files/patch-posix.c =================================================================== --- head/sysutils/php72-posix/php71-posix/files/patch-posix.c (revision 454317) +++ head/sysutils/php72-posix/php71-posix/files/patch-posix.c (nonexistent) @@ -1,38 +0,0 @@ ---- posix.c.orig Fri Feb 23 00:40:39 2007 -+++ posix.c Sun May 13 17:52:27 2007 -@@ -838,7 +838,7 @@ - #if defined(ZTS) && defined(HAVE_GETGRNAM_R) && defined(_SC_GETGR_R_SIZE_MAX) - buflen = sysconf(_SC_GETGR_R_SIZE_MAX); - if (buflen < 1) { -- RETURN_FALSE; -+ buflen = 1024; - } - buf = emalloc(buflen); - g = &gbuf; -@@ -888,7 +888,7 @@ - - grbuflen = sysconf(_SC_GETGR_R_SIZE_MAX); - if (grbuflen < 1) { -- RETURN_FALSE; -+ grbuflen = 1024; - } - - grbuf = emalloc(grbuflen); -@@ -955,7 +955,7 @@ - #if defined(ZTS) && defined(_SC_GETPW_R_SIZE_MAX) && defined(HAVE_GETPWNAM_R) - buflen = sysconf(_SC_GETPW_R_SIZE_MAX); - if (buflen < 1) { -- RETURN_FALSE; -+ buflen = 1024; - } - buf = emalloc(buflen); - pw = &pwbuf; -@@ -1004,7 +1004,7 @@ - #if defined(ZTS) && defined(_SC_GETPW_R_SIZE_MAX) && defined(HAVE_GETPWUID_R) - pwbuflen = sysconf(_SC_GETPW_R_SIZE_MAX); - if (pwbuflen < 1) { -- RETURN_FALSE; -+ pwbuflen = 1024; - } - pwbuf = emalloc(pwbuflen); - Property changes on: head/sysutils/php72-posix/php71-posix/files/patch-posix.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/php72-ctype/php71-ctype/Makefile =================================================================== --- head/textproc/php72-ctype/php71-ctype/Makefile (revision 454317) +++ head/textproc/php72-ctype/php71-ctype/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -ctype - -.include "${MASTERDIR}/Makefile" Property changes on: head/textproc/php72-ctype/php71-ctype/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/php72-dom/php71-dom/Makefile =================================================================== --- head/textproc/php72-dom/php71-dom/Makefile (revision 454317) +++ head/textproc/php72-dom/php71-dom/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -dom - -.include "${MASTERDIR}/Makefile" Property changes on: head/textproc/php72-dom/php71-dom/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/php72-enchant/php71-enchant/Makefile =================================================================== --- head/textproc/php72-enchant/php71-enchant/Makefile (revision 454317) +++ head/textproc/php72-enchant/php71-enchant/Makefile (nonexistent) @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= textproc - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -enchant - -.include "${MASTERDIR}/Makefile" Property changes on: head/textproc/php72-enchant/php71-enchant/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property