From owner-svn-ports-head@FreeBSD.ORG Wed Sep 25 14:21:55 2013 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 ESMTP id 0496FD7D for ; Wed, 25 Sep 2013 14:21:55 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pd0-x22a.google.com (mail-pd0-x22a.google.com [IPv6:2607:f8b0:400e:c02::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CDE432965 for ; Wed, 25 Sep 2013 14:21:54 +0000 (UTC) Received: by mail-pd0-f170.google.com with SMTP id x10so6171116pdj.29 for ; Wed, 25 Sep 2013 07:21:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=V42pXvJHoAKqHLg1gRjAILmfYbjovdxhmi6vuQD13LM=; b=c177KZnh1EHNEY4pREVtvBgrb+i5SHDof3TwkwqlmcJ3jTO5hKr0do9T7lOtixSSuI MAEzSOcDwncsMn6yVWE3EPNRD67neDsaNRzahEzH5oOUVCw9ePIuhXuzOqkUcY7UqrVq cpfNWdyi+149mYUeZeux3zOpBKR+bhJUHcsF8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=V42pXvJHoAKqHLg1gRjAILmfYbjovdxhmi6vuQD13LM=; b=XJatoZTtnryH+h7NqTtOxSdm8BZ/nax8cnY113eRHeRdMJl9Gox3YW1W0jX337ZnfJ 4HZ+8BeYgOaL04TBHdyoQwofv9cN7t3L05UonR/QRwImSRitsYYrorm2lUiDgP2/RcsY svDzJaSzPZ31L6ufNeK2aJR4RYkT3XBEZq3a9RybwQ318BiKSy35PwWNdmy9tXpDct57 yoWvK+IDz3p95jlJO9yE3TAj47W74VCDBLeghxGCo1h7ksdGP9NeCsQ3uo/te7GzXAvq pRxZ8mdAr97OeBuSPntW0JC9TFftbvsXdJAYfY5f4ubVVb8kMNqJwuyagO3nTOjhqqAc 14nw== X-Gm-Message-State: ALoCoQkaXITlKLdu3rzxUAP679sboACAufxPfaRlSB1j+prU6a+ekxNEv8nns2rFj2qi/4FWGjLg X-Received: by 10.66.162.73 with SMTP id xy9mr11537360pab.172.1380118914223; Wed, 25 Sep 2013 07:21:54 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.70.6.3 with HTTP; Wed, 25 Sep 2013 07:21:23 -0700 (PDT) In-Reply-To: <5242EED9.9070803@FreeBSD.org> References: <201309250433.r8P4XsxA099553@svn.freebsd.org> <5242EED9.9070803@FreeBSD.org> From: Eitan Adler Date: Wed, 25 Sep 2013 10:21:23 -0400 X-Google-Sender-Auth: nZqZNFy5CIhBwqPn4iQJYT2FhN8 Message-ID: Subject: Re: svn commit: r328253 - head/x11/xorg-minimal To: Bryan Drewery Content-Type: text/plain; charset=UTF-8 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.14 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: Wed, 25 Sep 2013 14:21:55 -0000 On Wed, Sep 25, 2013 at 10:10 AM, Bryan Drewery wrote: > On 9/24/2013 11:33 PM, Eitan Adler wrote: >> Author: eadler >> Date: Wed Sep 25 04:33:54 2013 >> New Revision: 328253 >> URL: http://svnweb.freebsd.org/changeset/ports/328253 >> >> Log: >> xorg-minimal does not build or install anything so it is stage-safe by default. >> >> Modified: >> head/x11/xorg-minimal/Makefile >> >> Modified: head/x11/xorg-minimal/Makefile >> ============================================================================== >> --- head/x11/xorg-minimal/Makefile Wed Sep 25 04:27:30 2013 (r328252) >> +++ head/x11/xorg-minimal/Makefile Wed Sep 25 04:33:54 2013 (r328253) >> @@ -28,7 +28,6 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modu >> RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:${PORTSDIR}/x11-drivers/xf86-video-${VIDEO_DRIVER} >> .endif >> >> -NO_STAGE= yes >> do-install: >> >> pre-everything:: >> > > Can you also add NO_MTREE please? I added this on the wiki for staging. > Otherwise, the mtree is needlessly extracted, which can show as orphans. Done, and thanks for the info -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams