From owner-freebsd-ports Fri Oct 27 12:20: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7B6B37B4D7 for ; Fri, 27 Oct 2000 12:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA58094; Fri, 27 Oct 2000 12:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from prydn.tacni.net (207-55-167-46.dhc.net [207.55.167.46]) by hub.freebsd.org (Postfix) with SMTP id BE7B937B4C5 for ; Fri, 27 Oct 2000 12:16:03 -0700 (PDT) Received: (qmail 38482 invoked by uid 1001); 27 Oct 2000 19:15:49 -0000 Message-Id: <20001027191548.38481.qmail@prydn.tacni.net> Date: 27 Oct 2000 19:15:48 -0000 From: Erich Zigler To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22353: update net/gabber - GNOME : Fixes segfault. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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