diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-11 18:39:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-11 18:39:34 +0000 |
commit | 2e2e6d3d72752c9f737c6b8d14014077fa9d7802 (patch) | |
tree | b03d33cd0b118b56c4da72bd8a5dffc609ef3bd8 | |
parent | c929d916fb4fdf9c2ccbfc91d130c4b37720c4f1 (diff) | |
download | pkgsrc-2e2e6d3d72752c9f737c6b8d14014077fa9d7802.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.
-rw-r--r-- | pkgtools/pkglint/TODO | 4 |
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. |