From christian.mangin@gmail.com  Sat Jun  2 22:50:35 2012
Return-Path: <christian.mangin@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 90A04106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jun 2012 22:50:35 +0000 (UTC)
	(envelope-from christian.mangin@gmail.com)
Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 414818FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jun 2012 22:50:35 +0000 (UTC)
Received: by vbmv11 with SMTP id v11so2351312vbm.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 02 Jun 2012 15:50:34 -0700 (PDT)
Received: by 10.52.29.179 with SMTP id l19mr6843796vdh.73.1338677434328;
        Sat, 02 Jun 2012 15:50:34 -0700 (PDT)
Received: from localhost (cable-10-157-60.b2b2c.ca. [72.10.157.60])
        by mx.google.com with ESMTPS id n2sm9893054vdj.3.2012.06.02.15.50.33
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sat, 02 Jun 2012 15:50:33 -0700 (PDT)
Message-Id: <4fca98b9.2224340a.1c5f.ffffe780@mx.google.com>
Date: Sat, 02 Jun 2012 15:50:33 -0700 (PDT)
From: Christian Mangin <christian.mangin@gmail.com>
Reply-To: Christian Mangin <christian.mangin@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] sysutils/xfburn: Unbreak build.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168613
>Category:       ports
>Synopsis:       [PATCH] sysutils/xfburn: Unbreak build.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 02 23:00:23 UTC 2012
>Closed-Date:    Mon Jun 04 05:20:14 UTC 2012
>Last-Modified:  Mon Jun  4 05:30:04 UTC 2012
>Originator:     Christian Mangin
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD titan 9.0-STABLE FreeBSD 9.0-STABLE #4 

>Description:
In file included from xfburn-settings.c:39:
./xfburn-settings.h:40:3: error: unknown type name 'GObject'
  GObject parent;

>How-To-Repeat:
>Fix:
patch attached.

--- patch-xfburn_xfburn-settings.h begins here ---
--- xfburn/xfburn-settings.h.orig	2009-10-24 17:18:10.000000000 -0400
+++ xfburn/xfburn-settings.h	2012-06-02 18:19:00.866609000 -0400
@@ -23,7 +23,7 @@
 #include <config.h>
 #endif /* !HAVE_CONFIG_H */
 
-#include <glib.h>
+#include <glib-object.h>
 
 G_BEGIN_DECLS
 
--- patch-xfburn_xfburn-settings.h ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Jun 4 02:27:25 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168613 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jun 4 05:20:13 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168613: commit references a PR
Date: Mon,  4 Jun 2012 05:20:20 +0000 (UTC)

 miwi        2012-06-04 05:20:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/xfburn      Makefile 
   Added files:
     sysutils/xfburn/files patch-xfburn_xfburn-settings.h 
   Log:
   - Fix build with new XFCE [1]
   - While here convert to optionNG
   
   PR:             168613 [1]
   Submitted by:   Christian Mangin <christian.mangin@gmail.com>
   
   Revision  Changes    Path
   1.21      +8 -9      ports/sysutils/xfburn/Makefile
   1.1       +17 -0     ports/sysutils/xfburn/files/patch-xfburn_xfburn-settings.h (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
