summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2001-01-05 15:36:45 +0000
committerade <ade@FreeBSD.org>2001-01-05 15:36:45 +0000
commit96c5830d640a0e1007f5d59cafa83915d9cc7112 (patch)
tree20c69f06d37f9a85dd04f13aa53048693fe1a98e
parent49541f8049f1db1ddfc844ff3a3bd4f81416b296 (diff)
downloadFreeBSD-ports-96c5830d640a0e1007f5d59cafa83915d9cc7112.zip
FreeBSD-ports-96c5830d640a0e1007f5d59cafa83915d9cc7112.tar.gz
Mangle this to work with bonobo-0.31
Obtained from: GNOME CVS
-rw-r--r--www/gtkhtml/Makefile1
-rw-r--r--www/gtkhtml/files/patch-ag29
-rw-r--r--www/gtkhtml3/Makefile1
-rw-r--r--www/gtkhtml3/files/patch-ag29
-rw-r--r--www/gtkhtml38/Makefile1
-rw-r--r--www/gtkhtml38/files/patch-ag29
-rw-r--r--www/libgtkhtml/Makefile1
-rw-r--r--www/libgtkhtml/files/patch-ag29
8 files changed, 120 insertions, 0 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile
index de32227..31d8994 100644
--- a/www/gtkhtml/Makefile
+++ b/www/gtkhtml/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gtkhtml
PORTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
diff --git a/www/gtkhtml/files/patch-ag b/www/gtkhtml/files/patch-ag
new file mode 100644
index 0000000..c0954d1
--- /dev/null
+++ b/www/gtkhtml/files/patch-ag
@@ -0,0 +1,29 @@
+--- components/ebrowser/test-ebrowser.c.orig Sat Dec 2 01:06:18 2000
++++ components/ebrowser/test-ebrowser.c Wed Jan 3 10:56:58 2001
+@@ -29,3 +29,5 @@
+ Bonobo_PropertyBag pb;
++#ifdef TEST_LISTENER
+ BonoboPropertyListener * listener;
++#endif
+
+@@ -41,2 +43,3 @@
+
++#ifdef TEST_LISTENER
+ listener = gtk_object_get_data (object, "listener");
+@@ -45,2 +48,3 @@
+ }
++#endif
+ }
+@@ -111,2 +115,3 @@
+
++#ifdef TEST_LISTENER
+ static void
+@@ -121,2 +126,3 @@
+ }
++#endif
+
+@@ -308,3 +314,3 @@
+
+-#if 1
++#ifdef TEST_LISTENER
+ /* Test listener */
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
index de32227..31d8994 100644
--- a/www/gtkhtml3/Makefile
+++ b/www/gtkhtml3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gtkhtml
PORTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
diff --git a/www/gtkhtml3/files/patch-ag b/www/gtkhtml3/files/patch-ag
new file mode 100644
index 0000000..c0954d1
--- /dev/null
+++ b/www/gtkhtml3/files/patch-ag
@@ -0,0 +1,29 @@
+--- components/ebrowser/test-ebrowser.c.orig Sat Dec 2 01:06:18 2000
++++ components/ebrowser/test-ebrowser.c Wed Jan 3 10:56:58 2001
+@@ -29,3 +29,5 @@
+ Bonobo_PropertyBag pb;
++#ifdef TEST_LISTENER
+ BonoboPropertyListener * listener;
++#endif
+
+@@ -41,2 +43,3 @@
+
++#ifdef TEST_LISTENER
+ listener = gtk_object_get_data (object, "listener");
+@@ -45,2 +48,3 @@
+ }
++#endif
+ }
+@@ -111,2 +115,3 @@
+
++#ifdef TEST_LISTENER
+ static void
+@@ -121,2 +126,3 @@
+ }
++#endif
+
+@@ -308,3 +314,3 @@
+
+-#if 1
++#ifdef TEST_LISTENER
+ /* Test listener */
diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile
index de32227..31d8994 100644
--- a/www/gtkhtml38/Makefile
+++ b/www/gtkhtml38/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gtkhtml
PORTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
diff --git a/www/gtkhtml38/files/patch-ag b/www/gtkhtml38/files/patch-ag
new file mode 100644
index 0000000..c0954d1
--- /dev/null
+++ b/www/gtkhtml38/files/patch-ag
@@ -0,0 +1,29 @@
+--- components/ebrowser/test-ebrowser.c.orig Sat Dec 2 01:06:18 2000
++++ components/ebrowser/test-ebrowser.c Wed Jan 3 10:56:58 2001
+@@ -29,3 +29,5 @@
+ Bonobo_PropertyBag pb;
++#ifdef TEST_LISTENER
+ BonoboPropertyListener * listener;
++#endif
+
+@@ -41,2 +43,3 @@
+
++#ifdef TEST_LISTENER
+ listener = gtk_object_get_data (object, "listener");
+@@ -45,2 +48,3 @@
+ }
++#endif
+ }
+@@ -111,2 +115,3 @@
+
++#ifdef TEST_LISTENER
+ static void
+@@ -121,2 +126,3 @@
+ }
++#endif
+
+@@ -308,3 +314,3 @@
+
+-#if 1
++#ifdef TEST_LISTENER
+ /* Test listener */
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile
index de32227..31d8994 100644
--- a/www/libgtkhtml/Makefile
+++ b/www/libgtkhtml/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gtkhtml
PORTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
diff --git a/www/libgtkhtml/files/patch-ag b/www/libgtkhtml/files/patch-ag
new file mode 100644
index 0000000..c0954d1
--- /dev/null
+++ b/www/libgtkhtml/files/patch-ag
@@ -0,0 +1,29 @@
+--- components/ebrowser/test-ebrowser.c.orig Sat Dec 2 01:06:18 2000
++++ components/ebrowser/test-ebrowser.c Wed Jan 3 10:56:58 2001
+@@ -29,3 +29,5 @@
+ Bonobo_PropertyBag pb;
++#ifdef TEST_LISTENER
+ BonoboPropertyListener * listener;
++#endif
+
+@@ -41,2 +43,3 @@
+
++#ifdef TEST_LISTENER
+ listener = gtk_object_get_data (object, "listener");
+@@ -45,2 +48,3 @@
+ }
++#endif
+ }
+@@ -111,2 +115,3 @@
+
++#ifdef TEST_LISTENER
+ static void
+@@ -121,2 +126,3 @@
+ }
++#endif
+
+@@ -308,3 +314,3 @@
+
+-#if 1
++#ifdef TEST_LISTENER
+ /* Test listener */
OpenPOWER on IntegriCloud