Age | Commit message (Expand) | Author | Files | Lines |
2006-02-12 | - ${COMPILER_RPATH_FLAG} should be used instead of the various -Wl,... | rillig | 1 | -2/+8 |
2006-02-11 | - Changed the wording of the warning message for misquoted variables. The | rillig | 1 | -3/+5 |
2006-02-11 | - Removed duplicate definition for LIB_DEPENDS. | rillig | 1 | -2/+1 |
2006-02-11 | - MANDIR is deprecated. Use PREFIX/PKGMANDIR instead. | rillig | 1 | -1/+2 |
2006-02-11 | - Added a backtrace() subroutine that prints a backtrace when debugging | rillig | 1 | -5/+22 |
2006-02-11 | - Added TOOLS_DEPMETHOD. | rillig | 1 | -1/+4 |
2006-02-11 | - Absolute pathnames are interpreted as such when pkglint checks whether | rillig | 1 | -2/+2 |
2006-02-11 | - Recognize "set -e" even when it is hidden by other options, like | rillig | 1 | -2/+2 |
2006-02-11 | - PKGNAME may appear in double quoted shell strings. | rillig | 1 | -2/+5 |
2006-02-10 | Welcome to 1.26: | salo | 3 | -14/+36 |
2006-02-10 | Add LIBKVER_STANDALONE_PREFIX to _TEMPLATE_VARS so it will appear | salo | 1 | -2/+3 |
2006-02-10 | - Don't warn if shell variables appear unquoted in ``for'' loops. | rillig | 1 | -2/+2 |
2006-02-07 | - New error: The Solaris /bin/sh cannot handle "cd" inside conditionals. | rillig | 1 | -3/+9 |
2006-02-07 | - ../../pkgtools/x11-links/buildlink3.mk must not be included directly. | rillig | 1 | -1/+5 |
2006-02-07 | - The diagnostics are filtered through strxvis(), so that pkglint is able | rillig | 1 | -2/+9 |
2006-02-07 | - Not only check for the definition of deprecated variables, but also for | rillig | 1 | -11/+21 |
2006-02-06 | Update pkg_chk to 1.76: | abs | 2 | -4/+4 |
2006-02-06 | Updated pkglint to 4.56. | rillig | 1 | -2/+2 |
2006-02-06 | - Reworded two occurrences of "unportable". They sounded too harsh. | rillig | 1 | -3/+3 |
2006-02-06 | - Don't emit an extra warning if a tool should be added to USE_TOOLS. Just | rillig | 1 | -3/+5 |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 4 | -5/+8 |
2006-02-05 | Readded almost all variables that had been here in the past. We cannot | rillig | 1 | -5/+56 |
2006-02-04 | Pinned down the collected problems of the current pkglint development. | rillig | 1 | -0/+33 |
2006-02-04 | * Many of the checking routines need some context to provide better | rillig | 1 | -1/+4 |
2006-02-04 | - Some tools that are often used as ${TOOLNAME} need to be explicitly | rillig | 1 | -3/+71 |
2006-02-02 | - bsd.prefs.mk does not need to be included before BUILDLINK_DEPMETHOD gets | rillig | 1 | -2/+3 |
2006-02-02 | Wish for warning about BUILD_USES_MSGFMT being used without | joerg | 1 | -1/+3 |
2006-01-31 | Updated createbuildlink to 3.10. | rillig | 2 | -8/+8 |
2006-01-30 | Updated pkglint to 4.55. | rillig | 1 | -2/+2 |
2006-01-30 | - Added a hack to be able to parse nested make(1) variables like | rillig | 1 | -3/+4 |
2006-01-29 | - Variables whose name end in DIR, DIRS, FILE, FILES, as well as PATH, | rillig | 1 | -1/+4 |
2006-01-28 | - PkgLint::String::substring accepts an undefined second argument. | rillig | 1 | -9/+34 |
2006-01-28 | - Added a comment above get_regex_plurals, explaining what it does. | rillig | 1 | -1/+7 |
2006-01-28 | - Added PkgLint::Util::min and PkgLint::Util::max. | rillig | 1 | -31/+44 |
2006-01-28 | - Removed PkgLint::Util::match. | rillig | 1 | -24/+64 |
2006-01-27 | - Found the one variable that slipped through when renaming $file to | rillig | 1 | -3/+3 |
2006-01-27 | - Fixed inconsistent use of white-space. | rillig | 1 | -3/+3 |
2006-01-27 | - Reformatted simple getter/setter methods to save some space. | rillig | 1 | -46/+19 |
2006-01-27 | - Globally renamed all variables called $file into $fname. The identifier | rillig | 1 | -66/+66 |
2006-01-27 | - Added the two data types PkgLint::File and PkgLint::Location. I will need | rillig | 1 | -1/+57 |
2006-01-26 | - Added the PkgLint::Util::match function that matches a string against a | rillig | 1 | -2/+18 |
2006-01-26 | Even in quick-install mode, the self test should be run. | rillig | 1 | -2/+2 |
2006-01-25 | Added a ``quick-install'' target that allows me to install pkglint in three | rillig | 1 | -1/+8 |
2006-01-25 | Fix false positives about the test that checks for pkg-config files | xtraeme | 2 | -4/+4 |
2006-01-25 | - In --debug mode, all variable assignments that occur when the package | rillig | 1 | -8/+9 |
2006-01-25 | Add conditional code to ignore the non-numeric part of an OS version | joerg | 5 | -4/+36 |
2006-01-24 | - As "set -- $i" is often used for splitting variables, don't warn if shell | rillig | 1 | -5/+11 |
2006-01-24 | - In shell variable assignments, no quoting is needed. | rillig | 1 | -2/+4 |
2006-01-24 | - Accept "\"...\"" as valid CPP macro, as some old configure scripts need | rillig | 1 | -1/+4 |
2006-01-23 | - Made the parser for distinfo files stricter. It can catch mismatched | rillig | 1 | -14/+59 |