From owner-svn-src-head@freebsd.org Sat Nov 18 14:16:13 2017 Return-Path: Delivered-To: svn-src-head@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 DD2BCDBBEDF; Sat, 18 Nov 2017 14:16:13 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9476A71041; Sat, 18 Nov 2017 14:16:13 +0000 (UTC) (envelope-from se@freebsd.org) Received: from fwd22.aul.t-online.de (fwd22.aul.t-online.de [172.20.26.127]) by mailout02.t-online.de (Postfix) with SMTP id E58FB4181393; Sat, 18 Nov 2017 15:16:04 +0100 (CET) Received: from Stefans-MBP-2.fritz.box (TFNyicZpZh+E8iOz+JXuAusNSja5lMRVWa4R-U+3VmdkWkesK3dVnpRPFC29jggQ3A@[87.151.220.147]) by fwd22.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1eG3ua-0bWcnw0; Sat, 18 Nov 2017 15:16:00 +0100 Subject: Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config To: Pedro Giffuni Cc: rgrimes@freebsd.org, "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , src-committers , Warner Losh , "O. Hartmann" References: <201711180134.vAI1Y2ks064138@pdx.rh.CN85.dnsmgr.net> <29499AF9-FC0A-4CDA-9657-B092B3F9A0D0@FreeBSD.org> From: Stefan Esser Message-ID: <04747a89-4dc7-a476-dc32-a158ee1f5240@freebsd.org> Date: Sat, 18 Nov 2017 15:15:59 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <29499AF9-FC0A-4CDA-9657-B092B3F9A0D0@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Language: en-GB Content-Transfer-Encoding: 8bit X-ID: TFNyicZpZh+E8iOz+JXuAusNSja5lMRVWa4R-U+3VmdkWkesK3dVnpRPFC29jggQ3A X-TOI-MSGID: 436b6188-7e8e-4c40-9f37-9dfbc1ca02c9 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2017 14:16:14 -0000 Am 18.11.17 um 03:31 schrieb Pedro Giffuni: > >> On Nov 17, 2017, at 20:34, Rodney W. Grimes wrote: >> >> [ Charset UTF-8 unsupported, converting... ] >>> Kib@ posted to arch that we were removing it, nobody objected, we removed >>> it. If it was a working feature that might have a few users, that's one >>> thing. But I don't think make lint has actually worked in at least a decade. >> >> Thats a sad state of affairs. >> > > t’s not sad, just the way things are, modern compilers are doing much of the checking older tools like lint used to do.. OpenBSD and DragonflyBSD both killed lint ages ago. > > OTOH, we should probably consider other tools, like sparse: > > https://sparse.wiki.kernel.org/index.php/Main_Page > > The license is fine and it plays nice with the compiler. It builds on -CURRENT, but the Makefile needs some tweaks (it does not find LLVM or Gtk+-2.0, even though they are present on my system). I'll work on a port over the weekend ... Regards, STefan