From owner-svn-src-all@freebsd.org Wed Oct 24 20:57: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 CE843106FDE3 for ; Wed, 24 Oct 2018 20:57:17 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-vs1-xe30.google.com (mail-vs1-xe30.google.com [IPv6:2607:f8b0:4864:20::e30]) (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 47BB279EFC for ; Wed, 24 Oct 2018 20:57:17 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-vs1-xe30.google.com with SMTP id j20so2875789vso.8 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=cT/qCjT0Aym63zUzCsFHUs2eAdkK768riHHwudYv1EytUScS7EJelHCcc0xNvZfs8m 7jvGa0VgqXT1AZaqwlLVzDRdCYHKu/81rQi5AkT4nOatvdjbhMihv5EHdti45zu3DEHE L8Cmj3uo/mri5YBM6CeRXNPyw5K+W6U627xON5yuBNLo1iFNTN3upYkACqDZvd0I3gg8 IfOAaCAYboM2aSQjiImeNA2kieXoGfZjwdYLKWf79BH33QR3WNTL6Zk5RoQYM+CpY4BJ ykpBMZvjHpErdLezTrasyG+M3ogu5wjDFkJTzxYLYv2deo+YdCCGTkS+5l+WcjknYBpn y/NA== X-Gm-Message-State: AGRZ1gIr+s3z8k03mL69aERY4fhIr9xdxYs+eYd+FlH4oq8tei7YlkuQ Jx1jM5QiKQdSlhE2iI6FYffUg8rxIcUVx48yUj9oMA== 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-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: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