ports/130972: sysutils/gnomebaker 0.6.4 dumps core when trying to create new project
Marat N.Afanasyev
amarat at ksu.ru
Thu Feb 5 18:10:03 UTC 2009
The following reply was made to PR ports/130972; it has been noted by GNATS.
From: "Marat N.Afanasyev" <amarat at ksu.ru>
To: bug-followup at FreeBSD.org, amarat at ksu.ru
Cc:
Subject: Re: ports/130972: sysutils/gnomebaker 0.6.4 dumps core when trying
to create new project
Date: Thu, 05 Feb 2009 21:01:24 +0300
This is a multi-part message in MIME format.
--------------040102000600070003030208
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit
I've found a kinda 'dirty hack' workaround. It seems that gnomebaker
breaks as soon as cairo widgets are used, what is done if gnome is
greater than 2.20. 'dirty hack' is commenting out
#define CAIRO_WIDGETS 1
in config.h after
make configure
and placing attached patch into sysutils/gnomebaker/files
Hope this will be useful.
--
SY, Marat
--------------040102000600070003030208
Content-Type: text/plain;
name="patch-src-dataproject.c"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="patch-src-dataproject.c"
--- src/dataproject.c.orig 2009-02-05 14:54:49.000000000 +0300
+++ src/dataproject.c 2009-02-05 14:55:27.000000000 +0300
@@ -94,4 +94,16 @@
};
+static DiskSize data_disk_sizes[] =
+{
+ /* http://www.cdrfaq.org/faq07.html#S7-6
+ http://www.osta.org/technology/dvdqa/dvdqa6.htm */
+ {94500.0 * 2048, "200MB CD"},
+ {333000.0 * 2048, "650MB CD"},
+ {360000.0 * 2048, "700MB CD"},
+ {405000.0 * 2048, "800MB CD"},
+ {2294922.0 * 2048, "4.7GB DVD"},
+ {8.5 * 1000 * 1000 * 1000, "8.5GB DVD"} /* DVDs are salesman's MegaByte ie 1000 not 1024 */
+};
+
static DiskSize data_cd_disk_sizes[] =
{
--------------040102000600070003030208--
More information about the freebsd-ports-bugs
mailing list