Date: 27 Oct 2000 19:15:48 -0000 From: Erich Zigler <erich@tacni.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/22353: update net/gabber - GNOME : Fixes segfault. Message-ID: <20001027191548.38481.qmail@prydn.tacni.net>
next in thread | raw e-mail | index | archive | help
>Number: 22353 >Category: ports >Synopsis: Gabber coring upon startup >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 27 12:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.1.1-STABLE i386 >Organization: >Environment: >Description: Upon startup Gabber will core looking for gabber.glade. If you look in the source there was a patch to put the pixmaps in the proper place but not to look for gabber.glade in the proper place. >How-To-Repeat: >Fix: --- /usr/ports/net/gabber.orig/files/patch-ae Thu Oct 5 02:17:10 2000 +++ /usr/ports/net/gabber/files/patch-ae Fri Oct 27 13:49:28 2000 @@ -1,10 +1,14 @@ ---- src/GabberConfig.hh.in.orig Fri Jun 30 17:20:39 2000 -+++ src/GabberConfig.hh.in Fri Jun 30 17:21:45 2000 -@@ -7,6 +7,6 @@ +--- src/GabberConfig.hh.in.orig Sat Jul 29 23:08:26 2000 ++++ src/GabberConfig.hh.in Fri Oct 27 13:48:32 2000 +@@ -5,8 +5,8 @@ + + static const char* GABBER_PACKAGE = PACKAGE; static const char* GABBER_VERSION = VERSION; - static const char* GABBER_GLADEFILE = "@prefix@/share/gabber/gabber.glade"; +-static const char* GABBER_GLADEFILE = "@prefix@/share/gabber/gabber.glade"; ++static const char* GABBER_GLADEFILE = "@prefix@/share/gnome/gabber/gabber.glade"; static const char* GABBER_CONFIG = "/Gabber/"; -static const char* GABBER_PIXPATH = "@prefix@/share/pixmaps/gabber/"; +static const char* GABBER_PIXPATH = "@datadir@/pixmaps/gabber/"; - +-#endif ++#endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001027191548.38481.qmail>