SPECS: php.spec - rel 6; disable gd-jis-conv (broken)

arekm arekm at pld-linux.org
Thu Mar 19 13:07:08 CET 2009


Author: arekm                        Date: Thu Mar 19 12:07:08 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 6; disable gd-jis-conv (broken)

---- Files affected:
SPECS:
   php.spec (1.787 -> 1.788) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.787 SPECS/php.spec:1.788
--- SPECS/php.spec:1.787	Tue Mar 17 13:11:41 2009
+++ SPECS/php.spec	Thu Mar 19 13:07:01 2009
@@ -19,6 +19,7 @@
 %bcond_with	interbase_inst	# use InterBase install., not Firebird	(BR: proprietary libs)
 %bcond_with	oci8		# with Oracle oci8 extension module	(BR: proprietary libs)
 %bcond_with	system_gd	# with system gd (we prefer internal since it enables few more features)
+%bcond_with	gd_jis_conv	# causes imagettfbbox(): any2eucjp(): invalid code in input string when internal gd used
 %bcond_without	curl		# without CURL extension module
 %bcond_without	filter		# without filter extension module
 %bcond_without	imap		# without IMAP extension module
@@ -84,7 +85,7 @@
 %undefine	with_filter
 %endif
 
-%define		rel 5
+%define		rel 6
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):	Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):	Język skryptowy PHP
@@ -1812,7 +1813,7 @@
 	--enable-exif=shared \
 	--enable-ftp=shared \
 	--enable-gd-native-ttf \
-	--enable-gd-jis-conv \
+	%{?with_gd_jis_conv:--enable-gd-jis-conv} \
 	--enable-libxml \
 	--enable-magic-quotes \
 	--enable-mbstring=shared,all \
@@ -2893,6 +2894,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.788  2009/03/19 12:07:01  arekm
+- rel 6; disable gd-jis-conv (broken)
+
 Revision 1.787  2009/03/17 12:11:41  arekm
 - rel 5; fix system_gd bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php.spec?r1=1.787&r2=1.788&f=u



More information about the pld-cvs-commit mailing list