From owner-svn-src-all@freebsd.org Wed Oct 24 20:36:17 2018 Return-Path: Delivered-To: svn-src-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 74875106F573 for ; Wed, 24 Oct 2018 20:36:17 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-vs1-xe2f.google.com (mail-vs1-xe2f.google.com [IPv6:2607:f8b0:4864:20::e2f]) (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 0A746792F0 for ; Wed, 24 Oct 2018 20:36:17 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-vs1-xe2f.google.com with SMTP id e126so4059102vsc.9 for ; Wed, 24 Oct 2018 13:36:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=I+0aIpQZoZlxkXyPeOY/NVF0FZ4brjaY7ZS/H1HZk2I=; b=N88riH07/VUG3owgSGPm3dtPqabsTQSPuKnxoRguLnKbTuDiC6093yahkJyI6NjPju k70fHzQ5xPKd7qQ9UH8jVERdVfyJfXLxqYTSxs3upL6Ye6CYqxOEQgFet4BEvrfqf2u0 4VLO1QojqEd6ZhFzNW2yNSX9qsdKy4TFgHROV3l8XQuxHQZgG+hPnWw8IL3/Ph1MjHxV Vq67UodMoxPu7I+xjPpC+HgHnx1BcO9Jo4qaywedqNEYcdWA65kkh8Gm00x6WDsHdkVE eq0iP6L86vDJ+Uq1nQAKSDkakyVtHHpH3rVKeP5GbsYcpeLUNEoZNRLbfjc3HseHTDsa FIFg== 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=I+0aIpQZoZlxkXyPeOY/NVF0FZ4brjaY7ZS/H1HZk2I=; b=WPkog8vpEPRkguMeKCBge5tPV+oBTEl/MtcnCH2HCDPXLJJ1rxW2u8DPhWgTARYY5W 9QezYs5BOllHmZb49tUxW42Ps+S2Ndc65YpTzgKgu1irVRu1CHpw6LyOORxSmWs9LiDm QJjBFoj84KOu8jtsrjIff7jIhng5tG+YDFPFCAFZMRNpnZeds5QYVurZWFHPSHeftH8t 5nYxd+p1LY+83cc0blSXRVWdBVD3R3835vQGKg8NJ129KHlbMBR2osKn2Me1xgvQK04z /wmnzOaiuyMGPIU/A0AyyveMLJaMyWYFQhhrJrUJMddXu7LQgCSbwsdYr8NugfDNAowf VNHA== X-Gm-Message-State: AGRZ1gKSIY5Rz2Jcat4jbTmxh7GipjU+rKMWDGnjnO4+ME2lQ1ptEAb7 WO4rsVJAOkFs15RuQsb25HtssosqVkAnP4qSZcp0uw== X-Google-Smtp-Source: AJdET5f09ewyhUZEs64bnmP6CIrWP2v7BRUupR5UnDEhVH+bDiuFnHzjpyojFR5BD6NlXzot1SGtVEoMoGV39sK2SNg= X-Received: by 2002:a67:f757:: with SMTP id w23mr1877176vso.76.1540413376223; Wed, 24 Oct 2018 13:36:16 -0700 (PDT) MIME-Version: 1.0 References: <201810220234.w9M2Y0Wk043492@repo.freebsd.org> In-Reply-To: From: Warner Losh Date: Wed, 24 Oct 2018 14:36:05 -0600 Message-ID: Subject: Re: svn commit: r339563 - in head: . share/man/man4 sys/conf sys/dev/joy sys/modules sys/modules/joy sys/sys tools/kerneldoc/subsys To: Jan Beich Cc: Warner Losh , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2018 20:36:17 -0000 On Wed, Oct 24, 2018 at 9:42 AM Jan Beich wrote: > Warner Losh writes: > > > Author: imp > > Date: Mon Oct 22 02:34:00 2018 > > New Revision: 339563 > > URL: https://svnweb.freebsd.org/changeset/base/339563 > > > > Log: > > Remove joy(4) driver. > > > > This driver was marked as gone in 12. We're at 13 now. Remove it. > > Data from nycbug's dmesg cache shows only one potential user, > > suggesting it never was used much. > > > > RelNotes: yes > > Differential Revision: https://reviews.freebsd.org/D17629 > > Breaking userland API but not bothering with an exp-run or bumping > __FreeBSD_version. > Is the following the pointy hat you were looking for? > > > https://forums.freebsd.org/threads/graphics-freeglut-fails-to-build-sys-joystick-h-not-found.68002/ Your tone is not acceptable. Please try again, only this time with the required level of professionalism. I'm not an idiot, and you will treat me with respect. This driver was flagged for removal in 12 ages ago and the port failed to update to take that deprecation into account. So this tone is out of line. You can use the bump to 1300000 as the version to fix it. I didn't bump the revision because it wasn't needed. Warner