From owner-freebsd-ports@freebsd.org Wed Feb 3 15:38:52 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9019AA9A1DF for ; Wed, 3 Feb 2016 15:38:52 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C2901FF0 for ; Wed, 3 Feb 2016 15:38:52 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 03A3E1B22098; Wed, 3 Feb 2016 16:38:49 +0100 (CET) Subject: Re: [moved from toolchain] GCC5: pkg vs. ports To: "William A. Mahaffey III" , FreeBSD ports list !!!! References: <56B20CA6.2080208@hiwaay.net> <56B211EE.70404@toco-domains.de> <56B21641.5000308@hiwaay.net> From: Torsten Zuehlsdorff Message-ID: <56B21F09.5080409@toco-domains.de> Date: Wed, 3 Feb 2016 16:38:49 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <56B21641.5000308@hiwaay.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2016 15:38:52 -0000 On 03.02.2016 15:59, William A. Mahaffey III wrote: > On 02/03/16 08:49, Torsten Zuehlsdorff wrote: >> >> On 03.02.2016 15:18, William A. Mahaffey III wrote: >>> When I checked the port w/ make showconfig. it shows graphite enabled. >> >> make showconfig shows the configuration at your *local* portstree. It >> does not affect or display the settings of pkg. >> >> To check the configuration of "pkg-ports" perform a: >> $ pkg info gcc5 > > > Thanks. Where is the local portstree info stored ? My local (newly > updated) ports gcc5-devel shows graphite enabled (see previous > response), I thought a 'portsnap fetch update' would overwrite that, no > ? Thanks (again) & TIA & have a good one .... It is in: /var/db/ports This isn't affected by portsnap. Greetings, Torsten