summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
AgeCommit message (Expand)AuthorFilesLines
2005-11-15Values in SUBST_CLASSES may be tool names.rillig1-1/+2
2005-11-15USE_JAVA2 may be "YES", too.rillig1-2/+2
2005-11-15Removed the (vague) check for "nb\d+" in DISTNAME.rillig1-6/+1
2005-11-15* mention the SUBST framework whenever ${SED} is used.rillig1-0/+1
2005-11-15Updated pkglint to 4.42.1.rillig2-5/+8
2005-11-15Don't hide errors in the post-install stage.rillig1-2/+2
2005-11-15MANINSTALL is a user-settable variable and thus must not be defined byrillig1-5/+1
2005-11-14The last change was a bad idea. Reverted it partly. Now pkglint -I showsrillig1-22/+24
2005-11-14* warn about the use of ${WRKDIR:=...}, as this construct should onlyrillig1-0/+2
2005-11-14WRKSRC is of type WrkdirSubdirectory, but no new checks are added.rillig2-2/+6
2005-11-14- EXTRACT_SUFX is of type DistSuffix.rillig2-2/+8
2005-11-14The readmakefile() subroutine only returns the lines of the main Makefilerillig2-4/+8
2005-11-14* avoid duplicate warnings.rillig1-0/+1
2005-11-14Updated pkglint to 4.42.rillig4-49/+117
2005-11-14* detect spelling errors in variable namesrillig1-0/+1
2005-11-14- File::stat is used instead of the -d and -f operators to get the filerillig1-9/+20
2005-11-14When checking for the existence of a dependency, userillig1-2/+2
2005-11-14- Allow an opening bracket in variable names and tool names.rillig1-4/+4
2005-11-14When loading .mk files, lines are properly converted into logical lines.rillig1-2/+2
2005-11-14Made sure that global variables are only accessed if they are defined.rillig1-19/+14
2005-11-14Updated pkglint to 4.41.rillig4-79/+127
2005-11-13The exitcode from running pkglint in the post-install target is ignored,rillig1-2/+2
2005-11-10- Improved the way the tool names are detected once more.rillig1-1/+7
2005-11-10Updated pkglint to 4.40.rillig5-19/+12
2005-11-10* Find a reliable, secure way to delete all CVS directories insiderillig1-0/+3
2005-11-10Moved the checks for the COMMENT from checklines_package_Makefile() torillig2-19/+19
2005-11-10- Improved the detection of tool names once more.rillig1-2/+2
2005-11-10Updated pkglint to 4.39.rillig2-8/+10
2005-11-10Updated pkglint to 4.38.4.rillig2-6/+6
2005-11-10Added (currently disabled) code to scan for variable names inrillig1-14/+37
2005-11-08Removed the -l command line option from lintpkgsrc(1). Use "pkglint -r"rillig4-76/+26
2005-11-08Updated pkglint to 4.38.2.rillig2-7/+9
2005-11-08- Disable checking for variable names starting with an underscore. Duerillig1-2/+3
2005-11-08Fixed a typo ($line->error -> $line->log_error).rillig1-2/+2
2005-11-08Updated pkglint to 4.38.1.rillig2-11/+9
2005-11-08diff:rillig1-1/+1
2005-11-07Updated pkglint to 4.38.rillig3-171/+156
2005-11-06+ check for magic numbers like 0755, 755, 644rillig1-0/+1
2005-11-06* check Makefile directivesrillig1-0/+3
2005-11-06+ include "../../mk/bsd.prefs.mk" before any .if.rillig1-0/+1
2005-11-06Added a note that SUBST_SED might be changed to a List instead of arillig1-1/+2
2005-11-05Updated pkglint to 4.37.2.rillig2-9/+10
2005-11-04Updated pkglint to 4.37.1.rillig2-12/+17
2005-11-04Fixed regular expression for finding valid tool names. Added debuggingrillig1-8/+19
2005-11-04Manually added some commonly used tool names.rillig1-1/+7
2005-11-04Allow "-" in Tool names.rillig1-2/+2
2005-11-04Updated pkglint to 4.37.rillig3-8/+21
2005-11-04- PLIST_SRC may be set with both "=" and "+=".rillig2-5/+5
2005-11-04Added trailing dot to the diagnostics where it was missing.rillig1-8/+8
2005-11-04Updated pkglint to 4.36.1.rillig3-31/+118