summaryrefslogtreecommitdiff
path: root/math/php4-gmp
diff options
context:
space:
mode:
Diffstat (limited to 'math/php4-gmp')
-rw-r--r--math/php4-gmp/Makefile18
-rw-r--r--math/php4-gmp/files/patch-gmp.c11
2 files changed, 0 insertions, 29 deletions
diff --git a/math/php4-gmp/Makefile b/math/php4-gmp/Makefile
deleted file mode 100644
index 4f86e1ef337b..000000000000
--- a/math/php4-gmp/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: php4-gmp
-# Date created: 7 Jul 2004
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DEPRECATED= php4 is EOLed
-EXPIRATION_DATE= 2012-05-10
-
-PORTREVISION= 3
-CATEGORIES= math
-
-MASTERDIR= ${.CURDIR}/../../lang/php4
-
-PKGNAMESUFFIX= -gmp
-
-.include "${MASTERDIR}/Makefile"
diff --git a/math/php4-gmp/files/patch-gmp.c b/math/php4-gmp/files/patch-gmp.c
deleted file mode 100644
index 816d0f9b0f92..000000000000
--- a/math/php4-gmp/files/patch-gmp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gmp.c.orig 2010-04-13 14:04:55.000000000 +0200
-+++ gmp.c 2010-04-13 14:05:23.000000000 +0200
-@@ -1159,7 +1159,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);
- }