]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r266650, r267172 (both by jmmv):
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 31 Aug 2014 23:09:23 +0000 (23:09 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 31 Aug 2014 23:09:23 +0000 (23:09 +0000)
commit264f23bd4583d92676783dcb81a3b9ad2107ffff
treebcf25cf7ef2d964fcc592b038255f8001665bf37
parentb1155a30c5271be2ecabe0c013760810e0821b9f
MFC r266650, r267172 (both by jmmv):

r266650:

  Change libatf-c and libatf-c++ to be private libraries.

  We should not be leaking these interfaces to the outside world given
  that it's much easier for third-party components to use the devel/atf
  package from ports.

  As a side-effect, we can also drop the ATF pkgconfig and aclocal files
  from the base system.  Nothing in the base system needs these, and it
  was quite ugly to have to get them installed only so that a few ports
  could build.  The offending ports have been fixed to depend on
  devel/atf explicitly.

  Reviewed by:  bapt

r267172:

  Homogenize libatf-* version numbers with upstream.

  The libatf-* major version numbers in FreeBSD were one version ahead of
  upstream because, when atf was first imported into FreeBSD, the upstream
  numbers were not respected.  This is just confusing and bound to cause
  problems down the road.

  Fix this by taking advantage of the fact that libatf-* are now private
  and that atf is not yet built by default.  However, and unfortunately, a
  clean build is needed for tests to continue working once "make
  delete-old-libs" has been run; hence the note in UPDATING.

Phabric: D701
Approved by: jmmv (maintainer, mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/10@270905 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
19 files changed:
UPDATING
contrib/atf/FREEBSD-Xlist
contrib/atf/atf-c++/atf-c++.m4 [deleted file]
contrib/atf/atf-c++/atf-c++.pc.in [deleted file]
contrib/atf/atf-c/atf-c.m4 [deleted file]
contrib/atf/atf-c/atf-c.pc.in [deleted file]
contrib/atf/atf-c/atf-common.m4 [deleted file]
contrib/atf/atf-sh/atf-sh.m4 [deleted file]
contrib/atf/atf-sh/atf-sh.pc.in [deleted file]
etc/mtree/BSD.tests.dist
lib/atf/libatf-c++/Makefile
lib/atf/libatf-c++/tests/Makefile
lib/atf/libatf-c/Makefile
lib/atf/libatf-c/tests/Makefile
libexec/atf/atf-check/Makefile
share/mk/atf.test.mk
share/mk/bsd.libnames.mk
tools/build/mk/OptionalObsoleteFiles.inc
usr.bin/atf/atf-sh/Makefile