Age | Commit message (Expand) | Author | Files | Lines |
2006-06-18 | When checking a Pathlist, split $value instead of $value_novar. This avoids | rillig | 1 | -2/+4 |
2006-06-18 | HEADER_TEMPLATE is deprecated. Added permissions for several JAVA_* | rillig | 2 | -13/+14 |
2006-06-18 | Pathnames should generally not start with a slash. | rillig | 1 | -1/+7 |
2006-06-18 | {DE,}INSTALL_TEMPLATE are deprecated in favor of {DE,}INSTALL_TEMPLATES. | rillig | 2 | -4/+6 |
2006-06-18 | Don't emit a note for missing SUBST_MESSAGE. It's too hard to find a | rillig | 1 | -4/+1 |
2006-06-18 | Don't treat comments as paragraph separators for the SUBST check. See | rillig | 1 | -2/+5 |
2006-06-18 | Bugfix: Always count the SUBST_SED and SUBST_FILES lines. | rillig | 1 | -3/+3 |
2006-06-18 | Added a new check for SUBST blocks. In contrast to all other checks, | rillig | 1 | -2/+163 |
2006-06-18 | Added OVERRIDE_GNU_CONFIG_SCRIPTS and PYPKGPREFIX. | rillig | 1 | -1/+3 |
2006-06-17 | - autofix() may only be called from the checkfile_*() subroutines to avoid | rillig | 1 | -2/+3 |
2006-06-17 | {DE,}INSTALL_SRC are deprecated because they interfere with the | rillig | 1 | -1/+5 |
2006-06-17 | - Fixed variable definitions of BUILDLINK_RPATHDIRS.* and PKGPATH. | rillig | 2 | -5/+8 |
2006-06-17 | Fixed the adjustment of the directory depth. The last commit to it | rillig | 1 | -2/+2 |
2006-06-17 | Typo (FileMask instead of Filemask). | rillig | 1 | -2/+2 |
2006-06-17 | Update to version 1.29 | seb | 2 | -5/+18 |
2006-06-17 | ${CP} should not be used to install files, since it cannot overwrite | rillig | 1 | -1/+12 |
2006-06-17 | The shell commands ${SED} and ${TR} should not be used in the install | rillig | 1 | -3/+42 |
2006-06-16 | Added the shell commands DELAYED_{ERROR,WARNING}_MSG and SHCOMMENT. | rillig | 1 | -1/+4 |
2006-06-16 | USE_TOOLS may be modified in buildlink3.mk. | rillig | 1 | -2/+2 |
2006-06-15 | "exec" is a known shell command. It is one way to suppress the pkglint | rillig | 1 | -2/+2 |
2006-06-15 | Since I don't know yet what is the best way to fix the "Unknown shell | rillig | 1 | -3/+3 |
2006-06-14 | In pax(1) command lines, -pe is deprecated in favor of -pp. | rillig | 1 | -1/+9 |
2006-06-13 | This package overrides the "update" target (is that wise?) and runs | jlam | 1 | -2/+2 |
2006-06-12 | Update for change of location of sites.mk. | reed | 2 | -4/+4 |
2006-06-10 | Minor typo. | adrianp | 1 | -2/+2 |
2006-06-09 | update pkg_chk to 1.75 | abs | 2 | -4/+7 |
2006-06-09 | - Added "read" to the list of allowed shell commands. | rillig | 1 | -6/+54 |
2006-06-09 | Add a new variable CHECK_FILES_SUPPORTED which is a package-settable | jlam | 1 | -1/+9 |
2006-06-09 | Uses libintl, so depend on it. Bump revision. | joerg | 1 | -2/+3 |
2006-06-09 | I prefer #none over #empty in USE_LANGUAGES. | rillig | 1 | -2/+2 |
2006-06-09 | In the SCST_COND state, a shell command is expected, so check here for | rillig | 1 | -3/+3 |
2006-06-09 | Minor improvements. | rillig | 1 | -9/+13 |
2006-06-08 | The old syntax for List+ and InternalList+ does not exist anymore. | rillig | 1 | -5/+2 |
2006-06-08 | - Fixed a typo in a diagnostic message from the buildlink3.mk check. | rillig | 1 | -9/+15 |
2006-06-08 | Contrary to my (and maybe to others') expectations, INFO_FILES does | rillig | 1 | -2/+2 |
2006-06-08 | Renamed $plist, $descr and $message to $lines, as it already is in the | rillig | 1 | -26/+26 |
2006-06-08 | Packages that install info files should set INFO_FILES. | rillig | 1 | -1/+6 |
2006-06-08 | Added explanations for two issues Tron stumbled upon when fixing the | rillig | 1 | -4/+23 |
2006-06-08 | The ">&" shell operator is recognized correctly. A warning is printed | rillig | 2 | -8/+75 |
2006-06-08 | Minor improvements. | rillig | 1 | -2/+3 |
2006-06-08 | Some things from the TODO list have been done. | rillig | 1 | -6/+1 |
2006-06-08 | Only adjust the directory depth if there are exactly two leading ".." | rillig | 1 | -3/+3 |
2006-06-08 | PKGREVISION does not need the :Q operator. The various *_MSG shell | rillig | 1 | -3/+16 |
2006-06-08 | Replaced the explicit permission [*:a] with [$list], which prevents | rillig | 1 | -16/+17 |
2006-06-07 | Update pkg_chk to 1.74 | abs | 2 | -5/+5 |
2006-06-07 | update pkg_chk to 1.73: | abs | 2 | -35/+33 |
2006-06-06 | The .include lines in mk/tools/bsd.tools.mk changed, hence pkglint | rillig | 1 | -2/+3 |
2006-06-06 | Completed the recent change by Stoned, who overlooked a second instance | rillig | 1 | -2/+2 |
2006-06-06 | A variable that appears as a whole shell word may either be used as a | rillig | 1 | -4/+8 |
2006-06-06 | Some small refinements. | rillig | 1 | -5/+5 |