summaryrefslogtreecommitdiff
path: root/www/mod_php5/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_php5/files')
-rw-r--r--www/mod_php5/files/patch-aa11
-rw-r--r--www/mod_php5/files/patch-aq72
-rw-r--r--www/mod_php5/files/patch-as17
-rw-r--r--www/mod_php5/files/patch-at11
4 files changed, 0 insertions, 111 deletions
diff --git a/www/mod_php5/files/patch-aa b/www/mod_php5/files/patch-aa
deleted file mode 100644
index 572d063ef340..000000000000
--- a/www/mod_php5/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/ming/php_ming.h.orig Mon May 28 02:09:57 2001
-+++ ext/ming/php_ming.h Mon Jun 25 22:58:57 2001
-@@ -28,7 +28,7 @@
-
- #if HAVE_MING
-
--#include "ming.h"
-+#include "ming/ming.h"
-
- extern zend_module_entry ming_module_entry;
- #define ming_module_ptr &ming_module_entry
diff --git a/www/mod_php5/files/patch-aq b/www/mod_php5/files/patch-aq
deleted file mode 100644
index 690602617f98..000000000000
--- a/www/mod_php5/files/patch-aq
+++ /dev/null
@@ -1,72 +0,0 @@
---- configure.orig Mon Apr 30 15:47:59 2001
-+++ configure Fri May 4 00:14:24 2001
-@@ -45273,18 +45273,6 @@
- fi
-
-
-- case "cs" in
-- c|c_r|pthread*) ;;
-- *)
--
--
-- LIBS="-lcs $LIBS"
--
--
-- ;;
-- esac
--
--
- case "ct" in
- c|c_r|pthread*) ;;
- *)
-@@ -45296,31 +45284,7 @@
- ;;
- esac
-
--
-- case "comn" in
-- c|c_r|pthread*) ;;
-- *)
--
--
-- LIBS="-lcomn $LIBS"
--
--
-- ;;
-- esac
--
--
-- case "intl" in
-- c|c_r|pthread*) ;;
-- *)
--
--
-- LIBS="-lintl $LIBS"
--
--
-- ;;
-- esac
--
-- SYBASE_CT_LIBS="-lcs -lct -lcomn -lintl"
-+ SYBASE_CT_LIBS="-lct"
- old_LDFLAGS=$LDFLAGS
- LDFLAGS="$LDFLAGS -L$SYBASE_CT_LIBDIR"
- echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6
-@@ -45372,17 +45336,6 @@
-
- else
- echo "$ac_t""no" 1>&6
--
-- case "sybtcl" in
-- c|c_r|pthread*) ;;
-- *)
--
--
-- LIBS="-lsybtcl $LIBS"
--
--
-- ;;
-- esac
-
- fi
-
diff --git a/www/mod_php5/files/patch-as b/www/mod_php5/files/patch-as
deleted file mode 100644
index 755a0dc0e411..000000000000
--- a/www/mod_php5/files/patch-as
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.in.orig Wed May 3 06:51:11 2000
-+++ Makefile.in Wed May 17 23:42:28 2000
-@@ -1,4 +1,4 @@
--
-+
- ZEND_DIR = $(srcdir)/Zend
- SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR)
-
-@@ -29,7 +29,7 @@
-
- targets = $(LTLIBRARY_NAME) $(PROGRAM_NAME)
-
--install_targets = install-sapi install-modules
-+install_targets = install-sapi
-
- include $(top_srcdir)/build/rules.mk
- include $(top_srcdir)/build/library.mk
diff --git a/www/mod_php5/files/patch-at b/www/mod_php5/files/patch-at
deleted file mode 100644
index fbb234901747..000000000000
--- a/www/mod_php5/files/patch-at
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/pspell/pspell.c.orig Mon Feb 26 07:07:13 2001
-+++ ext/pspell/pspell.c Tue Jun 12 22:08:33 2001
-@@ -32,7 +32,7 @@
- #define USE_ORIGINAL_MANAGER_FUNCS
-
- #include "php_pspell.h"
--#include <pspell/pspell.h>
-+#include <pspell.h>
- #include "ext/standard/info.h"
-
- #define PSPELL_FAST 1L