summaryrefslogtreecommitdiff
path: root/x11-toolkits/php-gtk2/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
commit616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch)
treeeca5ff8ef89030731d682a14daebcc8cbd2245ac /x11-toolkits/php-gtk2/files
parent- Fix modes of the temp directory [1] (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes: svn path=/head/; revision=224474 svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'x11-toolkits/php-gtk2/files')
-rw-r--r--x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m411
-rw-r--r--x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.defs19
-rw-r--r--x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides12
-rw-r--r--x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m416
4 files changed, 0 insertions, 58 deletions
diff --git a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4 b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4
deleted file mode 100644
index d9e8d9c89f91..000000000000
--- a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/gtkhtml/config.m4.orig Thu Apr 11 04:19:46 2002
-+++ ext/gtkhtml/config.m4 Sat Dec 7 21:16:19 2002
-@@ -21,7 +21,7 @@
- AC_MSG_ERROR(unable to locate gnome-config)
- else
- HTML_CFLAGS=`$GNOME_CONFIG --cflags $module_args`
-- if test "x$?" == "x1"; then
-+ if test "x$?" = "x1"; then
- AC_MSG_ERROR(gnome-config doesn't seem to have support for gtkhtml)
- fi
- HTML_LIBS=`$GNOME_CONFIG --libs $module_args`
diff --git a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.defs b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.defs
deleted file mode 100644
index e77d5b4d6b46..000000000000
--- a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.defs
+++ /dev/null
@@ -1,19 +0,0 @@
---- ext/gtkhtml/gtkhtml.defs.orig Mon Mar 4 09:36:38 2002
-+++ ext/gtkhtml/gtkhtml.defs Sat Dec 7 22:25:24 2002
-@@ -348,6 +348,7 @@
- (parameter (type-and-name GdkAtom selection))
- (parameter (type-and-name gint type))
- (parameter (type-and-name gint32 time))
-+ (parameter (type-and-name gboolean as_cite))
- )
-
- ;; Loading
-@@ -571,7 +572,7 @@
- (return-type none)
- )
- (method paste
-- (of-object HTML (Gtk))
-+ (of-object HTML (Gtk, 0))
- (c-name gtk_html_paste)
- (return-type none)
- )
diff --git a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides
deleted file mode 100644
index f5ecfea3eef3..000000000000
--- a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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);
diff --git a/x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4 b/x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4
deleted file mode 100644
index 4d2f78def30c..000000000000
--- a/x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4
+++ /dev/null
@@ -1,16 +0,0 @@
---- ext/scintilla/config.m4.orig Thu Jul 10 23:05:44 2003
-+++ ext/scintilla/config.m4 Thu Jul 10 23:05:52 2003
-@@ -6,10 +6,10 @@
- --enable-scintilla Enable Scintilla support])
-
- if test "$PHP_GTK_SCINTILLA" != "no"; then
-- for x in /usr /usr/local; do
-- if test -f $x/include/gtkscintilla.h; then
-+ for x in /usr/include /usr/local/include /usr/local/include/scintilla /usr/X11R6/include/scintilla; do
-+ if test -f $x/gtkscintilla.h; then
- SCINTILLA_DIR=$x
-- SCINTILLA_INCDIR=$x/include
-+ SCINTILLA_INCDIR=$x
- fi
- done
-