diff options
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.0-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-php/php/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/php/php-4.3.0-r2.ebuild | 8 |
4 files changed, 21 insertions, 10 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog index 5430681e902f..71080fbb52f5 100644 --- a/dev-php/mod_php/ChangeLog +++ b/dev-php/mod_php/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for dev-php/mod_php # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.40 2003/01/08 17:03:37 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.41 2003/01/08 20:24:54 rphillips Exp $ *mod_php-4.3.0-r1 (06 Jan 2003) 08 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r1.ebuild : + Changed ebuild to reflect truetype use var instead of freetype + + 08 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r1.ebuild : Use internal GD support 08 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r1.ebuild : diff --git a/dev-php/mod_php/mod_php-4.3.0-r1.ebuild b/dev-php/mod_php/mod_php-4.3.0-r1.ebuild index 27d4dfdff1f9..56d544dce31a 100644 --- a/dev-php/mod_php/mod_php-4.3.0-r1.ebuild +++ b/dev-php/mod_php/mod_php-4.3.0-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0-r1.ebuild,v 1.3 2003/01/08 17:03:37 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0-r1.ebuild,v 1.4 2003/01/08 20:24:54 rphillips Exp $ -IUSE="apache2 freetype postgres tiff libwww nls jpeg ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" +IUSE="apache2 truetype postgres tiff libwww nls jpeg ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" MY_P=php-${PV} S=${WORKDIR}/${MY_P} @@ -21,7 +21,7 @@ PROVIDE="virtual/php" DEPEND=" >=net-www/apache-1.3.26-r2 apache2? ( >=net-www/apache-2.0.43-r1 ) - freetype? ( ~media-libs/freetype-1.3.1 >=media-libs/t1lib-1.3.1 ) + truetype? ( ~media-libs/freetype-1.3.1 >=media-libs/t1lib-1.3.1 ) jpeg? ( >=media-libs/jpeg-6b ) tiff? ( >=media-libs/tiff-3.5.5 ) X? ( virtual/x11 ) @@ -115,7 +115,7 @@ src_compile() { use odbc && myconf="${myconf} --with-unixODBC=/usr" use ldap && myconf="${myconf} --with-ldap" use firebird && myconf="${myconf} --with-interbase=/opt/interbase" - use freetype && myconf="${myconf} --with-ttf --with-t1lib" + use truetype && myconf="${myconf} --with-ttf --with-t1lib" use pdflib && myconf="${myconf} --with-pdflib=/usr" use jpeg && myconf="${myconf} --with-jpeg-dir=/usr/lib" use tiff && myconf="${myconf} --with-tiff-dir=/usr" diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index 37d0d8c138fb..ca2b0d395200 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,9 +1,17 @@ # ChangeLog for dev-php/php # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.25 2003/01/07 19:06:17 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.26 2003/01/08 20:26:40 rphillips Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords +*php-4.3.0-r2 (8 Jan 2003) + + 8 Jan 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r2.ebuild : + Changed freetype use var to truetype + + 8 Jan 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r2.ebuild : + Fixes #13191 + *php-4.3.0-r1 (7 Jan 2003) 7 Jan 2003; Ryan Phillips <rphillips@gentoo.org> : diff --git a/dev-php/php/php-4.3.0-r2.ebuild b/dev-php/php/php-4.3.0-r2.ebuild index c9d88d66ed4b..888e676c5d89 100644 --- a/dev-php/php/php-4.3.0-r2.ebuild +++ b/dev-php/php/php-4.3.0-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r2.ebuild,v 1.1 2003/01/08 17:21:04 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r2.ebuild,v 1.2 2003/01/08 20:26:40 rphillips Exp $ -IUSE="freetype postgres tiff libwww nls jpeg readline ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" +IUSE="truetype postgres tiff libwww nls jpeg readline ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" MY_P=php-${PV} S=${WORKDIR}/${MY_P} @@ -20,7 +20,7 @@ KEYWORDS="x86 ~sparc" # >=dev-libs/gmp-3.1.1 DEPEND=" - freetype? ( ~media-libs/freetype-1.3.1 >=media-libs/t1lib-1.3.1 ) + truetype? ( ~media-libs/freetype-1.3.1 >=media-libs/t1lib-1.3.1 ) jpeg? ( >=media-libs/jpeg-6b ) tiff? ( >=media-libs/tiff-3.5.5 ) X? ( virtual/x11 ) @@ -107,7 +107,7 @@ src_compile() { use odbc && myconf="${myconf} --with-unixODBC=/usr" use ldap && myconf="${myconf} --with-ldap" use firebird && myconf="${myconf} --with-interbase=/opt/interbase" - use freetype && myconf="${myconf} --with-ttf --with-t1lib" + use truetype && myconf="${myconf} --with-ttf --with-t1lib" use pdflib && myconf="${myconf} --enable-pdflib=/usr" use jpeg && myconf="${myconf} --with-jpeg-dir=/usr/lib" use tiff && myconf="${myconf} --with-tiff-dir=/usr" |