summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-12-21 12:14:38 +0000
committerrillig <rillig@pkgsrc.org>2007-12-21 12:14:38 +0000
commit892133d7dd3c94a4379ae74f3ff1f74dd661f341 (patch)
treead14d179d93cd03c185e625bfbc0c1cd97223342
parent32c96015801d0d9bc4c62c3fbbfe88960ff4b94b (diff)
downloadpkgsrc-892133d7dd3c94a4379ae74f3ff1f74dd661f341.tar.gz
Some builtin.mk files are way too redundant. Someone should check
whether they can be made simpler.
-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.