summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrant <grant>2003-04-15 01:03:52 +0000
committergrant <grant>2003-04-15 01:03:52 +0000
commit483b83549e82e30e0de66a41637175412639b2a8 (patch)
treeb7476ead8e3247e58ecbabb2c1cecf8e3ffa5ffe /doc
parent0cf00912b7fc54e3ca3c722b4efc64e8fb964d06 (diff)
downloadpkgsrc-483b83549e82e30e0de66a41637175412639b2a8.tar.gz
note some infrastructure problems that need addressing (mainly gcc
at this stage).
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index c3ad64c2e08..678721ea4a2 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.463 2003/04/12 14:19:47 jmmv Exp $
+$NetBSD: TODO,v 1.464 2003/04/15 01:03:52 grant Exp $
Suggested new packages
======================
@@ -266,6 +266,19 @@ Suggested package updates
o xpuyopuyo-0.9.5
o xsidplay-1.6.5pre20
+Infrastructure problems which need addressing
+========================================
+
+ o fix lang/gcc to not look in ${PREFIX}/include (and lib) for
+ header files and libraries, as this defeats the purpose of
+ buildlink2 and causes problems building pkgs (Solaris, where
+ it is installed into ${PREFIX}, unlike gcc3).
+
+ o fix lang/gcc to be able to find static libgcc (e.g.
+ devel/ncurses on Solaris).
+
+ o fix lang/gcc3 so pkgs can find shared libgcc, libstdc++,
+ etc., or static library if built with --disable-shared.
Suggested pkgsrc enhancements
=============================