From owner-freebsd-ports@FreeBSD.ORG Mon Jun 9 16:07:46 2014 Return-Path: Delivered-To: freebsd-ports@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 345E1107; Mon, 9 Jun 2014 16:07:46 +0000 (UTC) Received: from winston.madpilot.net (winston.madpilot.net [78.47.75.155]) by mx1.freebsd.org (Postfix) with ESMTP id 6E9D32658; Mon, 9 Jun 2014 16:07:45 +0000 (UTC) Received: from winston.madpilot.net (localhost [127.0.0.1]) by winston.madpilot.net (Postfix) with ESMTP id 3gnK9n3HSCzFTB8; Mon, 9 Jun 2014 18:07:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :references:subject:subject:mime-version:user-agent:from:from :date:date:message-id:received:received; s=mail; t=1402330059; x=1404144460; bh=TFaMdF0paDMBZ9buH71aRF2FOUy6MRbgs3z/89OzPKo=; b= FD+VuyQf884HG56Db9KQBJDMdRLgrLLLOWuXg8pns8AJf4L41TgH+E4hSg6s39bi /nNdkw8NH1eR2/OxAWvdRhCxAR9ZmcyZbSBc0l+2t+PIf6MrmJrvD6xzAOcg6Bn2 To/9VfJV6JhJZz1s1LIeeP0rL6V7MlrwfhL8kFdQggE= Received: from winston.madpilot.net ([127.0.0.1]) by winston.madpilot.net (winston.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G8cOPSTeXbtT; Mon, 9 Jun 2014 18:07:39 +0200 (CEST) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by winston.madpilot.net (Postfix) with ESMTPSA; Mon, 9 Jun 2014 18:07:39 +0200 (CEST) Message-ID: <5395DBCA.7030101@madpilot.net> Date: Mon, 09 Jun 2014 18:07:38 +0200 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Alex Dupre , sbruno@freebsd.org Subject: Re: gcc vs gcc48 References: <1402327321.76875.8.camel@bruno> <5395D387.8020902@FreeBSD.org> <1402328895.76875.11.camel@bruno> <5395DA0F.1000107@madpilot.net> <5395DAD9.8010701@FreeBSD.org> In-Reply-To: <5395DAD9.8010701@FreeBSD.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports list X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 16:07:46 -0000 On 06/09/14 18:03, Alex Dupre wrote: > Guido Falsi ha scritto: > >> It is a bad feature of ports on a live system, poudriere avoids >> this...at least it should. > > It's not bad for ports on a live system, it's a feature to not install > many gcc versions if you already have one that can satisfies all needs. > Ports and packages have different needs. > I agree, but there is a consistency problem, different systems WILL behave differently, for a good reason though :) Anyway for sbruno, I forgot to mention, you could add this: DEFAULT_VERSIONS= gcc=4.8 to the relevant make.conf file and it should always use that one, except for ports that explicitly request another version. Could be helpful in your case. -- Guido Falsi