FreeBSD Bugzilla – Attachment 183286 Details for
Bug 219837
lang/php71, graphics/php71-gd, lang/php70, graphics/php70-gd: Remove unsupported options and add new option for webp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove unsupported options and add new option for webp support(php70&php71)
patch-unsupported-options-and-add-webp-support.patch (text/plain), 2.79 KB, created by
Dani I.
on 2017-06-07 10:42:12 UTC
(
hide
)
Description:
Remove unsupported options and add new option for webp support(php70&php71)
Filename:
MIME Type:
Creator:
Dani I.
Created:
2017-06-07 10:42:12 UTC
Size:
2.79 KB
patch
obsolete
>--- lang/php70/Makefile.ext 2017-03-16 01:00:13.276785831 +0100 >+++ lang/php70/Makefile.ext 2017-06-07 11:59:33.214095975 +0200 >@@ -100,14 +100,13 @@ CONFIGURE_ARGS+=--with-gd \ > --with-png-dir=${LOCALBASE} \ > --with-zlib-dir=/usr > >-OPTIONS_DEFINE= T1LIB TRUETYPE JIS X11 VPX >-OPTIONS_DEFAULT=T1LIB TRUETYPE X11 >+OPTIONS_DEFINE=TRUETYPE JIS WEBP X11 >+OPTIONS_DEFAULT=TRUETYPE X11 > >-T1LIB_DESC= Include T1lib support > TRUETYPE_DESC= Enable TrueType string function > JIS_DESC= Enable JIS-mapped Japanese font support >+WEBP_DESC= Enable WebP image format support > X11_DESC= Enable XPM support >-VPX_DESC= Enable VP8 codec support > > PHP_HEADER_DIRS=libgd > .endif >@@ -505,27 +504,22 @@ USES+= mysql > .include <bsd.port.pre.mk> > > .if ${PHP_MODNAME} == "gd" >-. if ${PORT_OPTIONS:MT1LIB} >-LIB_DEPENDS+= libt1.so:devel/t1lib >- >-CONFIGURE_ARGS+=--with-t1lib=${LOCALBASE} >-. endif > . if ${PORT_OPTIONS:MTRUETYPE} > CONFIGURE_ARGS+=--enable-gd-native-ttf > . endif > . if ${PORT_OPTIONS:MJIS} > CONFIGURE_ARGS+=--enable-gd-jis-conv > . endif >+. if ${PORT_OPTIONS:MWEBP} >+LIB_DEPENDS+= libwebp.so:graphics/webp >+ >+CONFIGURE_ARGS+=--with-webp-dir=${LOCALBASE} >+. endif > . if ${PORT_OPTIONS:MX11} > USE_XORG= xpm > > CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE} > . endif >-. if ${PORT_OPTIONS:MVPX} >-LIB_DEPENDS+= libvpx.so:multimedia/libvpx >- >-CONFIGURE_ARGS+=--with-vpx-dir=${LOCALBASE} >-. endif > .endif > > .if ${PHP_MODNAME} == "imap" >--- lang/php71/Makefile.ext.orig 2017-06-07 11:30:04.645164045 +0200 >+++ lang/php71/Makefile.ext 2017-06-07 11:46:45.138094800 +0200 >@@ -100,14 +100,13 @@ CONFIGURE_ARGS+=--with-gd \ > --with-png-dir=${LOCALBASE} \ > --with-zlib-dir=/usr > >-OPTIONS_DEFINE= T1LIB TRUETYPE JIS X11 VPX >-OPTIONS_DEFAULT=T1LIB TRUETYPE X11 >+OPTIONS_DEFINE=TRUETYPE JIS WEBP X11 >+OPTIONS_DEFAULT=TRUETYPE X11 > >-T1LIB_DESC= Include T1lib support > TRUETYPE_DESC= Enable TrueType string function > JIS_DESC= Enable JIS-mapped Japanese font support >+WEBP_DESC= Enable WebP image format support > X11_DESC= Enable XPM support >-VPX_DESC= Enable VP8 codec support > > PHP_HEADER_DIRS=libgd > .endif >@@ -505,27 +504,22 @@ USES+= mysql > .include <bsd.port.pre.mk> > > .if ${PHP_MODNAME} == "gd" >-. if ${PORT_OPTIONS:MT1LIB} >-LIB_DEPENDS+= libt1.so:devel/t1lib >- >-CONFIGURE_ARGS+=--with-t1lib=${LOCALBASE} >-. endif > . if ${PORT_OPTIONS:MTRUETYPE} > CONFIGURE_ARGS+=--enable-gd-native-ttf > . endif > . if ${PORT_OPTIONS:MJIS} > CONFIGURE_ARGS+=--enable-gd-jis-conv > . endif >+. if ${PORT_OPTIONS:MWEBP} >+LIB_DEPENDS+= libwebp.so:graphics/webp >+ >+CONFIGURE_ARGS+=--with-webp-dir=${LOCALBASE} >+. endif > . if ${PORT_OPTIONS:MX11} > USE_XORG= xpm > > CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE} > . endif >-. if ${PORT_OPTIONS:MVPX} >-LIB_DEPENDS+= libvpx.so:multimedia/libvpx >- >-CONFIGURE_ARGS+=--with-vpx-dir=${LOCALBASE} >-. endif > .endif > > .if ${PHP_MODNAME} == "imap"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
i.dani
:
maintainer-approval?
(
tz
)
Actions:
View
|
Diff
Attachments on
bug 219837
:
183285
| 183286