From owner-svn-src-all@freebsd.org Fri Mar 15 03:14:53 2019 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 F0ABF1539D38; Fri, 15 Mar 2019 03:14:52 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it1-f170.google.com (mail-it1-f170.google.com [209.85.166.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90EC884341; Fri, 15 Mar 2019 03:14:52 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it1-f170.google.com with SMTP id m137so8194747ita.0; Thu, 14 Mar 2019 20:14:52 -0700 (PDT) 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=Vc8vY+WuBkkUb3hmrnxaxAztTa2Rzrb0/1qjBP7ZSOA=; b=mpb3hM4jMH63csq/+e8KacptWF9c0bKySkTOyhfx+e2L8IEwoRfvOo/Q5nPCJzeedd YRA3fiEWu+VOL0njlkzo+nbiz5rpR4uu5X8VVQ4xucMDFilbZNpqoV0SQo82WDmoEvnl +8YlocQWxiHWYRys2ZGVrSiaB4yuRIxaS9OH0RTQTBDFi5+s562/it+Jw2dlr0ks4ddT Z1r0yCfSi6Q2WcNOW6DcMid5PDshzd4tJKabkBT6zo7xOhEfHpfxhybFuiA6Ra/liroH TxtJBhI+Zl+ZTuUecDDgfSSFBqqj6IfeIhitJXE7MRu2eBBOm5ZuR5+1Vw+oceTAkouT 4oaw== X-Gm-Message-State: APjAAAWdW9wclUIu03HFkOJ84nqHjKs2I+0pOZx3rmb9aJDkLH7XgQbx 4+FH+Vjx3ZFNs8csIsOTSWwfKnFmY36hPi8XOOA= X-Google-Smtp-Source: APXvYqz9ah8a/SRodkHH4sO4W2Ons9GRgd3RI566Ybe0A0YoIc9PlljPFgRqSGxMOcoKX2ghUgYzsmgcZIZl8Bgla1g= X-Received: by 2002:a02:1209:: with SMTP id i9mr1078707jad.111.1552619685875; Thu, 14 Mar 2019 20:14:45 -0700 (PDT) MIME-Version: 1.0 References: <201903150234.x2F2YiAv028021@gndrsh.dnsmgr.net> In-Reply-To: From: Ed Maste Date: Thu, 14 Mar 2019 23:14:33 -0400 Message-ID: Subject: Re: svn commit: r345138 - head/share/man/man9 To: Warner Losh Cc: "Rodney W. Grimes" , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 90EC884341 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Fri, 15 Mar 2019 03:14:53 -0000 On Thu, 14 Mar 2019 at 22:46, Warner Losh wrote: > > Libarchive tests and a few bzip2 files are all that is left in contrib. All can be converted without hassle from what I can see. But these (libarchive at least) are uuencoded in the upstream repo, and we won't make a local change to undo that. Perhaps libarchive's upstream developers will decide that there's no need to uuencode the test files any longer, though.