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