Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2014 16:49:52 +0000
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Alfred Perlstein <alfred@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r276195 - in head: . lib/libxo
Message-ID:  <A311A274-3485-4088-9931-BFD13C08FB03@FreeBSD.org>
In-Reply-To: <201412250315.sBP3FvS6025641@svn.freebsd.org>
References:  <201412250315.sBP3FvS6025641@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> On 25 Dec 2014, at 03:15 , Alfred Perlstein <alfred@freebsd.org> =
wrote:
>=20
> Author: alfred
> Date: Thu Dec 25 03:15:56 2014
> New Revision: 276195
> URL: https://svnweb.freebsd.org/changeset/base/276195
>=20
> Log:
>  Move libxo to /lib
>=20
>  Update ObsoleteFiles to reflect libxo move.

What this commit message doesn=E2=80=99t say is =E2=80=9CWHY?=E2=80=9D  =
Everything else you described is kind of obvious from the commit diff =
;-)


>  Reviewed by: ngie
>  Differential Revision: https://reviews.freebsd.org/D1370
>=20
> Modified:
>  head/ObsoleteFiles.inc
>  head/lib/libxo/Makefile
>=20
> Modified: head/ObsoleteFiles.inc
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- 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
>=20
> +# 20141224: libxo moved to /lib
> +OLD_FILES+=3Dusr/lib/libxo.a
> +OLD_FILES+=3Dusr/lib/libxo_p.a
> # 20141223: remove in6_gif.h, in_gif.h and if_stf.h
> OLD_FILES+=3Dusr/include/net/if_stf.h
> OLD_FILES+=3Dusr/include/netinet/in_gif.h
>=20
> Modified: head/lib/libxo/Makefile
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- 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=3D	${.CURDIR:H:H}/contrib/libxo
> LIB=3D	xo
> SHLIB_MAJOR=3D0
>=20
> +SHLIBDIR?=3D      /lib
> +
> SRCS=3D	libxo.c
>=20
> CFLAGS+=3D-I${LIBXO}/libxo
>=20

=E2=80=94=20
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."




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A311A274-3485-4088-9931-BFD13C08FB03>