diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-02-14 19:21:31 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-02-14 19:21:31 +0000 |
commit | d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862 (patch) | |
tree | 8ee58acab1b0a9fe8d1b1eb86093bf1a0d151f63 /databases/php5-mysqli/files | |
parent | Correct URL. (diff) |
Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.
Adjust Mk/bsd.php.mk
Reviewed by: antoine, marino
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D5278
Notes
Notes:
svn path=/head/; revision=408884
Diffstat (limited to 'databases/php5-mysqli/files')
-rw-r--r-- | databases/php5-mysqli/files/patch-php_mysqli_structs.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/php5-mysqli/files/patch-php_mysqli_structs.h b/databases/php5-mysqli/files/patch-php_mysqli_structs.h deleted file mode 100644 index d0daeee9ee54..000000000000 --- a/databases/php5-mysqli/files/patch-php_mysqli_structs.h +++ /dev/null @@ -1,10 +0,0 @@ ---- php_mysqli_structs.h.orig 2010-07-26 15:52:54.000000000 +0200 -+++ php_mysqli_structs.h 2010-07-26 15:53:14.000000000 +0200 -@@ -54,6 +54,7 @@ - #define WE_HAD_MBSTATE_T - #endif - -+#define HAVE_ULONG 1 - #include <my_global.h> - - #if !defined(HAVE_MBRLEN) && defined(WE_HAD_MBRLEN) |