diff options
author | thierry <thierry@FreeBSD.org> | 2007-01-12 04:26:59 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-01-12 04:26:59 +0800 |
commit | ac2cf2dd224a6d45d4ea5498d93f94f157ae6653 (patch) | |
tree | 7d38ce2bd150ed175d2119ac58b05465b3af01a1 /cad/astk-serveur/files | |
parent | b0ce2204a559d124b2caec3594e79df8f1e8e84f (diff) | |
download | freebsd-ports-gnome-ac2cf2dd224a6d45d4ea5498d93f94f157ae6653.tar.gz freebsd-ports-gnome-ac2cf2dd224a6d45d4ea5498d93f94f157ae6653.tar.zst freebsd-ports-gnome-ac2cf2dd224a6d45d4ea5498d93f94f157ae6653.zip |
Chase a silent update (no impact for FreeBSD).
Diff available at
<http://people.freebsd.org/~thierry/ports/astk-1.5.0_061222_070103.diff>.
Notified by: pointyhat via Kris
Diffstat (limited to 'cad/astk-serveur/files')
-rw-r--r-- | cad/astk-serveur/files/patch-conf::config | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/cad/astk-serveur/files/patch-conf::config b/cad/astk-serveur/files/patch-conf::config index c58a4b30ad14..bba0276bfeb7 100644 --- a/cad/astk-serveur/files/patch-conf::config +++ b/cad/astk-serveur/files/patch-conf::config @@ -1,6 +1,6 @@ ---- conf/config.orig Fri Jan 7 09:10:16 2005 -+++ conf/config Sat Jul 2 20:44:10 2005 -@@ -49,6 +49,10 @@ +--- conf/config.orig Tue Jan 2 13:36:39 2007 ++++ conf/config Wed Jan 10 22:02:14 2007 +@@ -46,6 +46,10 @@ # temporary directory for Aster executions rep_trav : /tmp @@ -11,7 +11,7 @@ # choose True to create symbolic links instead of copying executable and catalogs symlink : True -@@ -68,6 +72,7 @@ +@@ -76,6 +80,7 @@ # for each version a config.VVV file must be created. # DO NOT EDIT FOLLOWING LINE ! #?vers : VVV? @@ -19,7 +19,7 @@ #------------------------------------------------------------------------------- # ----- batch/interactive configuration -@@ -106,12 +111,12 @@ +@@ -114,12 +119,12 @@ # batch_job : to display information about jobs # batch_kil : to delete jobs # --- Sun Grid Engine example @@ -38,7 +38,7 @@ # --- LSF example #batch_nom : LSF -@@ -122,18 +127,21 @@ +@@ -130,19 +135,22 @@ #batch_kil : /usr/opt/lsf/4.2/alpha5/bin/bkill # --- PBS example @@ -56,20 +56,24 @@ #------------------------------------------------------------------------------- # ps commands : uncomment lines corresponding to your platform - # LINUX : - #?P_LINUX?ps_cpu : /bin/ps -e --width=512 -ocputime -ocommand - #?P_LINUX?ps_pid : /bin/ps -e --width=512 -opid -ocommand + #ps_cpu : /bin/ps -e --width=512 -ocputime -ocommand + #ps_pid : /bin/ps -e --width=512 -opid -ocommand +-ps_cpu : ?PS_COMMAND_CPU? +-ps_pid : ?PS_COMMAND_PID? ++#ps_cpu : ?PS_COMMAND_CPU? ++#ps_pid : ?PS_COMMAND_PID? +# FREEBSD : +ps_cpu : /bin/ps -e -ocpu,command +ps_pid : /bin/ps -e -opid,command - # TRU64 : - #?TRU64?ps_cpu : /bin/ps -e -ocputime -ocommand - #?TRU64?ps_pid : /bin/ps -e -opid -ocommand -@@ -157,6 +165,7 @@ - # GDB : - #?P_LINUX?cmd_post : gdb -batch --command=@D @E @C - #?P_LINUX?cmd_dbg : ddd --debugger gdb --command=@D @E @C + + #------------------------------------------------------------------------------- + # debug command : +@@ -154,7 +162,7 @@ + #cmd_post : gdb -batch --command=@D @E @C + #cmd_dbg : ddd --debugger gdb --command=@D --exec=@E --core=@C + cmd_post : ?DEBUGGER_COMMAND_POST? +-cmd_dbg : ?DEBUGGER_COMMAND? +cmd_dbg : gdb --dbx --command=@D @E @C - # DBX -c + filename : - #?TRU64?cmd_post : dbx -c @D @E @C - #?TRU64?cmd_dbg : dbx -c @D @E @C + + #------------------------------------------------------------------------------- + # style of ctags used (optionnal, leave commented to ignore ctags generation) |