From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 28 02:59:43 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 361AD106566B for ; Wed, 28 Apr 2010 02:59:43 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao101.cox.net (eastrmmtao101.cox.net [68.230.240.7]) by mx1.freebsd.org (Postfix) with ESMTP id CD4748FC0A for ; Wed, 28 Apr 2010 02:59:42 +0000 (UTC) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao101.cox.net (InterMail vM.8.00.01.00 201-2244-105-20090324) with ESMTP id <20100428025942.EMJW14747.eastrmmtao101.cox.net@eastrmimpo03.cox.net>; Tue, 27 Apr 2010 22:59:42 -0400 Received: from localhost ([68.103.37.153]) by eastrmimpo03.cox.net with bizsmtp id Aqzh1e00D3JFCbG02qzhmR; Tue, 27 Apr 2010 22:59:42 -0400 X-VR-Score: -340.00 X-Authority-Analysis: v=1.1 cv=garkv6WxUlWCZxlYffz6yNGlDVHTZyAXTUdcTJEJ4sc= c=1 sm=1 a=JEkJFzbijncA:10 a=IkcTkHD0fZMA:10 a=N4x68aYdfVlkKDflYggXRA==:17 a=6I5d2MoRAAAA:8 a=kviXuzpPAAAA:8 a=D4pUKKLykP_UnbgPmPAA:9 a=Kw5roYYXGohlxEI3Y5oA:7 a=-ih0sfXg8zFEGrgxBMSleQTMElsA:4 a=QEXdDO2ut3YA:10 a=SV7veod9ZcQA:10 a=4vB-4DCPJfMA:10 a=N4x68aYdfVlkKDflYggXRA==:117 X-CM-Score: 0.00 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Greg Larkin" References: <201004272113.o3RLDOHE028565@fbsd70.entropy.prv> Date: Tue, 27 Apr 2010 22:03:38 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Jeremy Messenger" Message-ID: In-Reply-To: <201004272113.o3RLDOHE028565@fbsd70.entropy.prv> User-Agent: Opera Mail/10.10 (Linux) Cc: gnome@freebsd.org Subject: Re: [PATCH] devel/libnotifymm: Fix compiler error in notification.h X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2010 02:59:43 -0000 On Tue, 27 Apr 2010 16:13:24 -0500, Greg Larkin wrote: > >> Submitter-Id: current-users >> Originator: Greg Larkin >> Organization: The FreeBSD Project >> Confidential: no >> Synopsis: [PATCH] devel/libnotifymm: Fix compiler error in >> notification.h >> Severity: non-critical >> Priority: low >> Category: ports >> Class: change-request >> Release: FreeBSD 7.0-RELEASE i386 >> Environment: > System: FreeBSD fbsd70.entropy.prv 7.0-RELEASE FreeBSD 7.0-RELEASE #0: > Sun Feb 24 19:59:52 UTC 2008 >> Description: > This patch removes some duplicate semicolons in notification.h that cause > compiler errors. This was noticed during development of a new port. > > Added file(s): > - files/patch-libnotify__libnotifymm__notification.h > > Port maintainer (gnome@FreeBSD.org) is cc'd. > > Generated with FreeBSD Port Tools 0.77 >> How-To-Repeat: >> Fix: Approved, thanks! Cheers, Mezz > --- libnotifymm-0.6.1_4.patch begins here --- > Index: files/patch-libnotify__libnotifymm__notification.h > =================================================================== > RCS file: files/patch-libnotify__libnotifymm__notification.h > diff -N files/patch-libnotify__libnotifymm__notification.h > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ files/patch-libnotify__libnotifymm__notification.h 27 Apr 2010 > 21:11:12 -0000 > @@ -0,0 +1,50 @@ > +--- ./libnotify/libnotifymm/notification.h.orig 2010-04-23 > 11:36:40.000000000 -0400 > ++++ ./libnotify/libnotifymm/notification.h 2010-04-23 > 11:37:20.000000000 -0400 > +@@ -191,7 +191,7 @@ > + * location. If @a attach is 0, the widget will be unset. > + * @param attach The widget to attach to, or 0. > + */ > +- void attach_to_widget(Gtk::Widget& attach);; > ++ void attach_to_widget(Gtk::Widget& attach); > + > + /** Attaches the notification to a Gtk::StatusIcon. This will set > hints on the > + * notification requesting that the notification point to the status > icon's > +@@ -303,17 +303,16 @@ > + * specified callback function will be called. > + */ > + void add_action(const Glib::ustring& action, const Glib::ustring& > label, const SlotInvokeAction& slot); > +- ; > + > + > + /** Clears all hints from the notification. > + */ > +- void clear_hints();; > ++ void clear_hints(); > + > + > + /** Clears all actions from the notification. > + */ > +- void clear_actions();; > ++ void clear_actions(); > + > + /** Tells the notification server to hide the notification on the > screen. > + * @return true if successful. On error, this will return > false and set > +@@ -324,16 +323,14 @@ > + #else > + void close(std::auto_ptr& error); > + #endif //GLIBMM_EXCEPTIONS_ENABLED > +-; > +- > +- > ++ > ++ > + /** > + * @par Prototype: > + * void on_my_%closed() > + */ > + > + Glib::SignalProxy0< void > signal_closed(); > +-; > + > + //gtkmmproc error: id : property defs lookup failed. > + #ifdef GLIBMM_PROPERTIES_ENABLED > --- libnotifymm-0.6.1_4.patch ends here --- > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org