summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-09 18:51:36 +0000
committerwiz <wiz>2003-01-09 18:51:36 +0000
commit109486f204858ec54707ca3c7449aec27f751e72 (patch)
treead05a6ff85343e70c7d5e1b653f5f703b8a46fbf
parent3b7e5183eb243ef55777b628ef5730c30b213806 (diff)
downloadpkgsrc-109486f204858ec54707ca3c7449aec27f751e72.tar.gz
Add section with suggested cleanups in pkgsrc, and fill it with three starters.
-rw-r--r--doc/TODO20
1 files changed, 16 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 5fd7fc58f4f..9b3979dcfab 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.161 2003/01/09 18:44:35 wiz Exp $
+$NetBSD: TODO,v 1.162 2003/01/09 18:51:36 wiz Exp $
Suggested new packages
======================
@@ -257,11 +257,23 @@ Suggested pkgsrc enhancements
o Add a sort check to pkglint for PLISTs.
+ o Make pkgsrc work on more operating systems.
+
+ o Permit cross-building of packages which are capable of
+ doing so (e.g. ones that use GNU autoconf properly).
+
+Suggested cleanups in pkgsrc
+============================
+
o Make packages install their configuration files under the
examples hierarchy, using bsd.pkg.install.mk to copy them
to the PKG_SYSCONFDIR directory when necessary.
- o Make pkgsrc work on more operating systems.
+ o Deprecate LTCONFIG_OVERRIDE -- replace with appropriate LIBTOOL_OVERRIDE
- o Permit cross-building of packages which are capable of
- doing so (e.g. ones that use GNU autoconf properly).
+ o Fix remaining packages to install documentation into share/doc
+ instead of share/gtk-doc (usually,
+ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
+ does the trick; additionally, one might set
+ CONFIGURE_ARGS+= --enable-gtk-doc=no
+ to avoid a gtk-doc dependency).