From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 09:20:33 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 CE5515F2; Wed, 5 Feb 2014 09:20:33 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5036127A; Wed, 5 Feb 2014 09:20:33 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 1EB41438BC; Wed, 5 Feb 2014 03:20:11 -0600 (CST) Message-ID: <52F20239.7040901@marino.st> Date: Wed, 05 Feb 2014 10:19:53 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: David Thiel Subject: Re: svn commit: r342592 - head/dns/djbdns References: <201402041915.s14JFidj013872@svn.freebsd.org> In-Reply-To: <201402041915.s14JFidj013872@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org 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: Wed, 05 Feb 2014 09:20:33 -0000 On 2/4/2014 20:15, David Thiel wrote: > Author: lx > Date: Tue Feb 4 19:15:43 2014 > New Revision: 342592 > URL: http://svnweb.freebsd.org/changeset/ports/342592 > QAT: https://qat.redports.org/buildarchive/r342592/ > > Log: > Remove STAGE support, it screws up the run scripts. > > PR: 184949 > Submitted by: issue reported by DrTebi > Stage doesn't change install locations so "run scripts" shouldn't be affected. Therefore I assume this comment really refers to some kind of build/install scripts. However, why not fix those instead of reverting STAGE support? You can't leave it like this forever as ports that don't support stage will eventually be removed completely. I'm hearing about deadlines of 3 months to finish staging of all ports (currently ~9000 left). John