Skip site navigation (1)Skip section navigation (2)
Date:      18 Nov 2000 00:42:57 -0000
From:      Erich Zigler <erich@tacni.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22929: update net/gabber - Bug fix.
Message-ID:  <20001118004257.35009.qmail@prydn.tacni.net>

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

>Number:         22929
>Category:       ports
>Synopsis:       Patch wrong, still causing cores.
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 17 16:50:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 4.2-BETA i386
>Organization:
>Environment:
>Description:

	patch-ae still wrong, still cores on startup

>How-To-Repeat:
>Fix:

	patch-ae should be as follows...

--- src/GabberConfig.hh.in.orig Sat Jul 29 23:08:26 2000
+++ src/GabberConfig.hh.in      Fri Nov 17 18:40:15 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/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?20001118004257.35009.qmail>