From 87a09e788fd713fb5c314f2fa9d9134fef902401 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 21 Oct 2016 07:30:32 +0000 Subject: Remove expired PHP5.5 ports. --- mail/php55-imap/Makefile | 11 --------- mail/php55-imap/files/patch-config.m4 | 42 ----------------------------------- 2 files changed, 53 deletions(-) delete mode 100644 mail/php55-imap/Makefile delete mode 100644 mail/php55-imap/files/patch-config.m4 (limited to 'mail/php55-imap') diff --git a/mail/php55-imap/Makefile b/mail/php55-imap/Makefile deleted file mode 100644 index c83045d566dc..000000000000 --- a/mail/php55-imap/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Created by: Alex Dupre -# $FreeBSD$ - -PORTREVISION= 1 -CATEGORIES= mail - -MASTERDIR= ${.CURDIR}/../../lang/php55 - -PKGNAMESUFFIX= -imap - -.include "${MASTERDIR}/Makefile" diff --git a/mail/php55-imap/files/patch-config.m4 b/mail/php55-imap/files/patch-config.m4 deleted file mode 100644 index ab7120b2c8c8..000000000000 --- a/mail/php55-imap/files/patch-config.m4 +++ /dev/null @@ -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,[ ]) -- cgit v1.2.3