From owner-svn-ports-all@freebsd.org Fri Oct 26 09:37:54 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 AEBFD10DD2BC; Fri, 26 Oct 2018 09:37:54 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) (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 456A96E826; Fri, 26 Oct 2018 09:37:54 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id D203E7B0; Fri, 26 Oct 2018 05:37:46 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Fri, 26 Oct 2018 05:37:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=jyUBw/+4jcoQX8ASCdA6aokuTmqoI7g77zzcS6o3I 2I=; b=FqF80qyD/z5vpykHHAVzo6whCwRJZ/vTKNwuWijQ79bGqWDub1NWzNdQE C0JNdDvX7pMyjRR0PMMGXzCP0ZTfWPcUHfmX+KkJjbtnCxteDfpdCvIKJrMsa0Wn oD8JYVSP/EA8XHFhDHx5hmbY8z5fmKGn084mxlJftpQj8jctK7FQvOO9NDYs3Jep mJa8kqFzpVJFKH5u4Mdv1Ph8VhWPZ28PTs20G+quKXV9OkUQy0lgDlvoJ1Qfi1J5 Z4dzLC2kfTBkRCe7+O0J0sT76G+B9Ka4VB9tsYkr/4tnASOLRUjUTqxHG/p/V5+7 oJ2N6LtVIYrTrYYIoVQZ7/AhgN8Qg== X-ME-Sender: X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 99) id ACDA99E50C; Fri, 26 Oct 2018 05:37:45 -0400 (EDT) Message-Id: <1540546665.131372.1555344968.798B16E6@webmail.messagingengine.com> From: Tobias Kortkamp To: Mateusz Piotrowski <0mp@freebsd.org>, truckman@freebsd.org Cc: mat@freebsd.org, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-63008d4f References: <201810250948.w9P9mGSb099015@repo.freebsd.org> <20181025115917.z2h6zx5txmxkzrtj@ogg.in.absolight.net> Subject: Re: svn commit: r482963 - head/misc/exercism In-Reply-To: Date: Fri, 26 Oct 2018 11:37:45 +0200 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 26 Oct 2018 09:37:54 -0000 On Fri, Oct 26, 2018, at 11:06, Mateusz Piotrowski wrote: > On Fri, 26 Oct 2018 at 00:50, Don Lewis wrote: >> On 25 Oct, Mathieu Arnold wrote: >> > On Thu, Oct 25, 2018 at 09:48:16AM +0000, Mateusz Piotrowski wrote: >>=20=20 >> >>=C2=A0 =C2=A0- Move GH_TUPLE out of the USE* section. >> > This is wrong, see: >> > https://www.freebsd.org/doc/en/books/porters-handbook/porting-order-u= ses.html >>=20=20 >> Yes, and portlint incorrectly complains about this. >=20 > It has been fixed in r481991 I think. It hasn't been fixed in general, only for the USE_GITHUB case. Portlint still produces bad warnings about other USE_x and related variables (e.g., USE_GITLAB and GL_ACCOUNT, etc.)