From owner-svn-ports-all@FreeBSD.ORG Sun Dec 15 15:02:30 2013 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 D908A22A; Sun, 15 Dec 2013 15:02:30 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C45591A0B; Sun, 15 Dec 2013 15:02:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFF2ULi053684; Sun, 15 Dec 2013 15:02:30 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFF2U7x053683; Sun, 15 Dec 2013 15:02:30 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201312151502.rBFF2U7x053683@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 15 Dec 2013 15:02:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336541 - head/math/py-numpy 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, 15 Dec 2013 15:02:30 -0000 Author: koobs Date: Sun Dec 15 15:02:30 2013 New Revision: 336541 URL: http://svnweb.freebsd.org/changeset/ports/336541 Log: math/py-numpy: Remove Atlas WITH_STATIC notification using ECHO_MSG Shell commands can't be used in a Makefile without a target. Remove the atlas WITH_STATIC messaging until a more suitable mechanism can be found. PR: ports/184775 Reported by: Roland Smith Modified: head/math/py-numpy/Makefile Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Sun Dec 15 14:32:28 2013 (r336540) +++ head/math/py-numpy/Makefile Sun Dec 15 15:02:30 2013 (r336541) @@ -56,14 +56,6 @@ DISTFILES+= ${FP_ARCH}/fenv.c?p=203441:f .if ${PORT_OPTIONS:MATLAS} LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas -BUILD_DEPENDS+= ${LOCALBASE}/lib/libalapack.a -@${ECHO_MSG} -@${ECHO_MSG} "Atlas *must* be built with the WITH_STATIC option" -@${ECHO_MSG} "for numpy to function correctly. Ensure it is" -@${ECHO_MSG} "selected in the configuration dialog when prompted, or" -@${ECHO_MSG} "Ctrl-C now and reinstall the atlas port with the option" -@${ECHO_MSG} "enabled." -sleep 5 .else LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \ blas.2:${PORTSDIR}/math/blas