From owner-cvs-ports@FreeBSD.ORG Tue Feb 22 17:40:44 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9E901065693; Tue, 22 Feb 2011 17:40:44 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B08AE8FC15; Tue, 22 Feb 2011 17:40:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1MHeiaE081991; Tue, 22 Feb 2011 17:40:44 GMT (envelope-from bf@repoman.freebsd.org) Received: (from bf@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1MHeiY7081990; Tue, 22 Feb 2011 17:40:44 GMT (envelope-from bf) Message-Id: <201102221740.p1MHeiY7081990@repoman.freebsd.org> From: Brendan Fabeny Date: Tue, 22 Feb 2011 17:40:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/levmar Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 17:40:45 -0000 bf 2011-02-22 17:40:44 UTC FreeBSD ports repository Modified files: math/levmar Makefile Log: - Fix the option to build profiling libraries as was done in ports/150174 and ports/150549 for math/blas and math/lapack, respectively. - Remove the devel/binutils-related additions to MAKE_ENV, as these are now done by default. - Adjust linking - Add a test target - Bump PORTREVISION PR: 154645 Approved by: makc, miwi (mentors, implicit) Eijiro Shibusawa (maintainer) Revision Changes Path 1.3 +31 -16 ports/math/levmar/Makefile