From owner-svn-ports-all@FreeBSD.ORG Sun Apr 13 00:09:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10757E10; Sun, 13 Apr 2014 00:09:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F18AF1D12; Sun, 13 Apr 2014 00:09:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3D09DBW020433; Sun, 13 Apr 2014 00:09:13 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3D09D7w020432; Sun, 13 Apr 2014 00:09:13 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201404130009.s3D09D7w020432@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sun, 13 Apr 2014 00:09:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351164 - head/science/meep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2014 00:09:14 -0000 Author: danilo Date: Sun Apr 13 00:09:13 2014 New Revision: 351164 URL: http://svnweb.freebsd.org/changeset/ports/351164 QAT: https://qat.redports.org/buildarchive/r351164/ Log: - Support staging - Convert LIB_DEPENDS to new syntax Approved by: portmgr (blanket) Modified: head/science/meep/Makefile Modified: head/science/meep/Makefile ============================================================================== --- head/science/meep/Makefile Sat Apr 12 23:59:33 2014 (r351163) +++ head/science/meep/Makefile Sun Apr 13 00:09:13 2014 (r351164) @@ -13,10 +13,10 @@ COMMENT= FDTD simulation software to mod BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash \ harminv:${PORTSDIR}/science/harminv \ gsed:${PORTSDIR}/textproc/gsed -LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile \ - blas.2:${PORTSDIR}/math/blas \ - ctl.5:${PORTSDIR}/science/libctl \ - hdf5.7:${PORTSDIR}/science/hdf5-18 +LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile \ + libblas.so:${PORTSDIR}/math/blas \ + libctl.so:${PORTSDIR}/science/libctl \ + libhdf5.so:${PORTSDIR}/science/hdf5-18 RUN_DEPENDS+= harminv:${PORTSDIR}/science/harminv GNU_CONFIGURE= yes @@ -32,7 +32,6 @@ OPTIONS_DEFINE= OPENMPI OPTIONS_DEFAULT= OPENMPI OPENMPI_DESC= MPI support -NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENMPI} @@ -40,6 +39,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/mpi/openmpi RUN_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpirun:${PORTSDIR}/net/openmpi CONFIGURE_ARGS+=--with-mpi CONFIGURE_ENV+= MPICXX=${LOCALBASE}/mpi/openmpi/bin/mpiCC +CFLAGS+= -I${LOCALBASE}/mpi/openmpi/include PLIST_SUB+= MPI="" NOMPI="@comment " .else CONFIGURE_ARGS+=--without-mpi