summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Expand)AuthorFilesLines
2005-09-03When RCS Ids are detected in patches, don't suggest the -ko mode, butrillig1-2/+2
2005-09-03As the shell commands in Makefiles can be quite long, only the closerillig1-8/+23
2005-09-03Added section comments and renamed some subroutines and variables.rillig1-28/+27
2005-09-03Made the import clauses uniform.rillig1-5/+11
2005-09-02Removed the -Winternal flag and the checks for the ":=" operator. There hadrillig1-16/+1
2005-09-02Removed the (undocumented) -d/--debug option.rillig1-16/+1
2005-09-02The command line options are now defined in one table instead of two.rillig1-49/+60
2005-09-02In logical lines from Makefiles, white-space surrounding therillig1-8/+13
2005-09-02In the diagnostics, "../../" path components that are not at therillig1-1/+5
2005-09-02The PKGDIR variable is extracted from the Makefile first, because otherrillig1-7/+6
2005-09-02When checking for direct use of tools, the Makefile lines arerillig1-8/+27
2005-09-01Fixed a newly introduced bug that prevented multiple patches per file fromrillig1-1/+3
2005-09-01Fixed the false warnings for lines in patches that start with "---". Therillig1-3/+10
2005-09-01Pkglint can check the pkgsrc root directory now. The checks are keptrillig1-7/+59
2005-09-01Added an (undocumented) option -r/--recursive that checks all the packagesrillig1-9/+14
2005-09-01fix typo in comment, reported by Leonard Schmidt on tech-pkg@hubertf1-1/+1
2005-08-25Update to 20050817.xtraeme2-6/+6
2005-08-25Added a check for PLISTs: Man pages should be installed into man/, notrillig1-1/+4
2005-08-25Removed all references to the -B/contblank command line option.rillig2-12/+4
2005-08-24Removed the -p flag from the usage message. It hasn't been implementedrillig1-2/+1
2005-08-24Removed the check for contiguous blank lines completely. As long asrillig1-11/+1
2005-08-24Added a -Wwhitespace flag that is off by default to control whetherrillig1-2/+4
2005-08-23Update to 1.22:jmmv3-8/+15
2005-08-22Sorted the regular expression constants alphabetically. Renamed two of them.rillig1-7/+7
2005-08-22Don't warn about unsorted PLIST entries that contain ${foo}. Only makerillig1-33/+17
2005-08-21Reduced the number of warnings for replacing ":=" with "=". Added a commandrillig1-3/+10
2005-08-21Buildlink files may use the := assignment operator for variable names thatrillig1-2/+2
2005-08-21Added a flag -g or --gcc-output-format that makes the messages parseable byrillig1-29/+51
2005-08-21This is pkglint-4.20. Changes since 4.19 include:rillig1-2/+2
2005-08-21Generally warn about the use of the := operator in Makefiles.rillig1-2/+10
2005-08-21Rewrote the checking of the Makefile variables in the DISTNAME section.rillig1-74/+67
2005-08-21include digest-types.h so the various {u,}intNN_t types are defined.grant1-0/+2
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-3/+4
2005-08-20Fixed a syntax error (a string had not been enclosed in double quotes).rillig1-2/+2
2005-08-20The default values for some variables in checkfile_package_Makefile arerillig1-24/+19
2005-08-19Added the command line option -CDESCR, for consistency.rillig1-2/+4
2005-08-19The --help message was wrong. The progress messages are not printed onrillig1-2/+2
2005-08-19Reduced two errors to warnings for the category Makefiles: The sortrillig1-3/+3
2005-08-19Don't check the distinfo twice if it is defined as ./distinfo in therillig1-2/+2
2005-08-17Changed the way how the direct use of tools is detected in Makefiles.rillig1-14/+20
2005-08-17Moved the checkdir_package subroutine directly before the main subroutinerillig1-97/+86
2005-08-17Renamed check_{package,category} to checkdir_{package,category} torillig1-7/+7
2005-08-17Fixed some bugs that appeared while checking the databases/ categoryrillig1-3/+4
2005-08-17When checking category Makefiles, avoid false warnings aboutrillig1-40/+63
2005-08-17Don't require the second line of a category Makefile to contain an emptyrillig1-72/+117
2005-08-08Don't install the manpage on FreeBSD.xtraeme1-2/+3
2005-08-07Added an experimental --autofix or -F command line option. It currentlyrillig1-12/+89
2005-08-06Fixed a bug which led to an endless loop. While happily changing therillig1-3/+2
2005-08-06Fixed the indentation. Replaced a nested if with an &&. Noticed that Irillig1-21/+17
2005-08-06The check_category subroutine has been converted to a one-pass checker.rillig1-34/+57