diff options
author | grant <grant> | 2004-05-26 12:47:48 +0000 |
---|---|---|
committer | grant <grant> | 2004-05-26 12:47:48 +0000 |
commit | f3ee639a556b13b457be6cce371f1322c750a685 (patch) | |
tree | 0d82837ee561badb226b1e829dc5bb09cc46507b | |
parent | 62740f1f5bd15b32c0a9eb0a44f330f9d6c741d4 (diff) | |
download | pkgsrc-f3ee639a556b13b457be6cce371f1322c750a685.tar.gz |
todo: split USE_GNU_TOOLS into working tools and GNU tools.
-rw-r--r-- | doc/TODO | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.1780 2004/05/26 07:57:00 jlam Exp $ +$NetBSD: TODO,v 1.1781 2004/05/26 12:47:48 grant Exp $ Suggested new packages ====================== @@ -420,6 +420,15 @@ Infrastructure problems which need addressing o bootstrap building of gcc2/gcc3. + o split USE_GNU_TOOLS into USE_GNU_TOOLS and USE_TOOLS, where + USE_TOOLS can be used to require *known working* tools (be + they GNU versions on some platforms or not) while also being + able to require GNU tools. address problems with e.g. + yacc/bison (especially on Linux), the use of ${SED}, ${AWK}, + etc., fix some assumptions about platforms. this could also + include full support for runtime dependencies on + tools.mk-provided pkgs. + Suggested pkgsrc enhancements ============================= |