summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files
AgeCommit message (Expand)AuthorFilesLines
2008-01-28Added Thomas' explanation for the "PKGREVISION must only be in Makefile"rillig1-1/+7
2008-01-28pkglint can now automatically add the "used by" clauses torillig1-9/+12
2008-01-28When a file is included via .sinclude, it doesn't have to exist.rillig1-12/+12
2008-01-25Some commands like "mktexlsr" and "texconfig" must not be called fromrillig1-4/+9
2008-01-10Check misspelled macro names, for example __NetBSD_Version instead ofrillig1-1/+8
2008-01-06+ REPLACE_LOCALEDIR_PATTERNSrillig1-1/+2
2008-01-06+ BUILD_MAKE_CMDrillig1-1/+2
2008-01-06Deactivated the "NOTE: you can write "tool" instead of "${TOOL}", asrillig1-2/+4
2008-01-06When a variable is compared to a string in an .if or .elif directive,rillig1-5/+30
2008-01-05Improved an explanation for an error message, since the previous versionrillig1-2/+5
2008-01-05Improved the wording of the "Makefiles must not be included" error message.rillig1-2/+2
2008-01-05Don't give a warning for incomplete RCS tags in patch files, as theyrillig1-2/+2
2008-01-05Reactivated the code to warn about missing comments in patches. It seemsrillig1-5/+5
2008-01-05In the check for variable ordering in package Makefiles, MASTER_SITES isrillig1-2/+2
2008-01-04Added code to analyze the conditions in .if and .elif directives. Thisrillig1-1/+86
2008-01-04Whenever a Makefile.common is included by another file, that file shouldrillig1-1/+27
2008-01-04Prepared pkglint for the upcoming cleanup of the .include directives inrillig1-2/+2
2008-01-03Added a way to determine the PKGPATH when checking a package.rillig1-3/+22
2008-01-01If one of the NO_*_ON_* variables contains something other thatrillig1-2/+7
2008-01-01All characters in PLIST files are relevant, so make trailing white-spacerillig1-2/+6
2007-12-22Prevent internal errors when one-letter variables are used. The warningrillig1-2/+3
2007-12-22GNU info pages should not be installed into share/info.rillig1-3/+7
2007-12-21+ REDQ_FILES_PERMSrillig1-1/+2
2007-12-21Updated the list of pkgsrc compilers (+hp, +pcc).rillig1-2/+6
2007-12-19Improved the wording of an explanation, to avoid confusion.rillig1-4/+4
2007-12-19- Added support for the new META_PACKAGE variable.rillig2-4/+8
2007-12-13Made the CVS Id check stricter, to catch many mistakes in pkgsrc-wip.rillig1-2/+2
2007-12-07+ AUTO_MKDIRSrillig1-1/+2
2007-11-30Catch some common mistakes in dependency patterns.rillig1-16/+21
2007-11-29(typo:) When checking PLIST.common_end and loading PLIST.common,rillig1-2/+2
2007-11-22Fixed code duplication. When canonicalizing package names, also do itrillig1-26/+17
2007-11-16The type of BUILTIN_FIND_GREP.* had been wrong. It's not List ofrillig1-2/+2
2007-11-14Properly check the return value of load_lines("PLIST.common").rillig1-2/+9
2007-11-07Mention that RUN does more error checking than _PKG_SILENT + _PKG_DEBUG.rillig1-3/+3
2007-11-07In variable assignments in the shell you can sometimes leave out therillig1-1/+9
2007-11-07Filemasks and Pathmasks may very well contain special characters, so therillig1-3/+3
2007-11-07In shell commands, handle backticks inside double quotes. By the way,rillig1-3/+15
2007-11-07When checking a single *.mk file, determine the used variables. Thisrillig1-1/+3
2007-11-07Fixed the XXX from the last commit. PLIST conditionals are read in whenrillig1-1/+19
2007-11-07Directories may be removed in a PLIST if there is a corresponding @execrillig1-2/+9
2007-11-07Warn about removal of unrelated directories in the PLIST.rillig1-3/+16
2007-11-06The "short" names for tools may only be used in the predefinedrillig1-2/+2
2007-11-04The fifth field in a CVS/Entries file is the keyword mode. It doesn'trillig1-3/+3
2007-11-03Reverted the deprecation of USE_NCURSES.rillig2-3/+4
2007-11-03USE_NCURSES is deprecated. It has no effects anymore.rillig2-3/+5
2007-10-31"Safe" variables should not have the :Q operator, since it only makesrillig1-4/+9
2007-10-31Do not print warnings about missing PLIST definitions for Perl modulesrillig1-1/+2
2007-10-31Added a function for checking bmake conditionals.rillig1-2/+11
2007-10-31Second try to deprecate LICENCE. ACCEPTABLE_LICENCES continues to exist,rillig1-3/+3
2007-10-25Reverted the deprecation of LICENCE and ACCEPTABLE_LICENCES, since thererillig1-3/+5