From owner-svn-src-all@FreeBSD.ORG Mon Dec 29 16:51:55 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B04A77A3; Mon, 29 Dec 2014 16:51:55 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [IPv6:2001:470:1f05:b76::196]) by mx1.freebsd.org (Postfix) with ESMTP id 9C17C233B; Mon, 29 Dec 2014 16:51:55 +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 7C14F341F854; Mon, 29 Dec 2014 08:51:55 -0800 (PST) Message-ID: <54A186E6.8070805@freebsd.org> Date: Mon, 29 Dec 2014 08:52:54 -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: "Bjoern A. Zeeb" Subject: Re: svn commit: r276195 - in head: . lib/libxo References: <201412250315.sBP3FvS6025641@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit 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: Mon, 29 Dec 2014 16:51:55 -0000 You are correct. Reason for move was due to programs inside of /bin and /sbin depending on libxo. -Alfred On 12/29/14 8:49 AM, Bjoern A. Zeeb wrote: >> On 25 Dec 2014, at 03:15 , Alfred Perlstein wrote: >> >> Author: alfred >> Date: Thu Dec 25 03:15:56 2014 >> New Revision: 276195 >> URL: https://svnweb.freebsd.org/changeset/base/276195 >> >> Log: >> Move libxo to /lib >> >> Update ObsoleteFiles to reflect libxo move. > What this commit message doesn’t say is “WHY?” Everything else you described is kind of obvious from the commit diff ;-) > > >> Reviewed by: ngie >> Differential Revision: https://reviews.freebsd.org/D1370 >> >> Modified: >> head/ObsoleteFiles.inc >> head/lib/libxo/Makefile >> >> Modified: head/ObsoleteFiles.inc >> ============================================================================== >> --- head/ObsoleteFiles.inc Thu Dec 25 02:17:17 2014 (r276194) >> +++ head/ObsoleteFiles.inc Thu Dec 25 03:15:56 2014 (r276195) >> @@ -38,6 +38,9 @@ >> # xargs -n1 | sort | uniq -d; >> # done >> >> +# 20141224: libxo moved to /lib >> +OLD_FILES+=usr/lib/libxo.a >> +OLD_FILES+=usr/lib/libxo_p.a >> # 20141223: remove in6_gif.h, in_gif.h and if_stf.h >> OLD_FILES+=usr/include/net/if_stf.h >> OLD_FILES+=usr/include/netinet/in_gif.h >> >> Modified: head/lib/libxo/Makefile >> ============================================================================== >> --- head/lib/libxo/Makefile Thu Dec 25 02:17:17 2014 (r276194) >> +++ head/lib/libxo/Makefile Thu Dec 25 03:15:56 2014 (r276195) >> @@ -7,6 +7,8 @@ LIBXO= ${.CURDIR:H:H}/contrib/libxo >> LIB= xo >> SHLIB_MAJOR=0 >> >> +SHLIBDIR?= /lib >> + >> SRCS= libxo.c >> >> CFLAGS+=-I${LIBXO}/libxo >> > — > Bjoern A. Zeeb Charles Haddon Spurgeon: > "Friendship is one of the sweetest joys of life. Many might have failed > beneath the bitterness of their trial had they not found a friend." > >