From owner-svn-ports-head@FreeBSD.ORG Wed Sep 10 06:01:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D133AA8; Wed, 10 Sep 2014 06:01:25 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 114C8B87; Wed, 10 Sep 2014 06:01:24 +0000 (UTC) Received: from [192.168.120.98] (095-097-241-198.static.chello.nl [95.97.241.198]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 5962E43BA6; Wed, 10 Sep 2014 01:01:11 -0500 (CDT) Message-ID: <540FE91A.2070905@marino.st> Date: Wed, 10 Sep 2014 08:00:58 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Adam Weinberger , John Marino Subject: Re: svn commit: r367789 - in head: . dns dns/posadis games games/linux-savage net net/etherboot References: <201409092248.s89MmeZq039294@svn.freebsd.org> <34104EFD-4F9E-4383-9D3B-6150EE77DE65@adamw.org> In-Reply-To: <34104EFD-4F9E-4383-9D3B-6150EE77DE65@adamw.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 06:01:25 -0000 On 9/10/2014 06:14, Adam Weinberger wrote: > On 9 Sep, 2014, at 18:48, John Marino wrote: > >> Author: marino >> Date: Tue Sep 9 22:48:40 2014 >> New Revision: 367789 >> URL: http://svnweb.freebsd.org/changeset/ports/367789 >> QAT: https://qat.redports.org/buildarchive/r367789/ >> >> Log: >> Remove three unrelated unstaged ports >> >> Deleted: >> head/dns/posadis/ > > I remember trying to work on this one a bit ago. IIRC there’s a library in devel, poslib I think?, that existed only for posadis, but was preventing posadis from building. I think it needed syslimits.h anywhere in the public headers, and had some other weird failure. > > If those problems haven’t been fixed, is it worth deprecating poslib too? > posadis has essentially been abandoned for 10 years. The last activity on the SF source was about 6 weeks after the last release. There are other dns implementations that are still maintained, so yes, I think poslib should be deprecated. I didn't know it existed. John