aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2014-09-04 22:24:25 +0800
committerale <ale@FreeBSD.org>2014-09-04 22:24:25 +0800
commit4537a4881b0b6d73e3ae464f01f8c34a0f0f6981 (patch)
tree65444edf752ebaf49e944ea49c7e7dad35e1de9a /graphics
parentbd99065cd762559478878408c8a5e4cadb54faa1 (diff)
downloadfreebsd-ports-gnome-4537a4881b0b6d73e3ae464f01f8c34a0f0f6981.tar.gz
freebsd-ports-gnome-4537a4881b0b6d73e3ae464f01f8c34a0f0f6981.tar.zst
freebsd-ports-gnome-4537a4881b0b6d73e3ae464f01f8c34a0f0f6981.zip
Import PHP 5.6 branch!
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile2
-rw-r--r--graphics/php56-exif/Makefile10
-rw-r--r--graphics/php56-gd/Makefile10
-rw-r--r--graphics/php56-gd/files/patch-config.m411
4 files changed, 33 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 8ec761b2622d..0d4ec260f563 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -759,6 +759,8 @@
SUBDIR += php53-gd
SUBDIR += php55-exif
SUBDIR += php55-gd
+ SUBDIR += php56-exif
+ SUBDIR += php56-gd
SUBDIR += phplot
SUBDIR += picpuz
SUBDIR += picturebook
diff --git a/graphics/php56-exif/Makefile b/graphics/php56-exif/Makefile
new file mode 100644
index 000000000000..13a6387c6997
--- /dev/null
+++ b/graphics/php56-exif/Makefile
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale@FreeBSD.org>
+# $FreeBSD$
+
+CATEGORIES= graphics
+
+MASTERDIR= ${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX= -exif
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/php56-gd/Makefile b/graphics/php56-gd/Makefile
new file mode 100644
index 000000000000..4746215748f7
--- /dev/null
+++ b/graphics/php56-gd/Makefile
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale@FreeBSD.org>
+# $FreeBSD$
+
+CATEGORIES= graphics
+
+MASTERDIR= ${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX= -gd
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/php56-gd/files/patch-config.m4 b/graphics/php56-gd/files/patch-config.m4
new file mode 100644
index 000000000000..468b69287246
--- /dev/null
+++ b/graphics/php56-gd/files/patch-config.m4
@@ -0,0 +1,11 @@
+--- config.m4.orig 2013-12-11 00:31:06.000000000 +0100
++++ config.m4 2013-12-24 21:11:19.000000000 +0100
+@@ -233,7 +233,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
+ ])