diff options
author | oliver <oliver@FreeBSD.org> | 2003-12-08 02:07:22 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-12-08 02:07:22 +0000 |
commit | e9002dfb87d68ee1c53138a5b28efc04d293152d (patch) | |
tree | 648c068fa56f19cd27e455da1c642a4ac7d71b2d /cad/astk-serveur/files | |
parent | a840a4bc522b282309fdedda76acdf4dc6aaaa09 (diff) | |
download | FreeBSD-ports-e9002dfb87d68ee1c53138a5b28efc04d293152d.zip FreeBSD-ports-e9002dfb87d68ee1c53138a5b28efc04d293152d.tar.gz |
- Upgrading french/aster from 7.1 to 7.2;
- french/eficas from 1.4 to 1.5;
- cad/metis-edf from 3 to 3.1;
- cad/astk-serveur & cad/astk-client from 1.0.14 to 1.0.21;
- french/homard from 5.5 to 6.2;
. don't install Homard automatically with Aster; like Gibi, Homard
depends on french/aster: this is more compliant with the licenses,
and it will be possible to build packages for Aster.
PR: 59312 59881
Submitted By: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'cad/astk-serveur/files')
-rw-r--r-- | cad/astk-serveur/files/patch-conf::config | 52 |
1 files changed, 44 insertions, 8 deletions
diff --git a/cad/astk-serveur/files/patch-conf::config b/cad/astk-serveur/files/patch-conf::config index 0634de1..0099bce 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 Jun 20 13:07:15 2003 -+++ conf/config Wed Jul 16 12:11:03 2003 -@@ -60,6 +60,7 @@ +--- conf/config.orig Fri Sep 5 16:48:15 2003 ++++ conf/config Fri Nov 14 22:08:22 2003 +@@ -60,39 +60,43 @@ # for each version a config.VVV file must be created. # DO NOT EDIT FOLLOWING LINE ! #vers : VVV @@ -8,7 +8,43 @@ ################################################################# # batch commands -@@ -93,6 +94,9 @@ +-batch_nom : LSF ++#batch_nom : LSF + # initialisation (shell script, sh/ksh syntax) +-batch_ini : /usr/opt/lsf/conf/profile.lsf ++#batch_ini : /usr/opt/lsf/conf/profile.lsf + # submission +-batch_sub : /usr/opt/lsf/4.2/alpha5/bin/bsub ++#batch_sub : /usr/opt/lsf/4.2/alpha5/bin/bsub + # variable of the job number +-batch_jid : LSB_JOBID ++#batch_jid : LSB_JOBID + # to display information about jobs +-batch_job : /usr/opt/lsf/4.2/alpha5/bin/bjobs ++#batch_job : /usr/opt/lsf/4.2/alpha5/bin/bjobs + # to delete jobs +-batch_kil : /usr/opt/lsf/4.2/alpha5/bin/bkill ++#batch_kil : /usr/opt/lsf/4.2/alpha5/bin/bkill + + # PBS example (experimental) +-#batch_nom : PBS ++batch_nom : PBS + # initialisation + #batch_ini : + # submission +-#batch_sub : /local/openpbs-2.3.16/bin/qsub ++#batch_sub : LOCALBASE/bin/qsub + # variable of the job number + #batch_jid : PBS_JOBID + # to display information about jobs +-#batch_job : /local/openpbs-2.3.16/bin/qstat ++#batch_job : LOCALBASE/bin/qstat + # to delete jobs +-#batch_kil : /local/openpbs-2.3.16/bin/qdel ++#batch_kil : LOCALBASE/bin/qdel + + ################################################################# + # ps commands : uncomment lines corresponding to your platform # LINUX : #P_LINUXps_cpu : /bin/ps -e --width=512 -ocputime -ocommand #P_LINUXps_pid : /bin/ps -e --width=512 -opid -ocommand @@ -18,11 +54,11 @@ # TRU64 : #TRU64ps_cpu : /bin/ps -e -ocputime -ocommand #TRU64ps_pid : /bin/ps -e -opid -ocommand -@@ -115,6 +119,7 @@ - # +@@ -116,6 +120,7 @@ # GDB : - #P_LINUXcmd_dbg : gdb --dbx --command=@D @E @C + #P_LINUXcmd_post : gdb --dbx --command=@D @E @C + #P_LINUXcmd_dbg : ddd --debugger gdb --command=@D @E @C +#%%v_ifdef%%cmd_dbg : gdb --dbx --command=@D @E @C # DBX -c + filename : + #TRU64cmd_post : dbx -c @D @E @C #TRU64cmd_dbg : dbx -c @D @E @C - #IRIXcmd_dbg : dbx -c @D @E @C |