From owner-freebsd-ports Tue Jul 18 15:50:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 944F937BBFD for ; Tue, 18 Jul 2000 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA34591; Tue, 18 Jul 2000 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nadja.cis.ibaraki.ac.jp (nadja.cis.ibaraki.ac.jp [157.80.87.69]) by hub.freebsd.org (Postfix) with ESMTP id DD35637B5C3 for ; Tue, 18 Jul 2000 15:46:34 -0700 (PDT) (envelope-from th@nadja.cis.ibaraki.ac.jp) Received: (from th@localhost) by nadja.cis.ibaraki.ac.jp (8.9.3/8.9.3) id HAA23972; Wed, 19 Jul 2000 07:45:33 +0900 (JST) (envelope-from th) Message-Id: <200007182245.HAA23972@nadja.cis.ibaraki.ac.jp> Date: Wed, 19 Jul 2000 07:45:33 +0900 (JST) From: th@cis.ibaraki.ac.jp Reply-To: th@cis.ibaraki.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20017: Update: astro/seti_applet Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20017 >Category: ports >Synopsis: Update: astro/seti_applet >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 18 15:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: HIYAMA Takeshi >Release: FreeBSD 4.0-STABLE i386 >Organization: Dept. of Comp. & Info. Sci.s, Ibaraki University >Environment: >Description: Change the default setting of astro/seti_applet. seti_applet expects executable to exits in the working directory, which is not default in ports/astro/setiathome. Oh,I should have noticed this before first send-pr... >How-To-Repeat: >Fix: diff -urN seti_applet.orig/patches/patch-aa seti_applet/patches/patch-aa --- seti_applet.orig/patches/patch-aa Wed Jul 19 07:19:36 2000 +++ seti_applet/patches/patch-aa Wed Jul 19 07:20:10 2000 @@ -1,5 +1,5 @@ ---- src/seti_applet.c.orig Sat Jul 1 12:48:49 2000 -+++ src/seti_applet.c Fri Jul 7 19:40:57 2000 +--- src/seti_applet.c.orig Wed Jul 19 07:18:22 2000 ++++ src/seti_applet.c Wed Jul 19 07:19:05 2000 @@ -1352,7 +1352,7 @@ g_free ( sa.setidir ); } @@ -9,3 +9,16 @@ sa.updateinterval = gnome_config_get_int ( "setiapplet/updateinterval=3" ); sa.fileupdateinterval = gnome_config_get_int ( "setiapplet/fileupdateinterval=120" ); sa.showcpu = gnome_config_get_int ( "setiapplet/showcpu=1" ); +@@ -1370,10 +1370,10 @@ + g_free ( sa.extraparams ); + } + sa.extraparams = gnome_config_get_string ( "setiapplet/extraparams="); +- sa.separateexedir = gnome_config_get_int ( "setiapplet/separateexedir=0" ); ++ sa.separateexedir = gnome_config_get_int ( "setiapplet/separateexedir=1" ); + if ( sa.separateexedir == TRUE ) + { +- sa.setiexedir = gnome_config_get_string ( "setiapplet/setiexedir" ); ++ sa.setiexedir = gnome_config_get_string ( "setiapplet/setiexedir=/usr/local/bin" ); + } + sa.launchonstart = gnome_config_get_int ( "setiapplet/launchonstart=0" ); + gnome_config_pop_prefix(); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message