From owner-freebsd-ports Sat Jun 23 5:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA28A37B406 for ; Sat, 23 Jun 2001 05:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5NCK4588806; Sat, 23 Jun 2001 05:20:04 -0700 (PDT) (envelope-from gnats) Date: Sat, 23 Jun 2001 05:20:04 -0700 (PDT) Message-Id: <200106231220.f5NCK4588806@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Marc van Woerkom Subject: Re: ports/28363: New port: audacity-0.95 - a graphical waveform editor Reply-To: Marc van Woerkom Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28363; it has been noted by GNATS. From: Marc van Woerkom To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/28363: New port: audacity-0.95 - a graphical waveform editor Date: Sat, 23 Jun 2001 14:17:58 +0200 (CEST) I made a mistake with the patch that sets the default helpfile path. Rather change it into this hack: --- Help.cpp.orig Mon Apr 30 01:07:29 2001 +++ Help.cpp Sat Jun 23 13:40:33 2001 @@ -49,7 +49,7 @@ void InitHelp(wxWindow *parent) { if (!gHelp) { - wxString defaultLoc = wxGetCwd() + "/audacity-help.htb"; + wxString defaultLoc = "/usr/X11R6/share/doc/audacity/audacity-help.htb"; wxString helpFilePath = gPrefs->Read("/Help/HelpFilePath", defaultLoc); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message