From owner-svn-src-head@FreeBSD.ORG Mon Dec 31 02:57:47 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F6F7F66; Mon, 31 Dec 2012 02:57:47 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f171.google.com (mail-ob0-f171.google.com [209.85.214.171]) by mx1.freebsd.org (Postfix) with ESMTP id B272C8FC08; Mon, 31 Dec 2012 02:57:46 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id dn14so11173707obc.16 for ; Sun, 30 Dec 2012 18:57:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Mg0DZsPzAODgqsg5fM3XJPSmVakiZNdbWoLVl6vLm9E=; b=FtONUvTOi8VK+MTpltMTF3GNPKW5hiS1lhmadsWdWTL7ngMlRJf/B5Wvk2t8F1I5CL DIzuepWU2dgthGH0zxhfSjyDZZqWCQEJeW0/CpuIx07ZUqLWvwxPXjvnX4AwLkpbbsAL Ij5M6GPUGrgBeOKFDcsbidzVolAaFSCaMLCaDap/1fIw8iN83o5LT69VXUjnek40jvnU 7xafw5R/llSlu3scMfb+U6tz8/bqd7SEl6xYX99nBd4sU35twRIrWuFx+zIdSehb6sw0 nQ3Zb6/VV/y06Aon32fx1YCDvyiwRsHRQvbyxn9C/y+qQGEQxwVy2jnV7HtvSqzKCQFC Qveg== MIME-Version: 1.0 Received: by 10.182.95.205 with SMTP id dm13mr33508079obb.9.1356922665763; Sun, 30 Dec 2012 18:57:45 -0800 (PST) Received: by 10.76.143.33 with HTTP; Sun, 30 Dec 2012 18:57:45 -0800 (PST) In-Reply-To: References: <201212301628.qBUGS6tE037193@svn.freebsd.org> Date: Sun, 30 Dec 2012 18:57:45 -0800 Message-ID: Subject: Re: svn commit: r244865 - in head: . lib lib/libdisk share/mk From: Garrett Cooper To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, freebsd-current , src-committers@freebsd.org, Nathan Whitehorn X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 31 Dec 2012 02:57:47 -0000 On Sun, Dec 30, 2012 at 6:54 PM, Adrian Chadd wrote: > .. not that I mind old things being retired, but we really should > announce things like this. > > Also - you disconnected libftpio too; is that intentional? > > Just because libdisk/libftpio isn't used by anything in the base -HEAD > doesn't mean that: > > * it's not used by third party programs in ports; > * it's not used by any external, non open source utilities that people > have read. > > So I'd suggest creating a port for them both and begin the process of > deprecating the kernel side interfaces that are unique to this API. +1 This is what exp- runs are for (portmgr can help with this). HTH, -Garrett