summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorrillig <rillig>2007-12-21 12:14:38 +0000
committerrillig <rillig>2007-12-21 12:14:38 +0000
commitea75d3049b00319ff87ee35a83bed3996c19c527 (patch)
treead14d179d93cd03c185e625bfbc0c1cd97223342 /doc/TODO
parent9e9b668eb288872befa06bc6fe0058787e8e8b80 (diff)
downloadpkgsrc-ea75d3049b00319ff87ee35a83bed3996c19c527.tar.gz
Some builtin.mk files are way too redundant. Someone should check
whether they can be made simpler.
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 159e652fd41..66c359f02a2 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.6917 2007/12/21 11:33:22 tron Exp $
+$NetBSD: TODO,v 1.6918 2007/12/21 12:14:38 rillig Exp $
Suggested new packages
======================
@@ -1502,3 +1502,8 @@ Suggested cleanups in pkgsrc
o Convert packages to use generic install scripts where possible
(for example, mail/majordomo).
+
+ o Remove the redundancy of builtin.mk files by factoring out the
+ most commonly used cases into a well-documented file. For
+ example, x11/kbproto/builtin.mk and x11/libXrender/builtin.mk
+ almost look the same.