Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-11-07 | When checking a single *.mk file, determine the used variables. This | rillig | 1 | -1/+3 |
2007-11-07 | Fixed the XXX from the last commit. PLIST conditionals are read in when | rillig | 1 | -1/+19 |
2007-11-07 | Directories may be removed in a PLIST if there is a corresponding @exec | rillig | 1 | -2/+9 |
2007-11-07 | Warn about removal of unrelated directories in the PLIST. | rillig | 1 | -3/+16 |
2007-11-06 | The "short" names for tools may only be used in the predefined | rillig | 1 | -2/+2 |
2007-11-04 | The fifth field in a CVS/Entries file is the keyword mode. It doesn't | rillig | 1 | -3/+3 |
2007-11-03 | Reverted the deprecation of USE_NCURSES. | rillig | 2 | -3/+4 |
2007-11-03 | USE_NCURSES is deprecated. It has no effects anymore. | rillig | 2 | -3/+5 |
2007-10-31 | "Safe" variables should not have the :Q operator, since it only makes | rillig | 1 | -4/+9 |
2007-10-31 | Do not print warnings about missing PLIST definitions for Perl modules | rillig | 1 | -1/+2 |
2007-10-31 | Added a function for checking bmake conditionals. | rillig | 1 | -2/+11 |
2007-10-31 | Second try to deprecate LICENCE. ACCEPTABLE_LICENCES continues to exist, | rillig | 1 | -3/+3 |
2007-10-25 | Reverted the deprecation of LICENCE and ACCEPTABLE_LICENCES, since there | rillig | 1 | -3/+5 |
2007-10-25 | It's not very useful to have empty PLIST files, so warn about it. This | rillig | 1 | -1/+15 |
2007-10-17 | LICENCE and ACCEPTABLE_LICENCES (British English) are deprecated. | rillig | 1 | -3/+5 |
2007-10-13 | Whew. pkglint didn't know FAIL_MSG at all. | rillig | 1 | -1/+2 |
2007-10-13 | FAIL_MSG may be a hidden command. | rillig | 1 | -2/+32 |
2007-10-12 | As pointed out in PR 37113, it is dangerous to set MAINTAINER | rillig | 1 | -2/+2 |
2007-10-12 | X11_TYPE=xorg is no longer supported. | rillig | 1 | -2/+2 |
2007-10-07 | fix obsolete URLs for www.NetBSD.org | kano | 2 | -4/+4 |
2007-10-01 | + MISSING_FEATURES | rillig | 1 | -1/+2 |
2007-10-01 | Marked _PKG_SILENT and _PKG_DEBUG as deprecated, added USE_FEATURES. | rillig | 2 | -2/+7 |
2007-09-29 | Honour the setting of MANINSTALL. | rillig | 1 | -2/+4 |
2007-09-20 | Finally fixed the bogus warnings in PHP extension packages concerning | rillig | 1 | -19/+30 |
2007-09-20 | Variables mentioned in SUBST_VARS.* are marked as used. An assertion in | rillig | 1 | -22/+55 |
2007-09-11 | All variables named by SUBST_VARS.* are marked as being used. | rillig | 1 | -2/+9 |