Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2013 11:07:49 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177307: x11/florence: [PATCH] fix breakage caused by glib2 update
Message-ID:  <201303231107.r2NB7nN0077004@red.freebsd.org>
Resent-Message-ID: <201303231110.r2NBA09V024688@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177307
>Category:       ports
>Synopsis:       x11/florence: [PATCH] fix breakage caused by glib2 update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 23 11:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303231107.r2NB7nN0077004>