From ef50dbb213487797f1a2d9f4d0d5636f98bb3894 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 1 Mar 2014 00:06:29 +0000 Subject: PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time to say goodbye. Upstream unsupported it since 2011-01-06 (see http://php.net/eol.php ) Strip PHP 5.2 out of Mk/bsd.php.mk --- math/php52-gmp/files/patch-gmp.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 math/php52-gmp/files/patch-gmp.c (limited to 'math/php52-gmp/files/patch-gmp.c') diff --git a/math/php52-gmp/files/patch-gmp.c b/math/php52-gmp/files/patch-gmp.c deleted file mode 100644 index 74b95c01878d..000000000000 --- a/math/php52-gmp/files/patch-gmp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/gmp/gmp.c.orig 2010-04-21 22:00:31.841602968 +0000 -+++ ext/gmp/gmp.c 2010-04-21 22:00:46.412804473 +0000 -@@ -1396,7 +1396,7 @@ - - GMPG(rand_initialized) = 1; - } -- mpz_urandomb(*gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * __GMP_BITS_PER_MP_LIMB); -+ mpz_urandomb(*gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * GMP_LIMB_BITS); - - ZEND_REGISTER_RESOURCE(return_value, gmpnum_result, le_gmp); - } -- cgit v1.2.3