From owner-svn-ports-all@freebsd.org Sun Feb 14 10:01:35 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 20CC6529266; Sun, 14 Feb 2021 10:01:35 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-qk1-f172.google.com (mail-qk1-f172.google.com [209.85.222.172]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DdjSH0BsNz4pmL; Sun, 14 Feb 2021 10:01:34 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by mail-qk1-f172.google.com with SMTP id j3so3919308qkk.9; Sun, 14 Feb 2021 02:01:34 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xQbNTAN0+qyGrJMWWMq6t9KDAesQHTLmhiCWgNMk+5A=; b=O++jvzHeY6LlfAAq2DGT1+3z5fn0jO/glirowBUOiEZ9DdGlsCHAJ6BMhcFUrwSqEy K34O0/ykR63h0fVc/8sb2D5BiMTJ4bdM5oOo9wH3OuCGjk/cv+eyXdPTZ6thED64fFwN Zszd4ziaD9ZP4AfL0grx06wKZ2j3HUzmAMIqt6JGzizO6p205FqPh8Tk0p+Qqbk7lN3v VC+v/Sj1vilDrmZOX3ng3hi1DcBR2NGX8PVn3yIA+Cfijnp4EVo6dlQ3lDe4J4s7O2k2 KekTVHZJAJ32397YSqVCB2eZWlIagxtjbQikaa4RSfZgNAzRFkojg+zbsfiFUzgwmbGB vQ1w== X-Gm-Message-State: AOAM532mBW2FXrUljrzVAqRfwj0hezMJ0mPLGHlyqMZz9cw9huOB2A8f dAQVCxhdzJK4Vato6QU2XBAOaGKglMKAMQ== X-Google-Smtp-Source: ABdhPJyu2eaBT4LutAkbTagSl+IA3M7dpmWF5B6JtS4nfMrR7ZuLsinP6RSYw7xatn1hN/jtSeF/UA== X-Received: by 2002:a37:490c:: with SMTP id w12mr10121976qka.156.1613296893891; Sun, 14 Feb 2021 02:01:33 -0800 (PST) Received: from mail-yb1-f181.google.com (mail-yb1-f181.google.com. [209.85.219.181]) by smtp.gmail.com with ESMTPSA id c7sm9189126qtm.60.2021.02.14.02.01.33 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 14 Feb 2021 02:01:33 -0800 (PST) Received: by mail-yb1-f181.google.com with SMTP id f4so4188428ybk.11; Sun, 14 Feb 2021 02:01:33 -0800 (PST) X-Received: by 2002:a25:5d8:: with SMTP id 207mr15604656ybf.418.1613296893496; Sun, 14 Feb 2021 02:01:33 -0800 (PST) MIME-Version: 1.0 References: <202102090704.11974rlH001767@repo.freebsd.org> <44f4698a-4cfd-6a6-6b89-4a4babfdab80@pfeifer.com> In-Reply-To: <44f4698a-4cfd-6a6-6b89-4a4babfdab80@pfeifer.com> From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= Date: Sun, 14 Feb 2021 11:01:19 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r564769 - head/irc/undernet-ircu To: Gerald Pfeifer Cc: "ports-committers@FreeBSD.org" , svn-ports-all , svn-ports-head X-Rspamd-Queue-Id: 4DdjSH0BsNz4pmL X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 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: Sun, 14 Feb 2021 10:01:35 -0000 On Sat, Feb 13, 2021 at 9:22 PM Gerald Pfeifer wrote: > On Tue, 9 Feb 2021, Fernando Apestegu=C3=ADa wrote: > > -PORTVERSION=3D 2.10.12.18 > > +PORTVERSION=3D 2.10.12.19 > > I am curious... > > > +USE_GCC=3D any > > ...where does USE_GCC come from for such a minor version update? > As the PR states, the port stop building with clang (segfaults when running table_gen). > > Are you sure it even works with the 14 year old version of GCC > used by some (older) versions on some (tier 2) platforms? > Nope, I only test on all production (11.4, 12.2) releases plus current on both i386 and amd64. > > If GCC is required, I suggest USE_GCC=3Dyes. > Should be fixed in r565214. I overlooked this. Thanks for the heads up! > > Mk/bsd.gcc.mk tries to describe this a bit, and I'm happy to > enhance it if you have any questions or suggestions. > Since the use case for USE_GCC =3D any seems narrow (I don't think many ports build with 12 years old compilers on many tier 2 platforms), we could add a warning in the terms of "unless you can guarantee that this works on tier 2 platforms with very old compilers, this is probably not what you want. Try USE_GCC=3Dyes instead" Thanks! > > Thanks, > Gerald