Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-11-09 | Greatly simplified the code and added documentation. | rillig | 1 | -32/+31 |
2006-11-09 | Fixed the SKIP_FILTER command so that NetBSD's ksh can handle it as well. | rillig | 2 | -5/+7 |
2006-11-09 | Rewrote check-portability in awk instead of shell, since the shell has a | rillig | 4 | -78/+147 |
2006-11-09 | Added a function cs_explain() to check-subr.sh that prints an | rillig | 3 | -6/+51 |
2006-11-09 | Added another sentence that explains how to disable this check for | rillig | 1 | -7/+10 |
2006-11-09 | Added an explanation how to fix the errors reported by this check. | rillig | 1 | -1/+31 |
2006-11-09 | Made the code simpler. | rillig | 1 | -8/+4 |
2006-11-09 | Moved the portability checks from the configure/ directory to checks/, | rillig | 6 | -1/+321 |
2006-11-05 | Look into DESTDIR when checking for WRKDIR references. | joerg | 1 | -2/+2 |
2006-11-02 | Adjusted the check-perms target to the recent update of | rillig | 1 | -11/+11 |
2006-10-21 | Moved the check whether checkperms(1) exists from load time to run time. | rillig | 1 | -12/+10 |
2006-10-16 | Since 2006/10/09 the ${PLIST} file does not contain the full | seb | 1 | -2/+3 |
2006-10-13 | Added a new post-installation check to see whether the files have their | rillig | 2 | -1/+69 |
2006-10-10 | s/LOCALBASE/PREFIX/, but thanks for catching this. | joerg | 1 | -2/+2 |
2006-10-09 | Since a few hours, the .PLIST file does not contain the full pathnames | rillig | 1 | -1/+2 |
2006-10-09 | Main infrastructure for DESTDIR support. | joerg | 4 | -12/+16 |
2006-09-22 | - Compute CHEKCK_FILES filter on the entries requested and keep it | joerg | 1 | -4/+9 |