[Fwd: Guppi and X.Org on FreeBSD]

Franz Klammer klammer at webonaut.com
Fri Aug 27 07:36:20 PDT 2004


Maxim Sobolev wrote:
> Folks, please help the gentleman, since nowadays I don't even have X11 
> installed on my laptop, leave alone GNOME. ;-)
> 
> -Maxim
> 
> -------- Original Message --------
> Subject: Guppi and X.Org on FreeBSD
> Date: Fri, 27 Aug 2004 15:22:53 +0200 (CEST)
> From: Julien Pham <julienvinhpham at yahoo.fr>
> To: sobomax at FreeBSD.ORG
> 
> Hi,
> 
> I'm using FreeBSD 5.2.1, and x.org window system. I
> tried to install Gnucash, which requires Guppi.
> 
> But Guppi does not seem to handle x.org. I had no
> problem when I were on XFree86, but on X.Org, while
> trying to install Guppi, I have the message "file to
> patch", and a prompt to enter a file name. Don't know
> what to do then.
 > I mean when installing Guppi from the port source and
 > compiling (make install distclean)

it /usr/ports/math/gupppi remove as workaround:

   files/patch-src_libguppipilot_guppi-view-interval.c

and use my attached patch instead.

there is a typo in the original patch:

    libguppipilot => libguppiplot

> 
> Then I tried to install it in binary format (it is an
> older version) with pkg_add -r guppi, and it works,
> but Guppi installed several XFree86 libraries...
> 

the binary has dependencies to XFree86 libraries registered
therefore it tries to install them.

> So, is guppi unable to handle x.org? Any workaround?

you can avoid that guppi builds against XFree86 libraries add
this line to /etc/make.conf:

X_WINDOW_SYSTEM=xorg

hope this helps!

franz.

> 
> Thanks a lot
-------------- next part --------------
--- src/libguppiplot/guppi-view-interval.c.orig	Sun Aug 22 18:02:50 2004
+++ src/libguppiplot/guppi-view-interval.c	Sun Aug 22 18:03:02 2004
@@ -227,6 +227,7 @@
 #endif
 
   default:
+    ;
   }
 
   return TRUE;


More information about the freebsd-gnome mailing list