From owner-svn-ports-all@freebsd.org Mon May 28 18:06:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B86BF74CA1; Mon, 28 May 2018 18:06:30 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCFD979CCE; Mon, 28 May 2018 18:06:29 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id E9DB521ADD; Mon, 28 May 2018 14:06:22 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Mon, 28 May 2018 14:06:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=+oWdBF pLnLq5FDOu4fh6lSm2O+MlSCk7R9YNtIRKJEU=; b=OuwW1tAZ6TwTAeV1LyvMeu JD4BMhBNr5w0rPXrfc1Eyf17thO1BWX54ROcHBUGyLs7FeHAP2yJTDMRpOMbaABQ uesA4+wtNPRSWA50shXbNdkq6ljk3Uo4i+aGwlGJCoUuqE1bpPABFD7U/FL5aXm7 ZwkHayvF7KSAhq7Zejtjk7FiyKv7lW2uBDpGvnd6lo2bh4Z9VaJasFRfHCjJ/2eo cnaDTx6MKgtlsPRp+Kr2P2MDM7cdnFuxD++KDezDfrOP8cnTKihuUQ3dLRBonwDn KyXvROKHNw4Vo47yUD9PWrkdCjUh5/uo9oFvCLhVanmOaOtCP3oFOmG6mPa6yFSw == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id A32B49E3CF; Mon, 28 May 2018 14:06:22 -0400 (EDT) Message-Id: <1527530782.108895.1388220600.72B829AD@webmail.messagingengine.com> From: Tobias Kortkamp To: Eric Turgeon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-397f98d6 In-Reply-To: <201805281420.w4SEKNQX028529@repo.freebsd.org> Date: Mon, 28 May 2018 20:06:22 +0200 Subject: Re: svn commit: r471043 - head/lang/gcc6-aux References: <201805281420.w4SEKNQX028529@repo.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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, 28 May 2018 18:06:30 -0000 On Mon, May 28, 2018, at 16:20, Eric Turgeon wrote: > Author: ericbsd > Date: Mon May 28 14:20:22 2018 > New Revision: 471043 > URL: https://svnweb.freebsd.org/changeset/ports/471043 > > Log: > Update gcc6-aux to 6.5.0 and fix i386 > > Approved by: wg (mentor) > > Modified: > head/lang/gcc6-aux/Makefile > head/lang/gcc6-aux/Makefile.version > > Modified: head/lang/gcc6-aux/Makefile > ============================================================================== > --- head/lang/gcc6-aux/Makefile Mon May 28 13:23:10 2018 (r471042) > +++ head/lang/gcc6-aux/Makefile Mon May 28 14:20:22 2018 (r471043) > @@ -57,6 +57,8 @@ MODERN_BINUTILS= yes > BOOTSTRAP_COMPILER= ada-bootstrap.aarch64.freebsd.120.tar.bz2 > . elif ${ARCH} == amd64 && ${OSVERSION} > 1200030 #ino64 > BOOTSTRAP_COMPILER= ada-bootstrap.${GARCH}.freebsd.120.tar.bz2 > +. elif ${ARCH} == i386 && ${OSVERSION} > 1200030 #ino64 > +BOOTSTRAP_COMPILER= ada-bootstrap.${GARCH}.freebsd.120.tar.bz2 > . else > BOOTSTRAP_COMPILER= ada-bootstrap.${GARCH}.freebsd.100B.tar.bz2 > . endif > @@ -116,10 +118,12 @@ DISTFILES+= ${BOOTSTRAP_COMPILER}:boot > # for port maintenance, invoke "make makesum PLUS_BOOTSTRAPS=1" > .if defined(PLUS_BOOTSTRAPS) > DISTFILES= \ > - ${IDENTIFICATION}.tar.bz2 \ > + ${IDENTIFICATION}.tar.xz \ > ada-bootstrap.i386.freebsd.100B.tar.bz2:boot \ > + ada-bootstrap.i386.freebsd.120.tar.bz2:boot \ > ada-bootstrap.x86_64.dragonfly.41.tar.bz2:boot \ > ada-bootstrap.x86_64.freebsd.100B.tar.bz2:boot \ > + ada-bootstrap.x86_64.freebsd.120.tar.bz2:boot \ > ada-bootstrap.aarch64.freebsd.120.tar.bz2:boot > .endif > > @@ -217,6 +221,8 @@ post-extract: > ${WRKSRC}/gcc/config/i386/freebsd64.h \ > ${WRKSRC}/gcc/config/i386/freebsd.h \ > ${WRKSRC}/gcc/config/aarch64/aarch64-freebsd.h > + @${REINPLACE_CMD} -e 's|static:crtbeginT.o%s;||' \ > + ${WRKSRC}/gcc/config/freebsd-spec.h > .if defined(MODERN_BINUTILS) > # Use dwarf4-compatible addr2line (affects FreeBSD only) > ${REINPLACE_CMD} -e 's|/usr/bin/addr2line|${PREFIX}/bin/addr2line|g' \ > > Modified: head/lang/gcc6-aux/Makefile.version > ============================================================================== > --- head/lang/gcc6-aux/Makefile.version Mon May 28 13:23:10 2018 (r471042) > +++ head/lang/gcc6-aux/Makefile.version Mon May 28 14:20:22 2018 (r471043) > @@ -1,15 +1,20 @@ > # $FreeBSD$ > > +# The attempt to upgrade to version 6.4.1 was done incorrectly. > +# When 6.5.1 is released, set the SNAPSHOT to the release date, > +# but also set BUILD_RELEASE to "yes". Otherwise snapshots will > +# continue to be used and eventually be removed from mirrors. > + > GCC_BRANCH= 6 > -GCC_POINT= 4.1 > +GCC_POINT= 5.0 > GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT} > -SNAPSHOT= 20170802 > +SNAPSHOT= 20180516 > BUILD_RELEASE= no > -MAIN_PR= 1 > -UTIL_PR= 1 > -ARMV7_PR= 2 > -ARM64_PR= 3 > -X86_PR= 2 > +MAIN_PR= 0 > +UTIL_PR= 0 > +ARMV7_PR= 0 > +ARM64_PR= 0 > +X86_PR= 0 > > .if ${BUILD_RELEASE:Mno} > # Snapshot naming pattern > Hi, this is missing an update to distinfo. => gcc-6-20180516.tar.xz is not in /usr/ports/lang/gcc6-aux/distinfo. => Either /usr/ports/lang/gcc6-aux/distinfo is out of date, or => gcc-6-20180516.tar.xz is spelled incorrectly. *** Error code 1