Age | Commit message (Expand) | Author | Files | Lines |
2008-02-14 | Improved the wording of the explanation for empty PLISTs. Related to | rillig | 1 | -5/+6 |
2008-02-13 | Add to explanation for empty PLIST: not needed for meta packages. | reed | 2 | -4/+4 |
2008-02-12 | INSTALLATION_DIRS_FROM_PLIST is deprecated. Use AUTO_MKDIRS instead. | rillig | 1 | -1/+4 |
2008-02-08 | Added a suggestion from Tobias Nygren. | rillig | 1 | -1/+3 |
2008-02-05 | Something more to do. | rillig | 1 | -1/+3 |
2008-02-01 | + PRIVILEGED_STAGES | rillig | 1 | -1/+2 |
2008-01-31 | Don't require white-space after ${RUN}, since it wasn't required for | rillig | 1 | -4/+9 |
2008-01-31 | Directories that are practically empty are skipped. | rillig | 1 | -1/+3 |
2008-01-28 | Added Thomas' explanation for the "PKGREVISION must only be in Makefile" | rillig | 1 | -1/+7 |
2008-01-28 | pkglint can now automatically add the "used by" clauses to | rillig | 1 | -9/+12 |
2008-01-28 | When a file is included via .sinclude, it doesn't have to exist. | rillig | 1 | -12/+12 |
2008-01-25 | Some commands like "mktexlsr" and "texconfig" must not be called from | rillig | 1 | -4/+9 |
2008-01-10 | Greg wants me to check for unused license files. | rillig | 1 | -1/+2 |
2008-01-10 | Check misspelled macro names, for example __NetBSD_Version instead of | rillig | 1 | -1/+8 |
2008-01-06 | + REPLACE_LOCALEDIR_PATTERNS | rillig | 1 | -1/+2 |
2008-01-06 | + BUILD_MAKE_CMD | rillig | 1 | -1/+2 |
2008-01-06 | Deactivated the "NOTE: you can write "tool" instead of "${TOOL}", as | rillig | 1 | -2/+4 |
2008-01-06 | When a variable is compared to a string in an .if or .elif directive, | rillig | 1 | -5/+30 |
2008-01-05 | Improved an explanation for an error message, since the previous version | rillig | 1 | -2/+5 |
2008-01-05 | Improved the wording of the "Makefiles must not be included" error message. | rillig | 1 | -2/+2 |
2008-01-05 | Don't give a warning for incomplete RCS tags in patch files, as they | rillig | 1 | -2/+2 |
2008-01-05 | Reactivated the code to warn about missing comments in patches. It seems | rillig | 1 | -5/+5 |
2008-01-05 | In the check for variable ordering in package Makefiles, MASTER_SITES is | rillig | 1 | -2/+2 |
2008-01-04 | Added code to analyze the conditions in .if and .elif directives. This | rillig | 1 | -1/+86 |
2008-01-04 | Whenever a Makefile.common is included by another file, that file should | rillig | 1 | -1/+27 |
2008-01-04 | Updated pkglint to 4.82. | rillig | 2 | -16/+7 |
2008-01-04 | Prepared pkglint for the upcoming cleanup of the .include directives in | rillig | 1 | -2/+2 |
2008-01-03 | Added a way to determine the PKGPATH when checking a package. | rillig | 1 | -3/+22 |
2008-01-01 | If one of the NO_*_ON_* variables contains something other that | rillig | 1 | -2/+7 |
2008-01-01 | All characters in PLIST files are relevant, so make trailing white-space | rillig | 1 | -2/+6 |
2007-12-22 | Prevent internal errors when one-letter variables are used. The warning | rillig | 1 | -2/+3 |
2007-12-22 | Updated pkglint to 4.81. | rillig | 1 | -2/+2 |
2007-12-22 | GNU info pages should not be installed into share/info. | rillig | 1 | -3/+7 |
2007-12-21 | + REDQ_FILES_PERMS | rillig | 1 | -1/+2 |
2007-12-21 | Updated the list of pkgsrc compilers (+hp, +pcc). | rillig | 1 | -2/+6 |
2007-12-19 | Improved the wording of an explanation, to avoid confusion. | rillig | 1 | -4/+4 |
2007-12-19 | - Added support for the new META_PACKAGE variable. | rillig | 2 | -4/+8 |
2007-12-13 | Made the CVS Id check stricter, to catch many mistakes in pkgsrc-wip. | rillig | 1 | -2/+2 |
2007-12-07 | Updated pkglint to 4.80. | rillig | 1 | -3/+3 |
2007-12-07 | + AUTO_MKDIRS | rillig | 1 | -1/+2 |
2007-11-30 | Catch some common mistakes in dependency patterns. | rillig | 1 | -16/+21 |
2007-11-29 | (typo:) When checking PLIST.common_end and loading PLIST.common, | rillig | 1 | -2/+2 |
2007-11-22 | Fixed code duplication. When canonicalizing package names, also do it | rillig | 1 | -26/+17 |
2007-11-20 | Removed USE_TOOLS+=perl:run, since Perl is not used as a tool, only as a | rillig | 1 | -3/+1 |
2007-11-16 | The type of BUILTIN_FIND_GREP.* had been wrong. It's not List of | rillig | 1 | -2/+2 |
2007-11-14 | Properly check the return value of load_lines("PLIST.common"). | rillig | 1 | -2/+9 |
2007-11-07 | Mention that RUN does more error checking than _PKG_SILENT + _PKG_DEBUG. | rillig | 1 | -3/+3 |
2007-11-07 | In variable assignments in the shell you can sometimes leave out the | rillig | 1 | -1/+9 |
2007-11-07 | Filemasks and Pathmasks may very well contain special characters, so the | rillig | 1 | -3/+3 |
2007-11-07 | In shell commands, handle backticks inside double quotes. By the way, | rillig | 1 | -3/+15 |