From owner-svn-src-all@FreeBSD.ORG Thu Dec 25 20:27:21 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66D47E5; Thu, 25 Dec 2014 20:27:21 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [IPv6:2001:470:1f05:b76::196]) by mx1.freebsd.org (Postfix) with ESMTP id 4EF4B64F36; Thu, 25 Dec 2014 20:27:21 +0000 (UTC) Received: from AlfredMacbookAir.local (c-76-21-10-192.hsd1.ca.comcast.net [76.21.10.192]) by elvis.mu.org (Postfix) with ESMTPSA id BE890341F858; Thu, 25 Dec 2014 12:27:20 -0800 (PST) Message-ID: <549C732A.8000806@freebsd.org> Date: Thu, 25 Dec 2014 12:27:22 -0800 From: Alfred Perlstein Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Garrett Cooper , Konstantin Belousov Subject: Re: svn commit: r276195 - in head: . lib/libxo References: <201412250315.sBP3FvS6025641@svn.freebsd.org> <8F2C5A52-365F-4AE9-B60F-78CE7122F5B7@gmail.com> <549B8AD4.40703@freebsd.org> <20141225102113.GE1754@kib.kiev.ua> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 25 Dec 2014 20:27:21 -0000 On 12/25/14 12:07 PM, Garrett Cooper wrote: >> On Dec 25, 2014, at 02:21, Konstantin Belousov wrote: >> >>> On Wed, Dec 24, 2014 at 11:04:01PM -0800, Garrett Cooper wrote: >>> >>>> On Dec 24, 2014, at 19:56, Alfred Perlstein wrote: >>>> >>>> >>>> On 12/24/14 7:36 PM, Garrett Cooper wrote: > ... > >>> There isn't a leftover versioned .so in /usr/lib ? >> usr/lib/libxo.so.0 (without leading slash) must go into OLD_LIBS. >> It is all explained in the first paragraph of the file comment. > +1 to what kib said :).. > I *think* i fixed it, but tbh the docs in that file make very little sense to the layperson. The suggested sanity scripts should be either make(1) targets, or perhaps scripts in /usr/share to run, not inline comments. Having a "make sanity-obsolete" would be nice. -Alfred