summaryrefslogtreecommitdiff
path: root/mk/check
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-09Fixed the SKIP_FILTER command so that NetBSD's ksh can handle it as well.rillig2-5/+7
2006-11-09Rewrote check-portability in awk instead of shell, since the shell has arillig4-78/+147
2006-11-09Added a function cs_explain() to check-subr.sh that prints anrillig3-6/+51
2006-11-09Added another sentence that explains how to disable this check forrillig1-7/+10
2006-11-09Added an explanation how to fix the errors reported by this check.rillig1-1/+31
2006-11-09Made the code simpler.rillig1-8/+4
2006-11-09Moved the portability checks from the configure/ directory to checks/,rillig6-1/+321
2006-11-05Look into DESTDIR when checking for WRKDIR references.joerg1-2/+2
2006-11-02Adjusted the check-perms target to the recent update ofrillig1-11/+11
2006-10-21Moved the check whether checkperms(1) exists from load time to run time.rillig1-12/+10