From owner-svn-ports-head@FreeBSD.ORG Sun Jan 12 21:34:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1AC5A4B2; Sun, 12 Jan 2014 21:34:16 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2C0E12ED; Sun, 12 Jan 2014 21:34:15 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 866F9BDC44; Sun, 12 Jan 2014 22:34:14 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 5E6B6BDC69; Sun, 12 Jan 2014 22:34:14 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 65BABCC2BE53; Sun, 12 Jan 2014 22:34:11 +0100 (CET) Date: Sun, 12 Jan 2014 22:34:09 +0100 From: Mathieu Arnold To: Stephen Montgomery-Smith , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r339544 - head/math/octave-forge Message-ID: <71D3195D7F2E32E21FDCA5A6@atuin.in.mat.cc> In-Reply-To: <201401122025.s0CKPent096306@svn.freebsd.org> References: <201401122025.s0CKPent096306@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2014 21:34:16 -0000 +--On 12 janvier 2014 20:25:40 +0000 Stephen Montgomery-Smith wrote: | Author: stephen | Date: Sun Jan 12 20:25:39 2014 | New Revision: 339544 | URL: http://svnweb.freebsd.org/changeset/ports/339544 |=20 | Log: | - Implement staging. Also, it seems that this port does not install anything, you should define NO_MTREE=3Dyes. Also, you should not define the no-{build,install}=C2=A0targets but add = those to the Makefile : NO_BUILD=3Dyes NO_INSTALL=3Dyes --=20 Mathieu Arnold