From owner-freebsd-ports Tue Feb 13 0:40: 7 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 EDFBF37B4EC for ; Tue, 13 Feb 2001 00:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D8e1m48091; Tue, 13 Feb 2001 00:40:01 -0800 (PST) (envelope-from gnats) Received: from daffy.uwnet.nl (ns.isd-holland.nl [195.7.130.35]) by hub.freebsd.org (Postfix) with ESMTP id 76AA937B698 for ; Tue, 13 Feb 2001 00:32:03 -0800 (PST) Received: from dyn.dailup.c227129250.isd.to (dyn.dailup.c227129250.isd.to [213.227.129.250]) by daffy.uwnet.nl (8.11.1/8.11.0) with ESMTP id f1D8VvT30233 for ; Tue, 13 Feb 2001 09:31:57 +0100 Received: (qmail 1992 invoked by uid 1000); 13 Feb 2001 08:33:06 -0000 Message-Id: <20010213083306.1991.qmail@mandark.attica.home> Date: 13 Feb 2001 08:33:06 -0000 From: "Andre Goeree" Reply-To: abgoeree@uwnet.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25058: x11-wm/filerunner exits when using configuration menu. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25058 >Category: ports >Synopsis: x11-wm/filerunner exits when using configuration menu. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 00:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Andre Goeree >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: When using any of the "Edit * [Color|Font]" choices on the configuration menu, fr (filerunner) displays the error: "couldn't execute "/usr/local/lib/FileRunner/frcolor": permission denied" The program then asks the user to prepare a bug report or see the stack trace and exits. >How-To-Repeat: Startup filerunner and choose one of the above mentioned menu choices on the configuration menu. >Fix: root@mandark# pwd /usr/ports/x11-fm/filerunner root@mandark$ diff -u Makefile.orig Makefile --- Makefile.orig Mon Feb 5 22:00:51 2001 +++ Makefile Tue Feb 13 09:25:12 2001 @@ -26,8 +26,9 @@ do-install: @ ${MKDIR} ${PREFIX}/lib/FileRunner/bitmaps @ ${INSTALL_SCRIPT} ${WRKSRC}/fr ${PREFIX}/lib/FileRunner + @ ${INSTALL_SCRIPT} ${WRKSRC}/frcolor ${PREFIX}/lib/frcolor @ ${LN} -sf ${PREFIX}/lib/FileRunner/fr ${PREFIX}/bin -.for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl frcolor frftp ftp.tcl http.tcl tclIndex +.for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl frftp ftp.tcl http.tcl tclIndex @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/FileRunner .endfor .for map in cross.bit frterm.bit larger.bit left.bit max.bit pgdown.bit pgup.bit right.bit smaller.bit toggle.bit tree.bit up.bit update.bit xterm.bit root@mandark# pwd /usr/ports/x11-fm/filerunner/work/FileRunner-2.5 diff -u frcolor.orig frcolor --- frcolor.orig Tue Jun 9 23:55:32 1998 +++ frcolor Tue Feb 13 00:37:25 2001 @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish8.0 "$0" "$@" +exec wish8.2 "$0" "$@" # tcolor -- # This script implements a simple color editor, where you can >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message