From owner-svn-ports-all@FreeBSD.ORG Sun Jan 4 14:02:36 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BBBF04B2; Sun, 4 Jan 2015 14:02:36 +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 A77183ED1; Sun, 4 Jan 2015 14:02:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t04E2akL051163; Sun, 4 Jan 2015 14:02:36 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t04E2a4n051162; Sun, 4 Jan 2015 14:02:36 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201501041402.t04E2a4n051162@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 4 Jan 2015 14:02:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376235 - head/science/mpb 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.18-1 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, 04 Jan 2015 14:02:36 -0000 Author: rene Date: Sun Jan 4 14:02:35 2015 New Revision: 376235 URL: https://svnweb.freebsd.org/changeset/ports/376235 QAT: https://qat.redports.org/buildarchive/r376235/ Log: science/mpb: put option helpers at the correct place Submitted by: antoine via #bsdports Modified: head/science/mpb/Makefile Modified: head/science/mpb/Makefile ============================================================================== --- head/science/mpb/Makefile Sun Jan 4 13:55:52 2015 (r376234) +++ head/science/mpb/Makefile Sun Jan 4 14:02:35 2015 (r376235) @@ -28,6 +28,8 @@ MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NLOPT_LIB_DEPENDS= libnlopt.so:${PORTSDIR}/math/nlopt + .include .if ${PORT_OPTIONS:MATLAS} @@ -39,8 +41,6 @@ LIB_DEPENDS+= libblas.so:${PORTSDIR}/mat CONFIGURE_ARGS+= --with-lapack=-llapack .endif -NLOPT_LIB_DEPENDS= libnlopt.so:${PORTSDIR}/math/nlopt - post-patch: @${REINPLACE_CMD} -e 's|-lhdf5 |-lhdf5 ${PTHREAD_LIBS} |g' \ ${WRKSRC}/configure