From nobody@FreeBSD.org  Sat Mar 23 11:07:50 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 0F5D5829
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Mar 2013 11:07:50 +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 00E70F41
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Mar 2013 11:07:49 +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 r2NB7nDj077005
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Mar 2013 11:07:49 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r2NB7nN0077004;
	Sat, 23 Mar 2013 11:07:49 GMT
	(envelope-from nobody)
Message-Id: <201303231107.r2NB7nN0077004@red.freebsd.org>
Date: Sat, 23 Mar 2013 11:07:49 GMT
From: John Marino <draco@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: x11/florence: [PATCH] fix breakage caused by glib2 update
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177307
>Category:       ports
>Synopsis:       x11/florence: [PATCH] fix breakage caused by glib2 update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kmoore
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 23 11:10:00 UTC 2013
>Closed-Date:    Mon Mar 25 14:23:32 UTC 2013
>Last-Modified:  Mon Mar 25 14:30:01 UTC 2013
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
To restore the building of this port, add the attached patch to files/ with the name "patch-src_trace.c"
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- src/trace.c.orig	2010-11-28 14:59:13.000000000 +0000
+++ src/trace.c
@@ -22,9 +22,7 @@
 #include "trace.h"
 #include "system.h"
 #include <glib/gprintf.h>
-#include <glib/gutils.h>
-#include <glib/gslist.h>
-#include <glib/gstrfuncs.h>
+#include <glib.h>
 #include <stdio.h>
 #include <stdarg.h>
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kmoore 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Mar 23 11:10:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177307 
State-Changed-From-To: open->closed 
State-Changed-By: kmoore 
State-Changed-When: Mon Mar 25 14:23:32 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177307 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177307: commit references a PR
Date: Mon, 25 Mar 2013 14:23:09 +0000 (UTC)

 Author: kmoore
 Date: Mon Mar 25 14:23:02 2013
 New Revision: 315228
 URL: http://svnweb.freebsd.org/changeset/ports/315228
 
 Log:
   - Fix breakage caused by glib2 update
   
   PR: 177307
   Submitted by: John Marino <draco@marino.st>
 
 Added:
   head/x11/florence/files/
   head/x11/florence/files/patch-src_trace.c   (contents, props changed)
 
 Added: head/x11/florence/files/patch-src_trace.c
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/x11/florence/files/patch-src_trace.c	Mon Mar 25 14:23:02 2013	(r315228)
 @@ -0,0 +1,12 @@
 +--- src/trace.c.orig	2010-11-28 14:59:13.000000000 +0000
 ++++ src/trace.c
 +@@ -22,9 +22,7 @@
 + #include "trace.h"
 + #include "system.h"
 + #include <glib/gprintf.h>
 +-#include <glib/gutils.h>
 +-#include <glib/gslist.h>
 +-#include <glib/gstrfuncs.h>
 ++#include <glib.h>
 + #include <stdio.h>
 + #include <stdarg.h>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
