From owner-svn-ports-all@FreeBSD.ORG Sun May 11 10:31:09 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 4F9C61A6; Sun, 11 May 2014 10:31:09 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 11EE32745; Sun, 11 May 2014 10:31:09 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 441EFBDC3E; Sun, 11 May 2014 12:31:06 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 0A0A8BDC2E; Sun, 11 May 2014 12:31:06 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 009F059832E; Sun, 11 May 2014 12:31:03 +0200 (CEST) Date: Sun, 11 May 2014 12:31:03 +0200 From: Mathieu Arnold To: Eitan Adler , Stephen Montgomery-Smith Subject: Re: svn commit: r353642 - head/math/sage Message-ID: In-Reply-To: References: <201405110319.s4B3JZFN009165@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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, 11 May 2014 10:31:09 -0000 +--On 10 mai 2014 22:15:38 -0700 Eitan Adler wrote: | On 10 May 2014 20:19, Stephen Montgomery-Smith | wrote: |> +pre-extract: |> + @${ECHO_MSG} |> + @${ECHO_MSG} \# The best way to build this port is to first type |> \"make build\". + @${ECHO_MSG} \# If you type \"make\" or \"make |> install\", this will cause the building of a + @${ECHO_MSG} \# |> package, which will take a considerable amount of time and space. + |> @${ECHO_MSG} | | I really dislike this approach. If user does not wish to create a | package they may install sage using 'pkg install'. Teaching users to | bypass the package manager and directly install binaries without | registering the resulting package will create problems in the long | term. +1. -- Mathieu Arnold