aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-04-17 21:00:10 +0000
committerRene Ladan <rene@FreeBSD.org>2015-04-17 21:00:10 +0000
commit2af5dcc160f59e3915e6f8a0c19b7650638cbd46 (patch)
tree1fdf47022a8f664140594ff7b238feaa6d0dd6db /converters
parentea34d39e045f1e179cad055445a6716f05f00773 (diff)
downloadports-2af5dcc160f59e3915e6f8a0c19b7650638cbd46.tar.gz
ports-2af5dcc160f59e3915e6f8a0c19b7650638cbd46.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile3
-rw-r--r--converters/php53-iconv/Makefile10
-rw-r--r--converters/php53-mbstring/Makefile9
-rw-r--r--converters/php53-mbstring/files/patch-config.m451
-rw-r--r--converters/php53-recode/Makefile9
5 files changed, 0 insertions, 82 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 634df85ddef2..e5a4cd95abc9 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -129,9 +129,6 @@
SUBDIR += php5-iconv
SUBDIR += php5-mbstring
SUBDIR += php5-recode
- SUBDIR += php53-iconv
- SUBDIR += php53-mbstring
- SUBDIR += php53-recode
SUBDIR += php55-iconv
SUBDIR += php55-mbstring
SUBDIR += php55-recode
diff --git a/converters/php53-iconv/Makefile b/converters/php53-iconv/Makefile
deleted file mode 100644
index fd8c1411903f..000000000000
--- a/converters/php53-iconv/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $FreeBSD$
-
-PORTREVISION= 1
-CATEGORIES= converters
-
-MASTERDIR= ${.CURDIR}/../../lang/php53
-
-PKGNAMESUFFIX= -iconv
-
-.include "${MASTERDIR}/Makefile"
diff --git a/converters/php53-mbstring/Makefile b/converters/php53-mbstring/Makefile
deleted file mode 100644
index 1a6b1d960ad4..000000000000
--- a/converters/php53-mbstring/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= converters
-
-MASTERDIR= ${.CURDIR}/../../lang/php53
-
-PKGNAMESUFFIX= -mbstring
-
-.include "${MASTERDIR}/Makefile"
diff --git a/converters/php53-mbstring/files/patch-config.m4 b/converters/php53-mbstring/files/patch-config.m4
deleted file mode 100644
index 026798f26a5a..000000000000
--- a/converters/php53-mbstring/files/patch-config.m4
+++ /dev/null
@@ -1,51 +0,0 @@
---- config.m4.orig 2009-11-25 02:30:06.000000000 +0100
-+++ config.m4 2010-04-12 09:59:54.000000000 +0200
-@@ -43,6 +43,30 @@
- PHP_ADD_INCLUDE([$ext_builddir/$dir])
- 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
-+ ])
-+ ])
-+
- if test "$ext_shared" = "no"; then
- PHP_ADD_SOURCES(PHP_EXT_DIR(mbstring), $PHP_MBSTRING_BASE_SOURCES)
- out="php_config.h"
-@@ -80,7 +104,6 @@
- int foo(int x, ...) {
- va_list va;
- va_start(va, x);
-- va_arg(va, int);
- va_arg(va, char *);
- va_arg(va, double);
- return 0;
-@@ -347,6 +370,9 @@
- [ --with-onig[=DIR] MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
- If DIR is not set, the bundled oniguruma will be used], no, no)
-
-+PHP_ARG_WITH(pcre-dir, pcre install prefix,
-+[ --with-pcre-dir MBSTRING: pcre install prefix], no, no)
-+
- if test "$PHP_MBSTRING" != "no"; then
- AC_DEFINE([HAVE_MBSTRING],1,[whether to have multibyte string support])
-
diff --git a/converters/php53-recode/Makefile b/converters/php53-recode/Makefile
deleted file mode 100644
index 1f33d889b7d0..000000000000
--- a/converters/php53-recode/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= converters
-
-MASTERDIR= ${.CURDIR}/../../lang/php53
-
-PKGNAMESUFFIX= -recode
-
-.include "${MASTERDIR}/Makefile"