From owner-svn-src-head@freebsd.org Wed Oct 24 20:57:18 2018 Return-Path: Delivered-To: svn-src-head@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 D4853106FDE4 for ; Wed, 24 Oct 2018 20:57:17 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-vs1-xe2a.google.com (mail-vs1-xe2a.google.com [IPv6:2607:f8b0:4864:20::e2a]) (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 488A779EFD for ; Wed, 24 Oct 2018 20:57:17 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-vs1-xe2a.google.com with SMTP id u21so3412529vsl.6 for ; Wed, 24 Oct 2018 13:57: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=bCNdR7B1VmQHP6KhIdclcLA8Tj9Jku/0s2/6Z814K2o=; b=Yq6iCcIvym/4W4Rg6Fk9FS8q9vR1FMaKGzFvCV5u2gKoeiYxzfS0bxnzUMcMFW8aQ7 pW3W3LcOH/e9TGY4a9s5GVO2BQ9gcLRXaiKpHaO4D06VtQeTFFKuWt1JRaQ8eAsiR3ZG zK0rmJRTiFJO+2uP/L7GLvydgrhj9aJCCPM2ZZiVufOsN5QuZeIrC4uMi1TD0ujjf30P d8K8r0JkYU5wlxw5gBZ0HrGsHIt/R0R53hEk2Ou9YAoJvuJFVe2VMtNa3KdfRMivys+W wC28LRxRP+vmaBKXo5VxVpiE7k4CePKH/v5dYWFRhk+pJlHg5UrexIWyJOmZs9zYMNK/ 5kxw== 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=bCNdR7B1VmQHP6KhIdclcLA8Tj9Jku/0s2/6Z814K2o=; b=fa9m6nq/v7bilfFoQWT59yvEjVZSekpR/jRLj87PcdPppdXGAH9RmNwl9o0e4Gf+W0 j4+kw3rBqNWIt8XSy/9kSDVROP94lMPWwNGxPXzu4q8BAJ0dIme2OaozWYw/Ih8bZI6c LaRG+cxueO+Aq2h4fTLju26/kXdUG/Ur1sJ39Rk2P3l+db5RTvANImHB0FKOo2BNYBD4 uC7yssM2fzCTqA4V2BdOr1bKjR11KhszQW+pXMjrqOweejQs4MCVT/IQKnE3+fAc20qJ XDkANWXdl5CkXaig7C8wVOask8lF7RZbfu8RIbPbZJDa2u4ijXawTD9jXUP6oceC60pl eTFg== X-Gm-Message-State: AGRZ1gJvkgZ7V5Uz7qxPYWj6o5s85XGTEWsAOR8K+Oz/baMI4KGlhduD 11QukWoXxUHkfqGipb0OsWBZzswBBaUUbnp+KJso9A== X-Google-Smtp-Source: AJdET5f9RoRRd0B31XxTn+PpFDouRj3OQRL108C1DPwGSRa7PnoAfg+gBCtJgSkgnXFIkp1I/99EHKxjhBJlyPslmZQ= X-Received: by 2002:a67:4988:: with SMTP id d8mr1883568vsg.41.1540414636033; Wed, 24 Oct 2018 13:57: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:57:04 -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-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 24 Oct 2018 20:57:18 -0000 On Wed, Oct 24, 2018 at 2:36 PM Warner Losh wrote: > > > 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. > I posted a patch to the port that makes it compile for me to that thread. If there's confirmation that it works, i'll work with x11@freebsd.org to get it pushed in. Or just push it in myself since I'm on that list and I'm a ports committer. Warner