Age | Commit message (Expand) | Author | Files | Lines |
2007-10-13 | Fix the .include lines so that make looks in the right place first. | dsl | 1 | -9/+9 |
2007-09-27 | Even though VARBASE is sometimes below LOCALBASE, some users want to | rillig | 1 | -1/+3 |
2007-09-13 | In bulk builds with a custom PKGSRCDIR, that directory should not appear | rillig | 1 | -1/+3 |
2007-09-12 | check-files shouldn't complain about files in VARBASE, since they cannot | rillig | 1 | -1/+4 |
2007-09-05 | Now it's possible to add custom directories to the check for directory | rillig | 1 | -1/+9 |
2007-08-21 | Allow the existence of symlinks that point nowhere. | jlam | 1 | -3/+3 |
2007-08-21 | Add actual license and a small description of what this is doing. | joerg | 1 | -0/+40 |
2007-08-20 | Add a cross-compile and DESTDIR safe alternative to ldd for | joerg | 3 | -2/+142 |
2007-08-14 | Fix a number of bugs in the DESTDIR support: | joerg | 1 | -2/+2 |
2007-08-13 | Prevented the files check from being confused by concurrent instances of | rillig | 1 | -1/+3 |
2007-07-23 | When using check-perms, also depend on sysutils/checkperms. | joerg | 1 | -1/+3 |
2007-04-14 | Teach pkgsrc about HP-UX. | tnn | 1 | -2/+2 |
2007-03-24 | Made this check work again. The regular expression did not match relative | heinz | 1 | -6/+7 |
2007-03-24 | More DESTDIR fixes in warnng/error messages | heinz | 1 | -5/+5 |
2007-03-24 | Removed unnecessary shell code: | heinz | 1 | -2/+2 |
2007-03-20 | Fix check-interpreter when using USE_DESTDIR. From Klaus Heinz on | joerg | 1 | -3/+3 |
2007-03-18 | Typo. | rillig | 1 | -2/+2 |
2007-03-16 | Added the variable declarations for the "show-all" target. | rillig | 5 | -5/+25 |
2007-03-16 | Don't check files in ${PACKAGES} and ${DISTDIR}. | rillig | 1 | -1/+5 |
2007-03-15 | For all those who are interested in the inner workings of pkgsrc, there | rillig | 1 | -1/+5 |
2007-03-15 | The CHECK_WRKREF variable has changed type: It is now a list of | rillig | 1 | -16/+18 |
2007-03-09 | Renamed some more flavor-specific targets to have the form _flavor-*. | rillig | 1 | -12/+17 |
2007-03-08 | Documented how to use checkperms in bulk builds. | rillig | 1 | -1/+5 |
2007-03-02 | Remove support for obsolete and unused NO_PKG_REGISTER. | wiz | 1 | -16/+1 |
2007-01-07 | Fixed the mismatch between absolute and relative paths. | rillig | 1 | -4/+4 |
2007-01-06 | Moved the code that installs check-files on the hook from install.mk to | rillig | 1 | -1/+5 |
2007-01-06 | Reformatted the help text to be more human-readable instead of | rillig | 1 | -7/+15 |
2007-01-02 | Removed the need to define the PKGSRCDIR environment variable. | rillig | 5 | -18/+20 |
2006-12-31 | Made the portability check more portable by not using a hard-coded | rillig | 2 | -6/+6 |
2006-12-15 | Remove trailing tabs. | martti | 1 | -2/+2 |
2006-12-12 | Made all .include lines look the same. | rillig | 1 | -7/+7 |
2006-12-12 | On Solaris 5.9, the ksh cannot handle null bytes in the input. It's | rillig | 1 | -2/+13 |
2006-11-17 | On Interix, the -c option of checkperms is disabled, as checkperms does | rillig | 1 | -2/+6 |
2006-11-13 | Instead of $0 and $1 .. $NF, the function check_test_eqeq should test | rillig | 1 | -5/+6 |
2006-11-12 | Added a missing line continuation in the code for CHECK_FILES_STRICT. | rillig | 1 | -2/+2 |
2006-11-12 | Moved the test whether this check should be enabled to this file. | rillig | 1 | -13/+7 |
2006-11-12 | Added the CHECK_PERMS_AUTOFIX variable, which allows packages to say | rillig | 1 | -8/+17 |
2006-11-12 | Improved the formatting of the comment and made the code a little | rillig | 1 | -21/+22 |
2006-11-12 | Moved the check for whether check-wrkref should be run from | rillig | 1 | -2/+6 |
2006-11-12 | Improved the readability of the header comment. | rillig | 1 | -24/+25 |
2006-11-11 | Fixed the comment. | rillig | 1 | -2/+2 |
2006-11-11 | Moved the check whether check-shlibs should be run from | rillig | 1 | -2/+7 |
2006-11-11 | Added the usual header comment. | rillig | 1 | -22/+26 |
2006-11-11 | Improved a comment. | rillig | 1 | -3/+3 |
2006-11-10 | Fixed the warning from GNU awk that in strings, \$ is the same as a | rillig | 1 | -2/+2 |
2006-11-10 | Refined the pattern for lines containing bad macros. White-space is | rillig | 1 | -2/+2 |
2006-11-09 | Added documentation. | rillig | 1 | -8/+26 |
2006-11-09 | This is also an FAQ of autoconf, so provide a link to there. | rillig | 1 | -1/+4 |
2006-11-09 | Documented the ksh-compatible form of the SKIP_FILTER. | rillig | 1 | -2/+4 |
2006-11-09 | Added a little comment. | rillig | 1 | -1/+9 |