From owner-svn-ports-all@FreeBSD.ORG Mon Apr 7 13:49:27 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 62172B7; Mon, 7 Apr 2014 13:49:27 +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 2019EFBA; Mon, 7 Apr 2014 13:49:27 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 4053BBDC6B; Mon, 7 Apr 2014 15:49:25 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 1DFF6BDC5A; Mon, 7 Apr 2014 15:49:25 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 5EE586122; Mon, 7 Apr 2014 15:49:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 944D76AFF040; Mon, 7 Apr 2014 15:49:23 +0200 (CEST) Date: Mon, 07 Apr 2014 15:49:22 +0200 From: Mathieu Arnold To: Gerald Pfeifer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r350437 - head/lang/gcc47 Message-ID: In-Reply-To: References: <201404070917.s379H6rE049741@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 07 Apr 2014 13:49:27 -0000 +--On 7 avril 2014 15:10:32 +0200 Gerald Pfeifer wrote: | (I'm impressed that check-orphans uses %%SUFFIX%% by the way.) To reply just on that part, check-orphans uses the same code as makeplist, the only difference is that it removes what's in the plist, and that code[1] goes to great lengths to try and use all that's in PLIST_SUB :-) 1: ports/Mk/Scripts/check-stagedir.sh lines 102-eol -- Mathieu Arnold