Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2000 07:45:33 +0900 (JST)
From:      th@cis.ibaraki.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20017: Update: astro/seti_applet
Message-ID:  <200007182245.HAA23972@nadja.cis.ibaraki.ac.jp>

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

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007182245.HAA23972>