diff options
author | ale <ale@FreeBSD.org> | 2014-09-04 22:24:25 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-09-04 22:24:25 +0800 |
commit | 4537a4881b0b6d73e3ae464f01f8c34a0f0f6981 (patch) | |
tree | 65444edf752ebaf49e944ea49c7e7dad35e1de9a /graphics | |
parent | bd99065cd762559478878408c8a5e4cadb54faa1 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | graphics/php56-exif/Makefile | 10 | ||||
-rw-r--r-- | graphics/php56-gd/Makefile | 10 | ||||
-rw-r--r-- | graphics/php56-gd/files/patch-config.m4 | 11 |
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 + ]) |