FreeBSD Bugzilla – Attachment 180132 Details for
Bug 217222
graphics/php70-gd and relatives should not build bundled libgd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch php70-gd to build against graphics/gd
php-gd.patch (text/plain), 1.22 KB, created by
Mikhail Teterin
on 2017-02-19 07:01:40 UTC
(
hide
)
Description:
Patch php70-gd to build against graphics/gd
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2017-02-19 07:01:40 UTC
Size:
1.22 KB
patch
obsolete
>Index: lang/php70/Makefile.ext >=================================================================== >--- lang/php70/Makefile.ext (revision 434378) >+++ lang/php70/Makefile.ext (working copy) >@@ -94,12 +94,16 @@ > libpng.so:graphics/png > USES+= jpeg > >-CONFIGURE_ARGS+=--with-gd \ >+CPPFLAGS+= -UHAVE_GD_BUNDLED >+CONFIGURE_ARGS+=--with-gd=${LOCALBASE} \ > --with-freetype-dir=${LOCALBASE} \ > --with-jpeg-dir=${LOCALBASE} \ > --with-png-dir=${LOCALBASE} \ > --with-zlib-dir=/usr > >+EXTRACT_AFTER_ARGS=--no-same-owner --no-same-permissions --exclude libgd \ >+ php-${PORTVERSION}/ext/gd >+ > OPTIONS_DEFINE= T1LIB TRUETYPE JIS X11 VPX > OPTIONS_DEFAULT=T1LIB TRUETYPE X11 > >@@ -109,7 +113,6 @@ > X11_DESC= Enable XPM support > VPX_DESC= Enable VP8 codec support > >-PHP_HEADER_DIRS=libgd > .endif > > .if ${PHP_MODNAME} == "gettext" >Index: graphics/php70-gd/Makefile >=================================================================== >--- graphics/php70-gd/Makefile (revision 434378) >+++ graphics/php70-gd/Makefile (working copy) >@@ -2,9 +2,14 @@ > # $FreeBSD$ > > CATEGORIES= graphics >+PORTREVISION= 1 > > MASTERDIR= ${.CURDIR}/../../lang/php70 > >+LIB_DEPENDS+= gd:graphics/gd >+ > PKGNAMESUFFIX= -gd > >+TEST_TARGET= test >+ > .include "${MASTERDIR}/Makefile"
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 217222
:
180132
|
181795
|
195051
|
195058