Date: Mon, 6 Feb 2006 19:57:21 +0100 From: "Kay Lehmann" <kay_lehmann@web.de> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/92909: [Maintainer Update] science/mbdyn: update to version 1.2.6 Message-ID: <1139252241.1641@bippes.finkenkrug.ev> Resent-Message-ID: <200602061900.k16J0OS1020717@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92909 >Category: ports >Synopsis: [Maintainer Update] science/mbdyn: update to version 1.2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 06 19:00:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Kay Lehmann >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD 6.0-STABLE #4: Wed Jan 18 20:18:17 CET 2006 root@bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes >Description: - Update to version 1.2.6 - make portlint a little bit happier (unquoting BROKEN and IGNORE messages) >How-To-Repeat: >Fix: --- mbdyn-1.2.6.diff begins here --- Index: distinfo =================================================================== --- distinfo (revision 42) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -MD5 (mbdyn-1.2.4.tar.gz) = 9b722c0fa62b0701ab5cb7c54dee0b53 -SHA256 (mbdyn-1.2.4.tar.gz) = 3d96266fcdad98a8406e8a45c79c9c34b601b5be8c425cb918531607690e9ddc -SIZE (mbdyn-1.2.4.tar.gz) = 1439038 +MD5 (mbdyn-1.2.6.tar.gz) = c77fcd450481054462a70a4426c5f816 +SHA256 (mbdyn-1.2.6.tar.gz) = f550ca89a2cc04c5175315ba8a1f5585531423ac02b64a1d80809c714850e9d6 +SIZE (mbdyn-1.2.6.tar.gz) = 1599343 Index: pkg-plist =================================================================== --- pkg-plist (revision 25) +++ pkg-plist (working copy) @@ -1,4 +1,6 @@ bin/mbdyn +bin/2vec2phi +bin/trim bin/autopilot bin/c81merge bin/c81test Index: Makefile =================================================================== --- Makefile (revision 42) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= mbdyn -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.6 CATEGORIES= science MASTER_SITES= http://mbdyn.aero.polimi.it/~masarati/Download/mbdyn/ @@ -37,6 +37,7 @@ .include <bsd.port.pre.mk> .if defined(WITH_MPI) +BROKEN= does not build with mpi enabled BUILD_DEPENDS+= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich CONFIGURE_ARGS+= --with-mpi=pmpi CPPFLAGS+= -I${LOCALBASE}/mpich/include -I${LOCALBASE}/mpich/include/mpi2c++ @@ -54,7 +55,7 @@ .endif .if defined(WITH_GINAC) -IGNORE= "You enabled GiNaC-support, which isn't implemented yet" +IGNORE= you enabled GiNaC-support, which is not implemented yet #BUILD_DEPENDS+= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis CONFIGURE_ARGS+= --with-ginac=yes CPPFLAGS+= -I${LOCALBASE}/include/metis @@ -63,7 +64,7 @@ .endif .if defined(WITH_TCL) -IGNORE= "You enabled Tcl-support, which isn't implemented yet" +IGNORE= you enabled Tcl-support, which is not implemented yet LIB_DEPENDS+= tcl84:${PORTSDIR}/lang/tcl84 CONFIGURE_ARGS+= --with-tcl=yes CPPFLAGS+= -I${LOCALBASE}/include/tcl8.4 @@ -72,11 +73,11 @@ .endif .if ${ARCH} == "sparc64" -BROKEN= "Does not compile" +BROKEN= Does not compile .endif .if ${OSVERSION} < 500000 -BROKEN= "Does not compile" +BROKEN= Does not compile .endif .include <bsd.port.post.mk> --- mbdyn-1.2.6.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1139252241.1641>