Age | Commit message (Expand) | Author | Files | Lines |
2005-06-01 | Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. | jlam | 5 | -61/+55 |
2005-06-01 | Fix grammar in comment. | wiz | 1 | -2/+2 |
2005-06-01 | update pkg_chk to 1.59: | abs | 2 | -4/+4 |
2005-06-01 | Formatting improvements. Bump date for previous. New sentence, new line. | wiz | 1 | -20/+37 |
2005-06-01 | update pkg_chk to 1.58 | abs | 3 | -233/+223 |
2005-05-31 | Added PKG_PRESERVE, NO_PKGTOOLS_REQD_CHECK and NO_PKG_REGISTER. | rillig | 1 | -1/+4 |
2005-05-31 | When checking the type of variables, the variable name must begin at the | rillig | 1 | -3/+3 |
2005-05-31 | Removed unused subroutine abspathname. Added the things it did to the TODO | rillig | 2 | -63/+4 |
2005-05-31 | Removed the -N command line option, which had been deprecated before. | rillig | 3 | -31/+24 |
2005-05-30 | Sync with base 1.53: Comment out too noisy warning. | wiz | 1 | -2/+6 |
2005-05-30 | Update to 20050530: | wiz | 17 | -108/+167 |
2005-05-29 | Sync with 20050529 in src/. | minskim | 2 | -5/+5 |
2005-05-28 | - pull in the changes from usr.sbin which prevent an over flow | dmcmahill | 4 | -19/+25 |
2005-05-26 | Renamed -Wexpensive to -Wbl3. By default this option is enabled. Added a | rillig | 1 | -4/+25 |
2005-05-26 | Added a command line option -Cexpensive, which enables more expensive | rillig | 1 | -10/+17 |
2005-05-26 | Renamed $distinfo to $distinfo_file, to match the pkgsrc variable name. | rillig | 1 | -16/+17 |
2005-05-26 | Reduced the debugging messages to the ones that provide useful context | rillig | 1 | -38/+16 |
2005-05-26 | Made the regular expression for direct use of tools in shell commands | rillig | 1 | -6/+10 |
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 |