diff options
author | rillig <rillig@pkgsrc.org> | 2007-09-27 09:08:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-09-27 09:08:59 +0000 |
commit | 1828e58d2779097425594c6fc2d12b27138c86a0 (patch) | |
tree | b6de3568e0563e7e57bd63121fc7e7537265ca02 /doc | |
parent | cde8014a55a937355cc579a35de7102f2b4bde65 (diff) | |
download | pkgsrc-1828e58d2779097425594c6fc2d12b27138c86a0.tar.gz |
CHECK_WRKREF has been implemented a long time ago.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.6708 2007/09/25 14:00:53 wiz Exp $ +$NetBSD: TODO,v 1.6709 2007/09/27 09:08:59 rillig Exp $ Suggested new packages ====================== @@ -1432,11 +1432,6 @@ Suggested pkgsrc enhancements - pkg-specific rc.d script instructions (Consider renaming PKGSRC_MESSAGE_RECIPIENTS as well.) - o Add an install time check that examines installed files for references - to ${WRKDIR}. In particular this should help catch packages which - pickup the tools directory with AC_PATH_PROG. This is in a similar - spirit as the runtime path checks which already exist. - o Use libarchive in pkg_install instead of forking tar or pax. http://people.freebsd.org/~kientzle/libarchive/ |