1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Update to 1.4.0 and unbreak for 8-exp gcc46 run.

Patch kindly sent by: bf
Discssed with: gerald
This commit is contained in:
Maho Nakata 2011-09-07 02:19:30 +00:00
parent a0f1b5be94
commit be5da1314d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281340
4 changed files with 26 additions and 9 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= mbdyn
PORTVERSION= 1.3.9
PORTREVISION= 5
PORTVERSION= 1.4.0
CATEGORIES= science
MASTER_SITES= http://www.aero.polimi.it/~masarati/Download/mbdyn/

View File

@ -1,2 +1,2 @@
SHA256 (mbdyn-1.3.9.tar.gz) = ed276dde0f108709c13def3bd472b9ede9e5ac5b0dbceb2a9992981ada034cc3
SIZE (mbdyn-1.3.9.tar.gz) = 1958798
SHA256 (mbdyn-1.4.0.tar.gz) = cab553de229bb3f53277fa17ca4447e681e0b1e72a68ce0d624add00cdb660be
SIZE (mbdyn-1.4.0.tar.gz) = 2257855

View File

@ -1,6 +1,6 @@
--- mbdyn/base/solver.cc.orig 2009-06-24 16:13:44.000000000 +0200
+++ mbdyn/base/solver.cc 2010-10-31 23:38:30.000000000 +0100
@@ -109,10 +109,17 @@
--- mbdyn/base/solver.cc.orig 2011-06-20 14:55:12.000000000 -0400
+++ mbdyn/base/solver.cc 2011-08-26 05:08:45.000000000 -0400
@@ -111,10 +111,17 @@
};
volatile sig_atomic_t mbdyn_keep_going = MBDYN_KEEP_GOING;
@ -18,7 +18,19 @@
extern "C" void
mbdyn_really_exit_handler(int signum)
@@ -456,8 +463,8 @@
@@ -202,7 +209,11 @@
mbdyn_signal_init(int pre)
{
#ifdef HAVE_SIGNAL
+#if defined(__FreeBSD__)
+ __sighandler_t *hdl;
+#else
__sighandler_t hdl;
+#endif
if (pre) {
hdl = mbdyn_really_exit_handler;
@@ -464,8 +475,8 @@
}
}

View File

@ -9,7 +9,6 @@ bin/cl
bin/crypt
bin/dae-intg
bin/deriv
bin/env
bin/eu2phi
bin/eu2rot
bin/femgen
@ -17,6 +16,7 @@ bin/intg
bin/mbdyn
bin/mbdyn2easyanim.sh
bin/posrel
bin/printenv
bin/rot2eu
bin/rot2eup
bin/rot2phi
@ -26,6 +26,12 @@ bin/socket2stream
bin/stream2socket
bin/trim
bin/vec2rot
include/mbc.h
include/mbcxx.h
lib/libmbc.a
lib/libmbc.la
lib/libmbc.so
lib/libmbc.so.0
share/Aster/cms.py
share/awk/abs2rel.awk
share/awk/mbdyn2easyanim.awk