summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/TODO
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-11 18:39:34 +0000
committerjoerg <joerg>2007-01-11 18:39:34 +0000
commita7bd0f72a965b9374de70d9370b728102e053574 (patch)
treeb03d33cd0b118b56c4da72bd8a5dffc609ef3bd8 /pkgtools/pkglint/TODO
parent982546a937f012c244dffdceb79e4da6f9b4a98c (diff)
downloadpkgsrc-a7bd0f72a965b9374de70d9370b728102e053574.tar.gz
From the discussion in #pkgsrc of build problems of wip/gxmms2:
Packages using lang/python/extension.mk must follow the naming scheme or otherwise they can't be depended on.
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r--pkgtools/pkglint/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index f7859ad3dc7..c5c66b29fc0 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.53 2006/10/12 13:58:48 joerg Exp $
+$NetBSD: TODO,v 1.54 2007/01/11 18:39:34 joerg Exp $
Please add your own entries at the bottom of this file. If possible,
include the name of an example package where a warning should occur.
@@ -36,3 +36,5 @@ include the name of an example package where a warning should occur.
* Check all the shell commands to see if they are mentioned in USE_TOOLS.
* ${MACHINE_ARCH}-${LOWER_OPSYS}elf in PLISTs etc. is a NetBSD config.guess
problem ==> use of ${APPEND_ELF}
+* Packages including lang/python/extension.mk must follow the Python version
+ scheme. Enforcing PYPKGPREFIX for those is most likely a good idea.