[Fwd: Guppi and X.Org on FreeBSD]

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


attached the port-patch that changes the wrong
patch in guppi.

franz.


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)
> 
> 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...
> 
> So, is guppi unable to handle x.org? Any workaround?
> 
> Thanks a lot
-------------- next part --------------
diff -Nur guppi.orig/files/patch-src_libguppipilot_guppi-view-interval.c guppi/files/patch-src_libguppipilot_guppi-view-interval.c
--- guppi.orig/files/patch-src_libguppipilot_guppi-view-interval.c	Fri Aug 27 16:31:31 2004
+++ guppi/files/patch-src_libguppipilot_guppi-view-interval.c	Thu Jan  1 01:00:00 1970
@@ -1,10 +0,0 @@
---- src/libguppipilot/guppi-view-interval.c.orig	Sun Aug 22 18:02:50 2004
-+++ src/libguppipilot/guppi-view-interval.c	Sun Aug 22 18:03:02 2004
-@@ -227,6 +227,7 @@
- #endif
- 
-   default:
-+    ;
-   }
- 
-   return TRUE;
diff -Nur guppi.orig/files/patch-src_libguppiplot_guppi-view-interval.c guppi/files/patch-src_libguppiplot_guppi-view-interval.c
--- guppi.orig/files/patch-src_libguppiplot_guppi-view-interval.c	Thu Jan  1 01:00:00 1970
+++ guppi/files/patch-src_libguppiplot_guppi-view-interval.c	Fri Aug 27 16:28:49 2004
@@ -0,0 +1,10 @@
+--- 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