Date: Sun, 12 Jan 2014 22:17:10 +0000 (UTC) From: Julio Merino <jmmv@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r260577 - in head/contrib/atf: . atf-c atf-c++ atf-sh Message-ID: <201401122217.s0CMHAXJ039818@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmmv Date: Sun Jan 12 22:17:10 2014 New Revision: 260577 URL: http://svnweb.freebsd.org/changeset/base/260577 Log: Add atf pkg-config files from the vendor branch. These were originally deleted by mistake (because they were not yet being installed) and are actually necessary. This should have been part of r260576 but I missed committing this directory. MFC after: 5 days Added: head/contrib/atf/atf-c++/atf-c++.pc.in - copied unchanged from r260517, vendor/atf/dist/atf-c++/atf-c++.pc.in head/contrib/atf/atf-c/atf-c.pc.in - copied unchanged from r260517, vendor/atf/dist/atf-c/atf-c.pc.in head/contrib/atf/atf-sh/atf-sh.pc.in - copied unchanged from r260517, vendor/atf/dist/atf-sh/atf-sh.pc.in Modified: head/contrib/atf/FREEBSD-Xlist Modified: head/contrib/atf/FREEBSD-Xlist ============================================================================== --- head/contrib/atf/FREEBSD-Xlist Sun Jan 12 21:56:26 2014 (r260576) +++ head/contrib/atf/FREEBSD-Xlist Sun Jan 12 22:17:10 2014 (r260577) @@ -8,7 +8,6 @@ Makefile* aclocal.m4 admin/ atf-*/atf-*.m4 -atf-*/atf-*.pc.in atf-config/ atf-report/ atf-run/ Copied: head/contrib/atf/atf-c++/atf-c++.pc.in (from r260517, vendor/atf/dist/atf-c++/atf-c++.pc.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/contrib/atf/atf-c++/atf-c++.pc.in Sun Jan 12 22:17:10 2014 (r260577, copy of r260517, vendor/atf/dist/atf-c++/atf-c++.pc.in) @@ -0,0 +1,11 @@ +# ATF pkg-config file + +cxx=__CXX__ +includedir=__INCLUDEDIR__ +libdir=__LIBDIR__ + +Name: atf-c++ +Description: Automated Testing Framework (C++ binding) +Version: __ATF_VERSION__ +Cflags: -I${includedir} +Libs: -L${libdir} -latf-c++ -latf-c Copied: head/contrib/atf/atf-c/atf-c.pc.in (from r260517, vendor/atf/dist/atf-c/atf-c.pc.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/contrib/atf/atf-c/atf-c.pc.in Sun Jan 12 22:17:10 2014 (r260577, copy of r260517, vendor/atf/dist/atf-c/atf-c.pc.in) @@ -0,0 +1,11 @@ +# ATF pkg-config file + +cc=__CC__ +includedir=__INCLUDEDIR__ +libdir=__LIBDIR__ + +Name: atf-c +Description: Automated Testing Framework (C binding) +Version: __ATF_VERSION__ +Cflags: -I${includedir} +Libs: -L${libdir} -latf-c Copied: head/contrib/atf/atf-sh/atf-sh.pc.in (from r260517, vendor/atf/dist/atf-sh/atf-sh.pc.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/contrib/atf/atf-sh/atf-sh.pc.in Sun Jan 12 22:17:10 2014 (r260577, copy of r260517, vendor/atf/dist/atf-sh/atf-sh.pc.in) @@ -0,0 +1,8 @@ +# ATF pkg-config file + +exec_prefix=__EXEC_PREFIX__ +interpreter=${exec_prefix}/bin/atf-sh + +Name: atf-sh +Description: Automated Testing Framework (POSIX shell binding) +Version: __ATF_VERSION__
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401122217.s0CMHAXJ039818>