summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
AgeCommit message (Expand)AuthorFilesLines
2005-11-24Implemented the --explain option and the checks for CPP macros in patchrillig1-2/+4
2005-11-24Updated pkglint to 4.46.rillig4-30/+142
2005-11-24- Not all possible plural variables have to be quoted withrillig1-5/+5
2005-11-24Updated pkglint to 4.45.3.rillig3-85/+111
2005-11-24Improved, reindented and commented the regular expression for shell words.rillig1-3/+11
2005-11-23Updated pkglint to 4.45.2.rillig2-53/+65
2005-11-23When a list is appended to another list, like MAKE_ENV+=rillig1-8/+12
2005-11-23Updated pkglint to 4.45.1.rillig3-14/+20
2005-11-21Updated pkglint to 4.45.rillig2-14/+14
2005-11-21* warn about unportable CPP macros in patches.rillig1-0/+1
2005-11-21Fixed a syntax error. I had forgotten to begin a comment with a "#".rillig1-3/+3
2005-11-20Updated pkglint to 4.44.rillig4-22/+5
2005-11-20Reworked the in-file documentation on pkglint. Added section headings.rillig1-23/+141
2005-11-20Removed the (undocumented) -Wvague option. All diagnostics that had beenrillig1-29/+33
2005-11-20Don't print warnings for unknown "empty" directories like pkg/ and scripts/rillig1-2/+2
2005-11-20Updated pkglint to 4.43.2.rillig3-7/+43
2005-11-20Use $conf_pkgsrcdir instead of hard-coded "/usr/pkgsrc".rillig1-3/+3
2005-11-20Added the $conf_make variable to solve compile-time errors.rillig1-1/+2
2005-11-20Updated lintpkgsrc to 4.43.1.rillig2-7/+17
2005-11-20Don't report *_MK variables as unchecked.rillig1-2/+4
2005-11-19Variable names starting with an underscore are reserved for internalrillig1-3/+2
2005-11-19Code cleanup.rillig1-164/+22
2005-11-19Replaced the special purpose variable $seen_USE_PKGLOCALEDIR with therillig1-6/+15
2005-11-19Removed the old EXTRACT_SUFX check.rillig1-19/+2
2005-11-19Don't complain if no MAINTAINER is given.rillig1-13/+1
2005-11-19Oops, covered the tracks from last-minute tests.rillig1-2/+1
2005-11-19Updated pkglint to 4.43.rillig5-14/+69
2005-11-19Updated pkglint to 4.42.2.rillig3-4/+10
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