Age | Commit message (Expand) | Author | Files | Lines |
2005-05-26 | Marked a bunch of warnings as "vague". These warnings are enabled by | rillig | 1 | -61/+63 |
2005-05-25 | Added the dirname($file) to the search path for include files when | rillig | 1 | -2/+8 |
2005-05-25 | Sort options, mark up URL. | wiz | 1 | -6/+6 |
2005-05-25 | Add: * fatal error if RMD160 missing | wiz | 1 | -0/+1 |
2005-05-25 | For DragonFly. This is from PR #30262 from Joerg Sonnenberger. | reed | 2 | -4/+4 |
2005-05-25 | Make this compile and install on Darwin | rh | 2 | -4/+4 |
2005-05-25 | Added EXTRACT_USING, INTERACTIVE_STAGE and MANSOURCEPATH to the list of | rillig | 1 | -3/+4 |
2005-05-25 | In checklines_direct_tools, quote shell commands, too. Unquoted shell | rillig | 1 | -2/+2 |
2005-05-25 | Fixed a regular expression in checklines_direct_tools. Added debugging | rillig | 1 | -2/+5 |
2005-05-24 | Minor wording fix. | rillig | 1 | -2/+2 |
2005-05-24 | Rewrote the part of detecting direct use of tools in variables and shell | rillig | 1 | -57/+80 |
2005-05-24 | When converting USE_PERL5 to USE_TOOLS, the user might want to set | rillig | 1 | -2/+2 |
2005-05-24 | Made perl a run-time dependency. | rillig | 1 | -1/+2 |
2005-05-24 | Converted USE_PERL5 into USE_TOOLS. Changed the SUBST stage to | rillig | 1 | -7/+4 |
2005-05-24 | Added USE_PERL5. Added a comment when these definitions may be removed. | rillig | 1 | -1/+3 |
2005-05-24 | Removed ONLY_FOR_PLATFORM, as I could not see any reason to keep it. If you | rillig | 1 | -3/+1 |
2005-05-24 | Replaced the algorithm in check_category with one that is fast, correct and | rillig | 1 | -10/+14 |
2005-05-24 | Renamed category_check to check_category. Using $dir inside | rillig | 1 | -13/+14 |
2005-05-24 | Added stricter checking for the RCS Id tags. Now they are always required | rillig | 1 | -38/+34 |
2005-05-24 | Bugfix release for lintpkgsrc. Now I know why some packages use | rillig | 1 | -2/+2 |
2005-05-24 | Add "." to the list of .include directories when reading package | rillig | 1 | -1/+2 |
2005-05-24 | Keep all Makefile lines for processing. Replaced the algorithm for | rillig | 1 | -17/+16 |
2005-05-24 | Allow multiple USE_TOOLS+= lines. | rillig | 1 | -2/+2 |
2005-05-24 | Marked USE_GNU_TOOLS as deprecated. | rillig | 1 | -2/+3 |
2005-05-23 | Write white-space like in SUSv3 and the man pages. | rillig | 1 | -3/+3 |
2005-05-23 | Added NO_MTREE. | rillig | 1 | -1/+2 |
2005-05-23 | lintpkgsrc(1) honors the PKGLINT_FLAGS environment variable, which can be | rillig | 3 | -20/+34 |
2005-05-23 | Fixed man page handling on platforms that don't have the mandoc macros. | rillig | 1 | -14/+12 |
2005-05-23 | When opt_dumpmakefile is activated, only print the contents of the Makefile | rillig | 1 | -3/+1 |
2005-05-23 | Only warn about use of $(VARIABLE) if it is not preceded by another $. | rillig | 1 | -2/+2 |
2005-05-23 | Fixed a bug introduced by the message normalization patch (forgot a ! | rillig | 1 | -2/+3 |
2005-05-22 | Normalized capitalization of log messages. | rillig | 1 | -181/+171 |
2005-05-22 | Reformatted the initial comment. Changed my mail address to NetBSD.org. | rillig | 1 | -4/+7 |
2005-05-22 | Updated the man pages. | rillig | 2 | -3/+7 |
2005-05-22 | Don't check the order of the Makefile sections if a Makefile.common is | rillig | 1 | -2/+19 |
2005-05-22 | Made the check for non-empty RCS Id tags independent from the --verbose | rillig | 1 | -2/+2 |
2005-05-22 | Added NO_BUILD. | rillig | 1 | -1/+2 |
2005-05-22 | Extend the deprecated variables check to the included Makefiles, too. | rillig | 1 | -8/+16 |
2005-05-22 | Added USE_LIBTOOL and USE_PKGLOCALEDIR. | rillig | 1 | -1/+3 |
2005-05-22 | Extended reading of Makefiles to return both---a string containing the | rillig | 1 | -23/+24 |
2005-05-22 | Simplified the way individual files are checked. | rillig | 1 | -31/+8 |
2005-05-22 | Removed a check for *.tgz in the package directory. This check has been | rillig | 1 | -8/+1 |
2005-05-22 | add find to the tools list | dmcmahill | 1 | -2/+3 |
2005-05-21 | Changed the way trailing empty lines are detected. This adds line | rillig | 1 | -33/+40 |
2005-05-21 | SUBST_FILES.* must be relative to ${WRKSRC}. | jlam | 1 | -2/+2 |
2005-05-21 | Use -U $lines instead of -$lines to avoid conflicts with the threeway diff | rh | 2 | -7/+7 |
2005-05-20 | Don't include buildlink3.mk files when reading the Makefile. This | rillig | 1 | -2/+3 |
2005-05-19 | Removed misleading comment. | rillig | 1 | -3/+1 |
2005-05-19 | Simplified some uses of log_error(), log_warning(), log_info(). | rillig | 1 | -9/+9 |
2005-05-19 | Removed unnecessary code from checkpathname(). | rillig | 1 | -12/+1 |