Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-04 | Prepared pkglint for the upcoming cleanup of the .include directives in | rillig | 1 | -2/+2 | |
mk/*. | |||||
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 | |
${RESTRICTED}, print the variable name in the warning message. While here, added an explanation for the warning. | |||||
2008-01-01 | All characters in PLIST files are relevant, so make trailing white-space | rillig | 1 | -2/+6 | |
an error. Who would ever want to install files whose name ends in white-space? | |||||
2007-12-22 | Prevent internal errors when one-letter variables are used. The warning | rillig | 1 | -2/+3 | |
to disambiguate them is still printed. PR: 37593 | |||||
2007-12-22 | Updated pkglint to 4.81. | rillig | 1 | -2/+2 | |
Changes since 4.80: - Stricter CVS Id check - REQD_FILES_PERMS, META_PACKAGE, PKGSRC_COMPILER - Warning if info pages are installed into share/info. | |||||
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 | |
- Warn about duplicate entries in PLISTs. | |||||
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 | |
Important changes since 4.79: - Fixed some internal errors. - Adjusted pkglint to changes in the pkgsrc infrastructure: SUBST_VARS.*, PKG_USERS_VARS, PKG_GROUPS_VARS. - Improved the parser for shell code. - Cleaned up the handling of the :Q operator, so that pkglint warns about it places where it is not required. - ${RUN} has deprecated ${_PKG_SILENT}${_PKG_DEBUG}. | |||||
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 | |
actually load that file. | |||||
2007-11-22 | Fixed code duplication. When canonicalizing package names, also do it | rillig | 1 | -26/+17 | |
for PHP. | |||||
2007-11-20 | Removed USE_TOOLS+=perl:run, since Perl is not used as a tool, only as a | rillig | 1 | -3/+1 | |
dependency which is included automatically by the various Perl modules. I wonder why the PERL5 variable is still defined without perl being in USE_TOOLS. | |||||
2007-11-16 | The type of BUILTIN_FIND_GREP.* had been wrong. It's not List of | rillig | 1 | -2/+2 | |
ShellWord, but a simple String. This has led to some confusion in db1.builtin.mk. | |||||
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 | |
double quotes. | |||||
2007-11-07 | Filemasks and Pathmasks may very well contain special characters, so the | rillig | 1 | -3/+3 | |
:Q operator should not be removed from them. | |||||
2007-11-07 | In shell commands, handle backticks inside double quotes. By the way, | rillig | 1 | -3/+15 | |
double quotes inside backticks inside double quotes are error prone. | |||||
2007-11-07 | When checking a single *.mk file, determine the used variables. This | rillig | 1 | -1/+3 | |
avoids many false positive warnings when checking files in the mk/ directory. | |||||
2007-11-07 | Fixed the XXX from the last commit. PLIST conditionals are read in when | rillig | 1 | -1/+19 | |
a package is checked and discarded for the directory and filename checks. | |||||
2007-11-07 | Directories may be removed in a PLIST if there is a corresponding @exec | rillig | 1 | -2/+9 | |
${MKDIR}. In PLIST.common_end, directories that have been populated in PLIST.common may also be removed. XXX: The PLIST_SUBST macros that may expand to "@comment " are currently not distinguished from pathname macros. This leads to some false positive warnings. | |||||
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 | |
{pre,do,post}-* targets, not in user-defined ones. | |||||
2007-11-04 | The fifth field in a CVS/Entries file is the keyword mode. It doesn't | rillig | 1 | -3/+3 | |
have to be always empty. | |||||
2007-11-03 | Reverted the deprecation of USE_NCURSES. | rillig | 2 | -3/+4 | |
XXX: To discuss: How is this variable different from PREFER_PKGSRC=ncurses? Why do we need it at all? Why isn't it documented anywhere? | |||||
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 | |
the code harder to read and does not have any effect anyway. | |||||
2007-10-31 | Do not print warnings about missing PLIST definitions for Perl modules | rillig | 1 | -1/+2 | |
and other packages that set GENERATE_PLIST. | |||||
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 | |
since the reasons for keeping two variables for one purpose seem to be greater than the ones for simplicity. Don't ask _me_ why. | |||||
2007-10-25 | Reverted the deprecation of LICENCE and ACCEPTABLE_LICENCES, since there | rillig | 1 | -3/+5 | |
is no consensus among the pkgsrc developers about them. Some want to keep them (proper British spelling), others want to eliminate them (redundancy). | |||||
2007-10-25 | It's not very useful to have empty PLIST files, so warn about it. This | rillig | 1 | -1/+15 | |
may happen when a package has been newly created and the print-PLIST target has not yet been run. | |||||
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 | |
unconditionally in Makefile.common, so warn about it. | |||||
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 | |
close PR pkg/37071 reviewd by xtraeme@ | |||||
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 | |
the patch files. | |||||
2007-09-20 | Variables mentioned in SUBST_VARS.* are marked as used. An assertion in | rillig | 1 | -22/+55 | |
that code had been proven wrong as is now gone. PKG_USERS_VARS and PKG_GROUPS_VARS are added to BUILD_DEFS by the infrastructure, so no warnings should be emitted for "unused" variables in this case. The comment for USE_LANGUAGE in combination with GNU_CONFIGURE is considered to be intentional if it contains either of the words "c", "empty" or "none". | |||||
2007-09-11 | All variables named by SUBST_VARS.* are marked as being used. | rillig | 1 | -2/+9 | |
Quoting warnings are only printed when -Wquoting is enabled. |