summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-01-24 20:35:50 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-01-24 20:35:50 +0000
commit3535e31f556e163c47aae90473f93ca56d3f8c85 (patch)
treee41fc289a19f9d435a4f26b80dc44f534a3084ad /dev-php4
parentFixed dependencies in 1.8.0 and allowed for no sound if USE is -alsa -oss on ... (diff)
downloadhistorical-3535e31f556e163c47aae90473f93ca56d3f8c85.tar.gz
historical-3535e31f556e163c47aae90473f93ca56d3f8c85.tar.bz2
historical-3535e31f556e163c47aae90473f93ca56d3f8c85.zip
Fix compile errors.
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-php4')
-rw-r--r--dev-php4/php-gtk/ChangeLog6
-rw-r--r--dev-php4/php-gtk/Manifest6
-rw-r--r--dev-php4/php-gtk/files/undef-gtk_shpaned_new.patch2
-rw-r--r--dev-php4/php-gtk/php-gtk-1.0.2.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-php4/php-gtk/ChangeLog b/dev-php4/php-gtk/ChangeLog
index 3fcecca38b83..1143db866fd2 100644
--- a/dev-php4/php-gtk/ChangeLog
+++ b/dev-php4/php-gtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php4/php-gtk
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/php-gtk/ChangeLog,v 1.4 2006/01/20 18:07:29 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/php-gtk/ChangeLog,v 1.5 2006/01/24 20:35:50 chtekk Exp $
+
+ 24 Jan 2006; Luca Longinotti <chtekk@gentoo.org>
+ files/undef-gtk_shpaned_new.patch, php-gtk-1.0.2.ebuild:
+ Fix compilation errors.
20 Jan 2006; Luca Longinotti <chtekk@gentoo.org>
+files/undef-gtk_shpaned_new.patch, php-gtk-1.0.2.ebuild:
diff --git a/dev-php4/php-gtk/Manifest b/dev-php4/php-gtk/Manifest
index 75ca4d798a1a..0b3a496e66b3 100644
--- a/dev-php4/php-gtk/Manifest
+++ b/dev-php4/php-gtk/Manifest
@@ -1,5 +1,5 @@
-MD5 429dbf61cf5ecf5bc84dfc9c6ea02bd9 ChangeLog 696
+MD5 8d99fdbcbbce220e7e6f14f9397c6796 ChangeLog 833
MD5 104e4a1d719126cf73c9bdb45796f91e files/digest-php-gtk-1.0.2 65
-MD5 f4ea3c445c7e3580939d944a80c45a60 files/undef-gtk_shpaned_new.patch 665
+MD5 b41f660dbd38a86d8e13172a122e5cad files/undef-gtk_shpaned_new.patch 664
MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157
-MD5 f7a407d5d6def04d04fb5e7722e437cb php-gtk-1.0.2.ebuild 1238
+MD5 e029ef622890d413641261455c80b09a php-gtk-1.0.2.ebuild 1251
diff --git a/dev-php4/php-gtk/files/undef-gtk_shpaned_new.patch b/dev-php4/php-gtk/files/undef-gtk_shpaned_new.patch
index 335471b92e22..4aaf6126364d 100644
--- a/dev-php4/php-gtk/files/undef-gtk_shpaned_new.patch
+++ b/dev-php4/php-gtk/files/undef-gtk_shpaned_new.patch
@@ -11,5 +11,5 @@
AC_DEFINE(HAVE_SPANED,1,[spaned support])
- PHP_GTK_EXTENSION(spaned, $php_gtk_ext_shared, php_spaned.c gtkspaned.c gtksvpaned.c, gen_spaned.c)
-+ PHP_GTK_EXTENSION(spaned, $php_gtk_ext_shared, php_spaned.c gtkspaned.c gtkshpaned.c, gtksvpaned.c, gen_spaned.c)
++ PHP_GTK_EXTENSION(spaned, $php_gtk_ext_shared, php_spaned.c gtkspaned.c gtksvpaned.c gtkshpaned.c, gen_spaned.c)
fi
diff --git a/dev-php4/php-gtk/php-gtk-1.0.2.ebuild b/dev-php4/php-gtk/php-gtk-1.0.2.ebuild
index b254b7edce8a..b003363512d3 100644
--- a/dev-php4/php-gtk/php-gtk-1.0.2.ebuild
+++ b/dev-php4/php-gtk/php-gtk-1.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/php-gtk/php-gtk-1.0.2.ebuild,v 1.4 2006/01/20 18:07:29 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/php-gtk/php-gtk-1.0.2.ebuild,v 1.5 2006/01/24 20:35:50 chtekk Exp $
PHP_EXT_NAME="php_gtk"
PHP_EXT_INI="yes"
@@ -29,7 +29,7 @@ MAKEOPTS="-j1"
pkg_setup() {
has_php
- require_php_with_use cli
+ require_php_with_use cli pcre session
}
src_unpack() {