From owner-freebsd-hackers@freebsd.org Mon Oct 1 16:25:03 2018 Return-Path: Delivered-To: freebsd-hackers@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 A7E7010981C1; Mon, 1 Oct 2018 16:25:03 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2157C7FDBC; Mon, 1 Oct 2018 16:25:03 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf1-f51.google.com with SMTP id y10-v6so10355518lfj.1; Mon, 01 Oct 2018 09:25:03 -0700 (PDT) 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=7kyVTYm7A56YiYhfZp6cX0U7EqpLvBuJ5SZNQsvWy8A=; b=ZAoKZtHBo5IonX4IUuxmeNE8bWCcQRoj4dRB28ApS7X3dGMLf9yeA95AkiGapsjyG/ fOgtIN3nfilMzQMx9NSvZcEXEigapoiXNO9ZBVqcDzDzSNunD88lc4Fw+X3KjfbqFScl Jghdxssso7SOOcfhxiLGxliHvFQmWbIpDp1QmpafIKZjbsDlFLCKPZPqs+YgUVzym6ow SB3TFTSEy5Is8qTwwIy4dSbg3iJQ1cp0bGdGzLfqppa5dlwmVI7Cx4lFaxwJZtqsZHbz iIuONv5gCJZ661YoeNMIEMECi/sKyFMzDeOtijSPxEvE31I08AwBCM/pW3+1BRApUQ5T NuOA== X-Gm-Message-State: ABuFfoiS9yUSRe8tjIxvVo/IMssYTCT3peRazAc475nTeHTn/j3QaTpr NrFNGSrmOT+MHSm8z3Mj3njepIMn2FGZL4CXq1Q= X-Google-Smtp-Source: ACcGV60gtp8C79o4D/I67p5wgBepC5z7YDcRAdlM04xTlr27Gl+Xm0q2JzUUwAiRl/evgfieKU2/vKklLsy1DrwJDDw= X-Received: by 2002:a19:d408:: with SMTP id l8-v6mr6247728lfg.25.1538410764958; Mon, 01 Oct 2018 09:19:24 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Alan Somers Date: Mon, 1 Oct 2018 10:19:13 -0600 Message-ID: Subject: Re: Port collection (incorrectly) marked as not supporting 11.1 To: Aryeh Friedman Cc: freebsd-ports@freebsd.org, "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2018 16:25:04 -0000 On Mon, Oct 1, 2018 at 9:53 AM Aryeh Friedman wrote: > On: > > FreeBSD lilith 11.1-RELEASE FreeBSD 11.1-RELEASE #0 r321664: Fri Jul 28 > 23:35:18 EDT 2017 root@lilith:/usr/obj/usr/src/sys/GENERIC amd64 > > Attempting to run make on any port produces: > > /!\ ERROR: /!\ > > Ports Collection support for your FreeBSD version has ended, and no ports > are > guaranteed to build on this system. Please upgrade to a supported release. > > No support will be provided if you silence this message by defining > > How is this possibly correct when 11.1 is still listed as a production > release!?!?!?!? > > -- > Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org > Because FreeBSD 11.1 went EoL yesterday. You need to upgrade to 11.2. Here's the announcement. https://lists.freebsd.org/pipermail/freebsd-announce/2018-September/001842.html You're right, however, that the website isn't up-to-date. It was updated in one place but not another. I'll bug somebody to fix it. https://www.freebsd.org/releases/ (incorrect) https://www.freebsd.org/security/security.html#sup (correct) -Alan