summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-11 18:39:34 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-11 18:39:34 +0000
commit7575c0c213acda6b7ad67479edb4e5d7dd07fb76 (patch)
treeb03d33cd0b118b56c4da72bd8a5dffc609ef3bd8 /pkgtools
parentd88e1548a8fdecf278e57aeb6b90f1f653c72b48 (diff)
downloadpkgsrc-7575c0c213acda6b7ad67479edb4e5d7dd07fb76.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')
-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.