summaryrefslogtreecommitdiff
path: root/devel/atf-libs/PLIST
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2012-07-10 22:02:59 +0000
committerjmmv <jmmv@pkgsrc.org>2012-07-10 22:02:59 +0000
commit37de68c420295f30625048b2de7659ba4b8e3dc2 (patch)
tree8720c03d1db74556ac103bf039d131c28ec4e4ff /devel/atf-libs/PLIST
parentfc38b50eda56f62ce2a102576d77c1d7fb296db1 (diff)
downloadpkgsrc-37de68c420295f30625048b2de7659ba4b8e3dc2.tar.gz
Update to ATF 0.16:
Experimental version released on July 10th, 2012. * Added a --enable-tools flag to configure to request the build of the deprecated ATF tools, whose build is now disabled by default. In order to continue running tests, you should migrate to Kyua instead of enabling the build of the deprecated tools. The kyua-atf-compat package provides transitional compatibility versions of atf-run and atf-report built on top of Kyua. * Tweaked the ATF_TEST_CASE macro of atf-c++ so that the compiler can detect defined but unused test cases. * PR bin/45859: Fixed some XSLT bugs that resulted in the tc-time and tp-time XML tags leaking into the generated HTML file. Also improved the CSS file slightly to correct alignment and color issues with the timestamps column. * Optimized atf-c++/macros.hpp so that GNU G++ consumes less memory during compilation with GNU G++. * Flipped the default to building shared libraries for atf-c and atf-c++, and started versioning them. As a side-effect, this removes the --enable-unstable-shared flag from configure that appears to not work any more (under NetBSD). Additionally, some distributions require the use of shared libraries for proper dependency tracking (e.g. Fedora), so it is better if we do the right versioning upstream. * Project hosting moved from an adhoc solution (custom web site and Monotone repository) to Google Code (standard wiki and Git). ATF now lives in a subcomponent of the Kyua project.
Diffstat (limited to 'devel/atf-libs/PLIST')
-rw-r--r--devel/atf-libs/PLIST4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/atf-libs/PLIST b/devel/atf-libs/PLIST
index 894978d2f36..521e5bcffed 100644
--- a/devel/atf-libs/PLIST
+++ b/devel/atf-libs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2012/07/01 15:27:43 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/07/10 22:02:59 jmmv Exp $
bin/atf-sh
include/atf-c++.hpp
include/atf-c++/build.hpp
@@ -58,6 +58,7 @@ tests/atf/atf-c++/macros_hpp_test.cpp
tests/atf/atf-c++/macros_test
tests/atf/atf-c++/pkg_config_test
tests/atf/atf-c++/tests_test
+tests/atf/atf-c++/unused_test.cpp
tests/atf/atf-c++/utils_test
tests/atf/atf-c/Atffile
tests/atf/atf-c/Kyuafile
@@ -84,6 +85,7 @@ tests/atf/atf-c/macros_test
tests/atf/atf-c/pkg_config_test
tests/atf/atf-c/tc_test
tests/atf/atf-c/tp_test
+tests/atf/atf-c/unused_test.c
tests/atf/atf-c/utils_test
tests/atf/atf-sh/Atffile
tests/atf/atf-sh/Kyuafile