From dd3060cd59be44abe38a9979073053aa50ecf14d Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 1 Apr 2003 23:06:03 +0000 Subject: New port: php-gtk Great! I had planned to port this application. Here are some patches to the original submitted PR. They upgrade to v. 0.5.2, force the build of self contained extensions, install examples (all tested and working), fix some typos in the code, USE_GNOMENG, and add a BUILD_DEP towards phpize. I have also added knobs to build gdkpixbuf and gtkhtml extensions (not scintilla). They build OK, but I have been unable to test them => they are not installed. PR: ports/46201 Submitted by: Th. Thomas. --- .../php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides (limited to 'x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides') diff --git a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides new file mode 100644 index 000000000000..f5ecfea3eef3 --- /dev/null +++ b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides @@ -0,0 +1,12 @@ +--- ext/gtkhtml/gtkhtml.overrides.orig Thu Sep 19 15:57:28 2002 ++++ ext/gtkhtml/gtkhtml.overrides Sun Dec 8 18:10:47 2002 +@@ -1068,7 +1068,8 @@ + widget = php_gtk_shift_to_iframe_parent (widget, &x, &y); + + engine = GTK_HTML (widget)->engine; +- if (GTK_HTML (widget)->button1_pressed && html_engine_get_editable (engine)) ++/* FIXME: button1_pressed has been removed? */ ++ if (html_engine_get_editable (engine)) + html_engine_jump_at (engine, + x + engine->x_offset, + y + engine->y_offset); -- cgit v1.2.3