From nobody@FreeBSD.org  Mon Dec 17 01:31:42 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 056049A2
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Dec 2012 01:31:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id DF9F68FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Dec 2012 01:31:41 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBH1VfCk047547
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Dec 2012 01:31:41 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qBH1VfYg047546;
	Mon, 17 Dec 2012 01:31:41 GMT
	(envelope-from nobody)
Message-Id: <201212170131.qBH1VfYg047546@red.freebsd.org>
Date: Mon, 17 Dec 2012 01:31:41 GMT
From: "Eric L. Camachat" <eric@camachat.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Fix devel/glibmm compliing with clang
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         174492
>Category:       ports
>Synopsis:       Fix devel/glibmm compliing with clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 17 01:40:01 UTC 2012
>Closed-Date:    Tue Mar 19 21:36:01 UTC 2013
>Last-Modified:  Tue Mar 19 21:36:01 UTC 2013
>Originator:     Eric L. Camachat
>Release:        10.0-CURRENT
>Organization:
Motorola Solutions, Inc
>Environment:
FreeBSD eb8640p 10.0-CURRENT FreeBSD 10.0-CURRENT #3 r244240: Fri Dec 14 19:55:43 PST 2012     root@eb8640p:/usr/obj/usr/src/sys/EB8460p  amd64
>Description:
Fix devel/glibmm compliing with clang
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: devel/glibmm/files/patch-gio_giomm_dbussubtreevtable.cc
===================================================================
--- devel/glibmm/files/patch-gio_giomm_dbussubtreevtable.cc	(revision 0)
+++ devel/glibmm/files/patch-gio_giomm_dbussubtreevtable.cc	(working copy)
@@ -0,0 +1,20 @@
+--- gio/giomm/dbussubtreevtable.cc.org	2012-12-15 22:36:44.000000000 -0800
++++ gio/giomm/dbussubtreevtable.cc	2012-12-15 22:37:03.000000000 -0800
+@@ -117,7 +117,7 @@ static const GDBusInterfaceVTable* DBusS
+     vtable->get_slot_dispatch();
+ 
+   try
+-  {
++  {{
+     const Gio::DBus::InterfaceVTable* vtable =
+       (*the_slot)(Glib::wrap(connection, true), sender, object_path,
+       interface_name, (node ? node : ""));
+@@ -125,7 +125,7 @@ static const GDBusInterfaceVTable* DBusS
+     *out_user_data = const_cast<Gio::DBus::InterfaceVTable*>(vtable);
+ 
+     return vtable->gobj();
+-  }
++  }}
+   catch(...)
+   {
+     Glib::exception_handlers_invoke();


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Dec 17 01:40:09 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174492 
State-Changed-From-To: open->closed 
State-Changed-By: mezz 
State-Changed-When: Tue Mar 19 21:35:30 UTC 2013 
State-Changed-Why:  
kwm has reported that he can't reproduce this issue. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174492 
>Unformatted:
