FreeBSD Bugzilla – Attachment 80678 Details for
Bug 115677
[PATCH] Don't depend on XPM for graphics/php5-gd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
php5-gd-noxpm.diff
php5-gd-noxpm.diff (text/x-patch), 1.27 KB, created by
Xin LI
on 2007-08-21 16:59:46 UTC
(
hide
)
Description:
php5-gd-noxpm.diff
Filename:
MIME Type:
Creator:
Xin LI
Created:
2007-08-21 16:59:46 UTC
Size:
1.27 KB
patch
obsolete
>Index: Makefile.ext >=================================================================== >RCS file: /home/ncvs/ports/lang/php5/Makefile.ext,v >retrieving revision 1.46 >diff -u -p -r1.46 Makefile.ext >--- Makefile.ext 25 Jul 2007 07:19:18 -0000 1.46 >+++ Makefile.ext 21 Aug 2007 15:55:37 -0000 >@@ -86,22 +86,17 @@ USE_OPENSSL= yes > LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ > png.5:${PORTSDIR}/graphics/png \ > jpeg.9:${PORTSDIR}/graphics/jpeg >-. if !defined(WITHOUT_X11) >-USE_XPM= yes >-. endif > > CONFIGURE_ARGS+=--with-gd \ > --with-freetype-dir=${LOCALBASE} \ > --with-jpeg-dir=${LOCALBASE} \ > --with-png-dir=${LOCALBASE} \ > --with-zlib-dir=/usr >-. if !defined(WITHOUT_X11) >-CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} >-. endif > > OPTIONS= T1LIB "Include T1lib support" on \ > TRUETYPE "Enable TrueType string function" on \ >- JIS "Enable JIS-mapped Japanese font support" off >+ JIS "Enable JIS-mapped Japanese font support" off \ >+ XPM "Enable XPM color bitmap loading support" off > > PHP_HEADER_DIRS=libgd > .endif >@@ -552,6 +547,10 @@ CONFIGURE_ARGS+=--enable-gd-native-ttf > . if defined(WITH_JIS) > CONFIGURE_ARGS+=--enable-gd-jis-conv > . endif >+. if defined(WITH_XPM) >+USE_XPM= yes >+CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} >+. endif > .endif > > .if ${PHP_MODNAME} == "mbstring"
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 115677
:
80677
| 80678