summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-03-01 00:06:29 +0000
committerRene Ladan <rene@FreeBSD.org>2014-03-01 00:06:29 +0000
commitef50dbb213487797f1a2d9f4d0d5636f98bb3894 (patch)
treea82aa9cd34a90c5daecd9ec479f5a85b36141796 /graphics
parent- Fix build with clang (diff)
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
Notes
Notes: svn path=/head/; revision=346583
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile3
-rw-r--r--graphics/php52-exif/Makefile11
-rw-r--r--graphics/php52-gd/Makefile11
-rw-r--r--graphics/php52-gd/files/patch-config.m420
-rw-r--r--graphics/php52-gd/files/patch-libgd_gd_png.c14
-rw-r--r--graphics/php52-ming/Makefile11
6 files changed, 0 insertions, 70 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index bc66edf2a876..6274ee174b86 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -764,9 +764,6 @@
SUBDIR += php5-ffmpeg
SUBDIR += php5-gd
SUBDIR += php5-swfed
- SUBDIR += php52-exif
- SUBDIR += php52-gd
- SUBDIR += php52-ming
SUBDIR += php53-exif
SUBDIR += php53-gd
SUBDIR += php55-exif
diff --git a/graphics/php52-exif/Makefile b/graphics/php52-exif/Makefile
deleted file mode 100644
index 8647d875c39b..000000000000
--- a/graphics/php52-exif/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= graphics
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -exif
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/graphics/php52-gd/Makefile b/graphics/php52-gd/Makefile
deleted file mode 100644
index 933828e3023e..000000000000
--- a/graphics/php52-gd/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= graphics
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -gd
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/graphics/php52-gd/files/patch-config.m4 b/graphics/php52-gd/files/patch-config.m4
deleted file mode 100644
index 32fa887c5da6..000000000000
--- a/graphics/php52-gd/files/patch-config.m4
+++ /dev/null
@@ -1,20 +0,0 @@
---- ext/gd/config.m4.orig 2007-07-03 19:25:43.000000000 +0200
-+++ ext/gd/config.m4 2013-12-24 21:04:48.000000000 +0100
-@@ -204,7 +204,7 @@
- if test "$PHP_FREETYPE_DIR" != "no"; then
-
- for i in $PHP_FREETYPE_DIR /usr/local /usr; do
-- if test -f "$i/include/freetype2/freetype/freetype.h"; then
-+ if test -f "$i/include/freetype2/freetype.h"; then
- FREETYPE2_DIR=$i
- FREETYPE2_INC_DIR=$i/include/freetype2
- break
-@@ -251,7 +251,7 @@
- ],[
- AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.])
- ],[
-- -L$GD_T1_DIR/$PHP_LIBDIR
-+ -L$GD_T1_DIR/$PHP_LIBDIR -lm
- ])
- fi
- ])
diff --git a/graphics/php52-gd/files/patch-libgd_gd_png.c b/graphics/php52-gd/files/patch-libgd_gd_png.c
deleted file mode 100644
index d0bbe4ec5100..000000000000
--- a/graphics/php52-gd/files/patch-libgd_gd_png.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- ext/gd/libgd/gd_png.c.orig 2009-03-14 18:48:42.000000000 +0100
-+++ ext/gd/libgd/gd_png.c 2010-04-05 19:54:05.000000000 +0200
-@@ -139,7 +139,11 @@
- return NULL;
- }
-
-+#if PNG_LIBPNG_VER >= 10400
-+ if (png_sig_cmp (sig, 0, 8)) { /* bad signature */
-+#else
- if (!png_check_sig (sig, 8)) { /* bad signature */
-+#endif
- return NULL;
- }
-
diff --git a/graphics/php52-ming/Makefile b/graphics/php52-ming/Makefile
deleted file mode 100644
index c3bc36ad1bc9..000000000000
--- a/graphics/php52-ming/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= graphics
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -ming
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"