From owner-svn-ports-all@freebsd.org Tue Nov 14 23:10:43 2017 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 15D08DB88A0; Tue, 14 Nov 2017 23:10:43 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f169.google.com (mail-io0-f169.google.com [209.85.223.169]) (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 D804B73DF5; Tue, 14 Nov 2017 23:10:42 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f169.google.com with SMTP id g73so10621805ioj.8; Tue, 14 Nov 2017 15:10:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=xeknEj4NitLIladBaAy77cC9Ua/BKxY4OMa9mhz5Wuk=; b=SFhmZBrA1J9X9fLQMAc0J3pGBBCdjwhf8Pz5cfKc4DEDf5i3r0XT91P4MDI/E4yd1T HOgWJYATI4/8WklN4Q2z8XoALRB/BVErABeGYFcEtP395vb08KWARM4NOT2Ewe0qbQG3 kIoCSxkH6w/q5RmFSyICm7tHQk5i2E75dq0868i+Znh8KDsOD2QgYm5rUwe4PbcgetyF jCj/drLSUKJv+v6Ekch4iQScNuQ31IC6Cfb6veml9osOXob75ra5WqaAEQTdz3gBFJi1 CpGXOqMXzxixi/QhmIpuIjIZDrWAFeuCj3JdyAauX2UeU9rsNhjhy79HGStpU3dB8odS w9hA== X-Gm-Message-State: AJaThX7umLqUDbkjf1GtPStm9YX3XNVBMHyc7R2lRRIJPz3HxhQibmrX PWthGI3X51zTr0G123u07zl9dSRT X-Google-Smtp-Source: AGs4zMbisoq06+WCBzg+4XMSNRU0We2B1FJ7S5Z6HABcOfAc1rRkp6LpYKxn7UazwWeQl3RudH4KGQ== X-Received: by 10.107.13.134 with SMTP id 128mr6890280ion.160.1510701036001; Tue, 14 Nov 2017 15:10:36 -0800 (PST) Received: from mail-it0-f42.google.com (mail-it0-f42.google.com. [209.85.214.42]) by smtp.gmail.com with ESMTPSA id r186sm4128894itb.10.2017.11.14.15.10.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Nov 2017 15:10:35 -0800 (PST) Received: by mail-it0-f42.google.com with SMTP id m191so15718125itg.2; Tue, 14 Nov 2017 15:10:35 -0800 (PST) X-Received: by 10.36.228.68 with SMTP id o65mr17814157ith.128.1510701035612; Tue, 14 Nov 2017 15:10:35 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.164.130 with HTTP; Tue, 14 Nov 2017 15:10:35 -0800 (PST) In-Reply-To: <9eaf7df4-8c21-f5a6-8de1-a4c21ece1fc8@citrin.ru> References: <201711131216.vADCGmNR013160@repo.freebsd.org> <9eaf7df4-8c21-f5a6-8de1-a4c21ece1fc8@citrin.ru> From: Conrad Meyer Date: Tue, 14 Nov 2017 15:10:35 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r454110 - in head/devel/elfutils: . files To: Anton Yuzhaninov Cc: Gerald Pfeifer , Olivier Cochard , Anton Yuzhaninov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Antoine Brodin Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 14 Nov 2017 23:10:43 -0000 Possibly because api-sanity-autotest depends on abi-compliance-checker which depends on elfutils. On Tue, Nov 14, 2017 at 3:05 PM, Anton Yuzhaninov wrote: > On 11/14/17 07:47, Gerald Pfeifer wrote: >> On Mon, 13 Nov 2017, Olivier Cochard wrote: >>> Log: >>> Update to 0.170 >>> >>> PR: 223607 >>> Submitted by: Anton Yuzhaninov >>> Approved by: cem (maintainer) >> >>> Modified: head/devel/elfutils/Makefile >>> ============================================================================== >> >>> -USE_GCC= 4.8 # fails to build with newer versions >>> +USE_GCC= yes >> >> Nice to see this use of old GCC 4.8 avoided thusly. It would have >> been good to note this change in the commit message, though? >> >> >> Note that devel/api-sanity-autotest/Makefile has the following comment >> >> USE_GCC= 4.8 # same as devel/elfutils >> >> which is not the case any longer after this chance. > > It is not obvious why devel/api-sanity-autotest should depend on the > same gcc version as devel/elfutils. > > I've added antoine@ to CC. > > USE_GCC=4.8 was added in this commit: > https://svnweb.freebsd.org/ports?view=revision&revision=446382 >