From owner-freebsd-ports@freebsd.org Wed Feb 3 15:00:21 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 03D67A99278 for ; Wed, 3 Feb 2016 15:00:21 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9FE9AA13 for ; Wed, 3 Feb 2016 15:00:20 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from zero-gravitas.local (no-reverse-dns.metronet-uk.com [85.199.232.226] (may be forged)) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.15.2/8.15.2) with ESMTPSA id u13F0Akw023899 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 3 Feb 2016 15:00:11 GMT (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=infracaninophile.co.uk DKIM-Filter: OpenDKIM Filter v2.10.3 smtp.infracaninophile.co.uk u13F0Akw023899 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1454511611; bh=0MFcR63uUMoFZNvuiO13p+RTpvubbT5mUGF+mUCxuls=; h=Subject:To:References:From:Date:In-Reply-To; z=Subject:=20Re:=20[moved=20from=20toolchain]=20GCC5:=20pkg=20vs.=2 0ports|To:=20freebsd-ports@freebsd.org|References:=20<56B20CA6.208 0208@hiwaay.net>|From:=20Matthew=20Seaman=20|Date:=20Wed,=203=20Feb=202016=2015:00:04=20+0000|In-Re ply-To:=20<56B20CA6.2080208@hiwaay.net>; b=BbhKL8qBqWFrJiYBMRpm5WSkS41Wq4eS1H7ntu0tRJpJNIZVVyB0M4zOnbti68Ll7 E0UHWtykiqDvSDPXrPzbwJptK981SErS97wzEsYpv6jQViQnMqBzhTVEnXNrswqx0j KCrXgSjsqVV8LYzNRDX0VzkLxOYTW4dF+NgT5sYk= X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host no-reverse-dns.metronet-uk.com [85.199.232.226] (may be forged) claimed to be zero-gravitas.local Subject: Re: [moved from toolchain] GCC5: pkg vs. ports To: freebsd-ports@freebsd.org References: <56B20CA6.2080208@hiwaay.net> From: Matthew Seaman X-Enigmail-Draft-Status: N1110 Message-ID: <56B215F4.1020905@infracaninophile.co.uk> Date: Wed, 3 Feb 2016 15:00:04 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56B20CA6.2080208@hiwaay.net> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KnSClHSjLb2eTT9QQKkHfpww24Oxc0Grl" X-Virus-Scanned: clamav-milter 0.99 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on lucid-nonsense.infracaninophile.co.uk 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:00:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --KnSClHSjLb2eTT9QQKkHfpww24Oxc0Grl Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 2016/02/03 14:18, William A. Mahaffey III wrote: > I just did a full 'pkg upgrade' on my FBSD 9.3R box, which installed th= e > newest GCC5. I also updated ports. When I used the pkg-provided GCC5, i= t > doesn't have graphite support enabled, so no auto-parallelization. When= > I checked the port w/ make showconfig. it shows graphite enabled. I am > recompiling it as I write this, but I thought the pkg was/is configured= > from the port & would have graphite enabled by default, w/ no recompile= > needed on my part, no ? I have the various other pkg's req'd for > graphite support pkg-installed (& just updated this A.M.), so I thought= > I was ready to go. Not a huge issue, but recompiling the compiler shoot= s > about an hour on my box, would be sweet to avoid that. TIA for any clue= s > & have a good one. Unless you've your own poudriere setup, upgrading using binary packages will always get you the default options for everything you install -- what's in any ports tree or any option settings you have locally makes no difference. If you are using poudriere, then remember to set options using 'poudriere options -c some/package' -- it doesn't automatically pick up options you make from the ports tree. Well, not unless you've been terribly cunning and done something like creating a symbolic link like so: # cd /usr/local/etc/poudriere # mv -f options options.old # ln -s /var/db/ports options Cheers, Matthew --KnSClHSjLb2eTT9QQKkHfpww24Oxc0Grl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQJ8BAEBCgBmBQJWshX6XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxOUYxNTRFQ0JGMTEyRTUwNTQ0RTNGMzAw MDUxM0YxMEUwQTlFNEU3AAoJEABRPxDgqeTn978P/jA7WEMNlgVL5UBpPEj7c9m0 is+ZPtuGLjmH0RhMCrICNJk0RM46SwnOfuiGgX/US25aZJ904xHRwz59gmJ8LkcI cpIEeGp2PbeuxFkle0k8jkR1agC/VHohNac/D50ACFFe6FTpvnt1YUFsEsV42EfC 0RFDoIHRD4hDcOVx/cIDESLDd23Wr1SpwAkEoS5YuheNGPSJH550kfi2o8sVWqyp k05+tCX+qPJLjTEZGhVUm6oTjAuHVSwHLivvwpidlnF3iaq+v/4rhQCjZfoGuVJA cD8hFfbtzwItUXc3IsJlN4+0CPvxO2n1ZsUm4sizxVdRsASNvyZpRDC3pG2/H35r Eu4y0241dCfYs4Rw/8MF8/IEGo7Zzmn5fRDZ+3jxtUbBSFfkdWmtPKLPijywgDn7 7hYsda2RHKK3ceZdNaP6vKAvpd27CvGagJs3dCqb1qoSNM/Sg5F19qXGpgcKKvzu 0Hvfj2bvnSiw23Ls42AQy3DyMusVcwzaeiI7M8vGUHzIrNdI0o/NAQGc8AZhlvOb xDTfMsoHqXRqdz1i0+AcFikV3SoUpmrh1wa6Uso2D0jKPF/zBvRTtlX7b6DZEpG8 4yOiwqurGiLbWxOApPPQgPhKvoLSFwcpy5WQvurN47Jtg070nctRygJe7b222eqb beqvUjoa3F9xz+wsqqvU =8bMt -----END PGP SIGNATURE----- --KnSClHSjLb2eTT9QQKkHfpww24Oxc0Grl--