From owner-svn-ports-all@FreeBSD.ORG Mon Mar 10 23:14:44 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 DB56AB97; Mon, 10 Mar 2014 23:14:44 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id B5E68DC4; Mon, 10 Mar 2014 23:14:44 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 4E34D3F410; Mon, 10 Mar 2014 19:14:41 -0400 (EDT) Date: Tue, 11 Mar 2014 00:14:54 +0100 (CET) From: Gerald Pfeifer To: Mathieu Arnold Subject: Re: svn commit: r347808 - in head: Mk lang/gcc lang/gcc/files lang/gcc47 In-Reply-To: <68B252085DCFE9F7D216076D@atuin.in.mat.cc> Message-ID: References: <201403102041.s2AKfAG9046132@svn.freebsd.org> <68B252085DCFE9F7D216076D@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Gerald Pfeifer , ports-committers@freebsd.org 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, 10 Mar 2014 23:14:44 -0000 On Mon, 10 Mar 2014, Mathieu Arnold wrote: > Just to pick on a couple of things, that may or not be right, thinking > aloud just in case, you did not remove the CONFLICT line in lang/gcc46, This I did not do intentionally, to keep any conflicts for a not-yet or only partially updated system (though I know we don't support those). Is there anything I missed and this is causing problems? I can remove it right away. > also, maybe, instead of changing the lang/gcc/* files, you might have > svn cp the ones from lang/gcc47 there. The new lang/gcc is based on the GCC 4.7.3 release whereas lang/gcc47 is tracking snapshots; distinfo and Makefile (in a number of points, not just this one) are different. pkg-descr also is different since the purpose of the ports is different. pkg-plist is the same, though. Next time, should I `svn cp` over that file, and just update the others in place? Or was your suggestion for the case where the entire port is copied more or less? Happy to follow your recommendation! Thanks for the feedback. Gerald