diff options
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/Makefile | 2 | ||||
| -rw-r--r-- | graphics/php83-exif/Makefile | 7 | ||||
| -rw-r--r-- | graphics/php83-gd/Makefile | 7 | ||||
| -rw-r--r-- | graphics/php83-gd/files/patch-gd.c | 11 |
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 + |
