From owner-svn-src-all@FreeBSD.ORG Sun Feb 2 13:24:45 2014 Return-Path: Delivered-To: svn-src-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 053A0DB3; Sun, 2 Feb 2014 13:24:45 +0000 (UTC) Received: from mailrelay009.isp.belgacom.be (mailrelay009.isp.belgacom.be [195.238.6.176]) by mx1.freebsd.org (Postfix) with ESMTP id B5F401CDB; Sun, 2 Feb 2014 13:24:43 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnQGAL1G7lJR8apO/2dsb2JhbABYgww4S71tgQAXdIIlAQEFOhwjEAsOBgQJGgsPKh4GiBwBCMwDF48JB4Q4BJgpgTOQb4FvgT87 Received: from 78.170-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.170.78]) by relay.skynet.be with ESMTP; 02 Feb 2014 14:24:24 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id s12DONZt002008; Sun, 2 Feb 2014 14:24:23 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Sun, 2 Feb 2014 14:24:23 +0100 From: Tijl Coosemans To: Baptiste Daroussin Subject: Re: svn commit: r261246 - in head: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/elftoolchain lib/libdwarf lib/libelf sys/sys Message-ID: <20140202142423.1c9ba5a7@kalimero.tijl.coosemans.org> In-Reply-To: <20140201234405.GO54904@ithaqua.etoilebsd.net> References: <201401282138.s0SLcsVV085769@svn.freebsd.org> <20140201234405.GO54904@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Kai Wang , garga@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2014 13:24:45 -0000 On Sun, 2 Feb 2014 00:44:05 +0100 Baptiste Daroussin wrote: > On Tue, Jan 28, 2014 at 09:38:54PM +0000, Kai Wang wrote: >> Author: kaiw >> Date: Tue Jan 28 21:38:54 2014 >> New Revision: 261246 >> URL: http://svnweb.freebsd.org/changeset/base/261246 >> >> Log: >> Merge from projects/elftoolchain: Upgrade libelf and libdwarf to newer >> versions from elftoolchain upstream (r2974). Convert ctfconvert to >> use the APIs from the new libdwarf and make ctfconvert work with Clang >> 3.4. >> >> __FreeBSD_version is bumped to 1100006. > > Thanks for this update, I just want to remind something to everyone, because it > happened a lot recently. > > Before breaking any ABI (SHLIB num bumped here in this case) all committers > should first talk to portmgr sync with them and then commit (and send a heasup > to portmgr saying the commit has been done) There also needs to be a compat10x port now and the other compat ports have to be updated.