From owner-freebsd-ports@FreeBSD.ORG Thu Oct 3 03:44:37 2013 Return-Path: Delivered-To: freebsd-ports@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 ESMTP id 56CC78DE for ; Thu, 3 Oct 2013 03:44:37 +0000 (UTC) (envelope-from s.montgomerysmith@gmail.com) Received: from mail-oa0-x232.google.com (mail-oa0-x232.google.com [IPv6:2607:f8b0:4003:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 215342E20 for ; Thu, 3 Oct 2013 03:44:37 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id j1so1795069oag.23 for ; Wed, 02 Oct 2013 20:44:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=HQP0+kJAxOkNEPdsS7mbz7Uu96zKYCrLXUOXDH+vtWw=; b=m7UhDRuAqY7Gi714o4q34eBlM+5wtBWBh68ezeVVPvXT2inOYY94rP2TSYdSKEbNQ9 CnX6ArthQ7numCs3+ql7l5Q29ieBog8Bi75xnZhhTl6y0sgp/y6pxpO5XVULIHHqCzYd kWf2eIkfSd/tI3deDzCRv0I6bVUigSuiV5sJG2ld/dtTVdHxcBknuOrqNXVxMS1TMFrD Kf0ZqCmxh2xh1wTnan6b2foJ+2V3gbAfTz2Yjp//N/kdl/gndU6Mizl8qsQ4KtA2qZnV 7vUrjTUVs46AG6ea1CI60/jNnQKjhgcnNQRGwVw0lXg6T930Gtb+M4dtxc5E8EcV8m9u QabQ== X-Received: by 10.60.131.41 with SMTP id oj9mr9060334oeb.40.1380771876394; Wed, 02 Oct 2013 20:44:36 -0700 (PDT) Received: from [161.130.252.153] ([161.130.252.153]) by mx.google.com with ESMTPSA id u3sm11740345oeq.3.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 02 Oct 2013 20:44:35 -0700 (PDT) Sender: Stephen Montgomery-Smith Message-ID: <524CE820.5060003@missouri.edu> Date: Wed, 02 Oct 2013 22:44:32 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: FreeBSD Ports Subject: Explain staging X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2013 03:44:37 -0000 I have not been following discussions recently. There is this new thing called staging. I don't seem able to find the original emails where this was introduced. Is there an email or a website which explains in some detail how staging works? It is badly messing with a port I am developing. I can fix it by setting NO_STAGE=yes, but I would like to get a better idea of why it is failing. The failure is during the build process. Sorry for not following closer.