From 93ab49fe0feb83c0ab96961783addc690466cc76 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Sun, 10 Jul 2005 21:45:23 +0000 Subject: Add a patch, bump the PORTREVISION. * Tomboy/panelapplet/AppletFactory.cs: Subclass from GLib.Object. Needed to work around what I can only guess is a mono 1.0.x and 1.1.x incompatibility, whereby calling protected GLib.Object.LookupGType externally is no longer allowed. Hopefully fixes bug #306815. http://bugzilla.gnome.org/show_bug.cgi?id=306815 Reported by: Geraud CONTINSOUZAS Took from: tomboy CVS. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD --- deskutils/tomboy/Makefile | 4 ++-- .../files/patch-Tomboy::panelapplet::AppletFactory.cs | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 deskutils/tomboy/files/patch-Tomboy::panelapplet::AppletFactory.cs (limited to 'deskutils/tomboy') diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index f016068de730..f80a1c062c59 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -2,13 +2,13 @@ # Date created: 20041011 # Whom: Tom McLaughlin # -# $Id: Makefile,v 1.7 2005/05/13 00:56:00 tmclau02 Exp $ +# $Id: Makefile,v 1.9 2005/06/21 22:32:11 mezz7 Exp $ # $FreeBSD$ # PORTNAME= tomboy PORTVERSION= 0.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnome MASTER_SITES= http://www.beatniksoftware.com/tomboy/releases/ diff --git a/deskutils/tomboy/files/patch-Tomboy::panelapplet::AppletFactory.cs b/deskutils/tomboy/files/patch-Tomboy::panelapplet::AppletFactory.cs new file mode 100644 index 000000000000..9bf172c8693c --- /dev/null +++ b/deskutils/tomboy/files/patch-Tomboy::panelapplet::AppletFactory.cs @@ -0,0 +1,19 @@ +=================================================================== +RCS file: /cvs/gnome/tomboy/Tomboy/panelapplet/AppletFactory.cs,v +retrieving revision 1.1 +retrieving revision 1.2 +diff -u -r1.1 -r1.2 +--- Tomboy/panelapplet/AppletFactory.cs 2004/10/23 18:21:58 1.1 ++++ Tomboy/panelapplet/AppletFactory.cs 2005/06/08 10:31:47 1.2 +@@ -4,9 +4,9 @@ + + namespace PanelApplet + { +- public class AppletFactory ++ public class AppletFactory : GLib.Object + { +- private AppletFactory () { } ++ private AppletFactory () : base (IntPtr.Zero) { } + + private static string _IID; + private static string _factoryIID; -- cgit v1.2.3