From owner-svn-ports-all@freebsd.org Mon Sep 14 16:54:10 2015 Return-Path: Delivered-To: svn-ports-all@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 99F37A04B45; Mon, 14 Sep 2015 16:54:10 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 415461860; Mon, 14 Sep 2015 16:54:10 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by wiclk2 with SMTP id lk2so141295340wic.1; Mon, 14 Sep 2015 09:54:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=/wLqmIdYsEJYGeK7ajHo7rLZ28Xz18LMlIC0NNiezYs=; b=k8wUlNByQyzMDvJWDvhn0sU2GMjVatkYLj4vTRMeNjUYCBUov6nJTmWwC4thTDvlTD j132/heiBmPeTeNi+skomzW7ry1x/IJK9Jg9/eY/YXBlceK3ssjF7UyVv6Gh39MmrwQs K6bWh+heuOcqRx41mBWFMmpK0LpPz6FfFCfmoPVHpws8rYRouituR6uvxQR9Z2lRUhEV XbMJTKGzYJWc3X5tFiybQh464PWtprtKIAcch0zaNwyvEZr34niyj+cmiSWgAvy8/Dm+ 8gzhvP2MiuGUlMGpoqxWRWO37oTo5J40UHMO/cpemimTS7IGaGKxZT837fsInnpxkYlW 7Blg== X-Received: by 10.180.240.172 with SMTP id wb12mr27929431wic.64.1442249648746; Mon, 14 Sep 2015 09:54:08 -0700 (PDT) Received: from orwell.gmail.com (i147162.upc-i.chello.nl. [62.195.147.162]) by smtp.gmail.com with ESMTPSA id uo6sm16482275wjc.1.2015.09.14.09.54.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Sep 2015 09:54:08 -0700 (PDT) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Dmitry Marakasov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, db@FreeBSD.org, hamradio@FreeBSD.org Subject: Re: svn commit: r396889 - head/comms/gnuradio References: <201509141116.t8EBGumt016781@repo.freebsd.org> Date: Mon, 14 Sep 2015 18:54:02 +0200 In-Reply-To: <201509141116.t8EBGumt016781@repo.freebsd.org> (Dmitry Marakasov's message of "Mon, 14 Sep 2015 11:16:56 +0000 (UTC)") Message-ID: <8637yhlz6d.fsf@FreeBSD.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 14 Sep 2015 16:54:10 -0000 Dmitry Marakasov writes: > Author: amdmi3 > Date: Mon Sep 14 11:16:55 2015 > New Revision: 396889 > URL: https://svnweb.freebsd.org/changeset/ports/396889 > > Log: > - Fix build on 10.x: you can't use gcc when boost is built with clang; and it builds with clang just fine > > Approved by: portmgr blanket This only allows the port to build, but it does not run. See the longer discussion in https://reviews.freebsd.org/D3574 about what is really going on here. I agree that having packages again is nice, but it'd be good to hear from the maintainers if they'd like the change to be backed out.