summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-10 13:59:03 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-10 16:57:35 +0200
commit95967c2077762985235e47db1fe9949bed5cbe8f (patch)
treed18f44b10a5c6ae9c4444c192cac7277a2003e6a /graphics
parentdevel/py-python-gitlab: Update to 3.15.0 (diff)
*/*php83*: Sunrise
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS Sponsored by: Bounce Experts
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile2
-rw-r--r--graphics/php83-exif/Makefile7
-rw-r--r--graphics/php83-gd/Makefile7
-rw-r--r--graphics/php83-gd/files/patch-gd.c11
4 files changed, 27 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 6704f771cd94..d65655c497fc 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -786,6 +786,8 @@
SUBDIR += php81-gd
SUBDIR += php82-exif
SUBDIR += php82-gd
+ SUBDIR += php83-exif
+ SUBDIR += php83-gd
SUBDIR += phplot
SUBDIR += picpuz
SUBDIR += piddle
diff --git a/graphics/php83-exif/Makefile b/graphics/php83-exif/Makefile
new file mode 100644
index 000000000000..9e90a682b13c
--- /dev/null
+++ b/graphics/php83-exif/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= graphics
+
+MASTERDIR= ${.CURDIR}/../../lang/php83
+
+PKGNAMESUFFIX= -exif
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/php83-gd/Makefile b/graphics/php83-gd/Makefile
new file mode 100644
index 000000000000..2460a0247ad0
--- /dev/null
+++ b/graphics/php83-gd/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= graphics
+
+MASTERDIR= ${.CURDIR}/../../lang/php83
+
+PKGNAMESUFFIX= -gd
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/php83-gd/files/patch-gd.c b/graphics/php83-gd/files/patch-gd.c
new file mode 100644
index 000000000000..c5c0fe89f9d4
--- /dev/null
+++ b/graphics/php83-gd/files/patch-gd.c
@@ -0,0 +1,11 @@
+--- gd.c.orig 2023-06-06 15:54:29 UTC
++++ gd.c
+@@ -80,7 +80,7 @@
+ # include FT_FREETYPE_H
+ #endif
+
+-#if defined(HAVE_GD_XPM) && defined(HAVE_GD_BUNDLED)
++#if defined(HAVE_XPM) && defined(HAVE_GD_XPM) && defined(HAVE_GD_BUNDLED)
+ # include "X11/xpm.h"
+ #endif
+