diff options
Diffstat (limited to 'devel/php73-readline')
-rw-r--r-- | devel/php73-readline/Makefile | 9 | ||||
-rw-r--r-- | devel/php73-readline/files/patch-config.m4 | 30 | ||||
-rw-r--r-- | devel/php73-readline/files/patch-readline_cli.c | 13 |
3 files changed, 0 insertions, 52 deletions
diff --git a/devel/php73-readline/Makefile b/devel/php73-readline/Makefile deleted file mode 100644 index 372ce69ce3a4..000000000000 --- a/devel/php73-readline/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= devel - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -readline - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/devel/php73-readline/files/patch-config.m4 b/devel/php73-readline/files/patch-config.m4 deleted file mode 100644 index bfd025a54387..000000000000 --- a/devel/php73-readline/files/patch-config.m4 +++ /dev/null @@ -1,30 +0,0 @@ ---- config.m4.orig 2019-02-05 13:10:04 UTC -+++ config.m4 -@@ -3,13 +3,8 @@ dnl config.m4 for extension readline - 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 -@@ -72,6 +67,13 @@ if test "$PHP_READLINE" && test "$PHP_RE - -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 diff --git a/devel/php73-readline/files/patch-readline_cli.c b/devel/php73-readline/files/patch-readline_cli.c deleted file mode 100644 index 02f55974f9b0..000000000000 --- a/devel/php73-readline/files/patch-readline_cli.c +++ /dev/null @@ -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 |