FreeBSD Bugzilla – Attachment 183285 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 (php71)
fix-phpgd-for-php71 (text/plain), 1.40 KB, created by
Dani I.
on 2017-06-07 10:33:58 UTC
(
hide
)
Description:
Remove unsupported options and add new option for webp (php71)
Filename:
MIME Type:
Creator:
Dani I.
Created:
2017-06-07 10:33:58 UTC
Size:
1.40 KB
patch
obsolete
>--- 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
Actions:
View
|
Diff
Attachments on
bug 219837
:
183285
|
183286