aboutsummaryrefslogtreecommitdiffstats
path: root/cad/astk-serveur/files
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-01-16 07:16:31 +0800
committerthierry <thierry@FreeBSD.org>2006-01-16 07:16:31 +0800
commitf5b505d5d8aa54348518ce905d937156d987f061 (patch)
treead4470c8934e0b58d1d3652856d1fdb235a977e0 /cad/astk-serveur/files
parent736576bdf54089e94568ad707059119b52ecba42 (diff)
downloadfreebsd-ports-gnome-f5b505d5d8aa54348518ce905d937156d987f061.tar.gz
freebsd-ports-gnome-f5b505d5d8aa54348518ce905d937156d987f061.tar.zst
freebsd-ports-gnome-f5b505d5d8aa54348518ce905d937156d987f061.zip
Upgrade to 1.3.0-1.
Diffstat (limited to 'cad/astk-serveur/files')
-rw-r--r--cad/astk-serveur/files/patch-conf_aster_profile.sh16
-rw-r--r--cad/astk-serveur/files/patch-lib__as_exec.py12
2 files changed, 22 insertions, 6 deletions
diff --git a/cad/astk-serveur/files/patch-conf_aster_profile.sh b/cad/astk-serveur/files/patch-conf_aster_profile.sh
new file mode 100644
index 000000000000..05167d5e81b0
--- /dev/null
+++ b/cad/astk-serveur/files/patch-conf_aster_profile.sh
@@ -0,0 +1,16 @@
+--- conf/aster_profile.sh.orig Thu Oct 27 18:32:14 2005
++++ conf/aster_profile.sh Wed Jan 11 22:08:53 2006
+@@ -15,6 +15,13 @@
+ # unlimit corefile size
+ ulimit -c unlimited
+
++# Might be useful to fix errors on 64 bits platforms
++# See <http://www.code-aster.org/forum/read.php?f=11&i=1603&t=1574>
++HOME_MED=?HOME_MED?
++export HOME_MED
++HOME_HDF=?HOME_HDF?
++export HOME_HDF
++
+ # optional settings
+ # DO NOT EDIT FOLLOWING LINE !
+ #?OPT_ENV?
diff --git a/cad/astk-serveur/files/patch-lib__as_exec.py b/cad/astk-serveur/files/patch-lib__as_exec.py
index 4abe073a54be..54085bfcf8ab 100644
--- a/cad/astk-serveur/files/patch-lib__as_exec.py
+++ b/cad/astk-serveur/files/patch-lib__as_exec.py
@@ -1,11 +1,11 @@
---- ./lib/as_exec.py.orig Tue Jun 28 12:56:13 2005
-+++ ./lib/as_exec.py Sat Jul 2 22:34:46 2005
-@@ -397,7 +397,7 @@
+--- ./lib/as_exec.py.orig Thu Oct 20 17:52:32 2005
++++ ./lib/as_exec.py Tue Jan 10 22:21:37 2006
+@@ -402,7 +402,7 @@
--- Results :
""")
- info_start=( nbtest, time.strftime('%c'),
-- os.path.join(REPREF,conf['SRCTEST'][0]), ', '.join(reptest), resutest,
-+ os.path.join(REPREF,conf['SRCTEST'][0]), reptest, resutest,
+ info_start = ( nbtest, time.strftime('%c'),
+- os.path.join(REPREF, conf['SRCTEST'][0]), ', '.join(reptest), resutest,
++ os.path.join(REPREF, conf['SRCTEST'][0]), reptest, resutest,
prof['version'][0], exetmp, cmdetmp, eletmp,
nbmaxnook, cpresok, facmtps )
print summary % info_start