View | Details | Raw Unified | Return to bug 92909
Collapse All | Expand All

(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mbdyn-1.2.4.tar.gz) = 9b722c0fa62b0701ab5cb7c54dee0b53
1
MD5 (mbdyn-1.2.6.tar.gz) = c77fcd450481054462a70a4426c5f816
2
SHA256 (mbdyn-1.2.4.tar.gz) = 3d96266fcdad98a8406e8a45c79c9c34b601b5be8c425cb918531607690e9ddc
2
SHA256 (mbdyn-1.2.6.tar.gz) = f550ca89a2cc04c5175315ba8a1f5585531423ac02b64a1d80809c714850e9d6
3
SIZE (mbdyn-1.2.4.tar.gz) = 1439038
3
SIZE (mbdyn-1.2.6.tar.gz) = 1599343
(-)pkg-plist (+2 lines)
Lines 1-4 Link Here
1
bin/mbdyn
1
bin/mbdyn
2
bin/2vec2phi
3
bin/trim
2
bin/autopilot
4
bin/autopilot
3
bin/c81merge
5
bin/c81merge
4
bin/c81test
6
bin/c81test
(-)Makefile (-5 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mbdyn
8
PORTNAME=	mbdyn
9
PORTVERSION=	1.2.4
9
PORTVERSION=	1.2.6
10
CATEGORIES=	science
10
CATEGORIES=	science
11
MASTER_SITES=	http://mbdyn.aero.polimi.it/~masarati/Download/mbdyn/
11
MASTER_SITES=	http://mbdyn.aero.polimi.it/~masarati/Download/mbdyn/
12
12
Lines 37-42 Link Here
37
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
38
38
39
.if defined(WITH_MPI)
39
.if defined(WITH_MPI)
40
BROKEN=		does not build with mpi enabled
40
BUILD_DEPENDS+=	${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich
41
BUILD_DEPENDS+=	${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich
41
CONFIGURE_ARGS+=	--with-mpi=pmpi
42
CONFIGURE_ARGS+=	--with-mpi=pmpi
42
CPPFLAGS+=	-I${LOCALBASE}/mpich/include -I${LOCALBASE}/mpich/include/mpi2c++
43
CPPFLAGS+=	-I${LOCALBASE}/mpich/include -I${LOCALBASE}/mpich/include/mpi2c++
Lines 54-60 Link Here
54
.endif
55
.endif
55
56
56
.if defined(WITH_GINAC)
57
.if defined(WITH_GINAC)
57
IGNORE=		"You enabled GiNaC-support, which isn't implemented yet"
58
IGNORE=		you enabled GiNaC-support, which is not implemented yet
58
#BUILD_DEPENDS+=	${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis
59
#BUILD_DEPENDS+=	${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis
59
CONFIGURE_ARGS+=	--with-ginac=yes
60
CONFIGURE_ARGS+=	--with-ginac=yes
60
CPPFLAGS+=	-I${LOCALBASE}/include/metis
61
CPPFLAGS+=	-I${LOCALBASE}/include/metis
Lines 63-69 Link Here
63
.endif
64
.endif
64
65
65
.if defined(WITH_TCL)
66
.if defined(WITH_TCL)
66
IGNORE=		"You enabled Tcl-support, which isn't implemented yet"
67
IGNORE=		you enabled Tcl-support, which is not implemented yet
67
LIB_DEPENDS+=	tcl84:${PORTSDIR}/lang/tcl84
68
LIB_DEPENDS+=	tcl84:${PORTSDIR}/lang/tcl84
68
CONFIGURE_ARGS+=	--with-tcl=yes
69
CONFIGURE_ARGS+=	--with-tcl=yes
69
CPPFLAGS+=	-I${LOCALBASE}/include/tcl8.4
70
CPPFLAGS+=	-I${LOCALBASE}/include/tcl8.4
Lines 72-82 Link Here
72
.endif
73
.endif
73
74
74
.if ${ARCH} == "sparc64"
75
.if ${ARCH} == "sparc64"
75
BROKEN=		"Does not compile"
76
BROKEN=		Does not compile
76
.endif
77
.endif
77
78
78
.if ${OSVERSION} < 500000
79
.if ${OSVERSION} < 500000
79
BROKEN=		"Does not compile"
80
BROKEN=		Does not compile
80
.endif
81
.endif
81
82
82
.include <bsd.port.post.mk>
83
.include <bsd.port.post.mk>

Return to bug 92909