Age | Commit message (Expand) | Author | Files | Lines |
2006-11-21 | Only set BINPKG_SITES to ftp.netbsd.org, if the OS is actually NetBSD. | joerg | 1 | -1/+5 |
2006-11-20 | Added better documentation for pre-extract, do-extract and post-extract. | rillig | 1 | -2/+20 |
2006-11-19 | Use PKG_FAIL_REASON for platform checks, to make them work again. | wiz | 1 | -2/+2 |
2006-11-19 | nuke two Useless Use of Wc and let awk do the legwork. This saves us | jschauma | 1 | -6/+8 |
2006-11-18 | "Forcing an error", like expressed in the comment, should be done via | rillig | 1 | -2/+2 |
2006-11-18 | Improved the wording of some of the comments. | rillig | 1 | -9/+21 |
2006-11-18 | Added an empty line to make "make help topic=ABI" work better. | rillig | 1 | -1/+2 |
2006-11-17 | Provided a useful error message for the case that X11_TYPE is set to | rillig | 1 | -4/+17 |
2006-11-17 | Added a check for whether X11BASE is set correctly. Currently the error | rillig | 1 | -1/+5 |
2006-11-17 | On Interix, the -c option of checkperms is disabled, as checkperms does | rillig | 1 | -2/+6 |
2006-11-16 | The undo-replace target had confused the "installed" and the "new" name. | rillig | 1 | -43/+30 |
2006-11-16 | Moved the check for PKG_FAIL_REASON and PKG_SKIP_REASON at the very end | rillig | 2 | -35/+28 |
2006-11-16 | Allow CPP to be set to something not on the PATH (as used to work in | markd | 1 | -1/+5 |
2006-11-15 | Added some documentation on the DESTDIR support that has recently been | rillig | 1 | -0/+45 |
2006-11-15 | Font-related entries we skip for CHECK_FILES should be skipped for | joerg | 1 | -1/+14 |
2006-11-14 | Moved the code that checks PKG_FAIL_REASON and PKG_SKIP_REASON into its | rillig | 2 | -39/+50 |
2006-11-14 | Fixed indentation of the debugging messages and the missing newline at | rillig | 1 | -4/+3 |
2006-11-13 | Instead of $0 and $1 .. $NF, the function check_test_eqeq should test | rillig | 1 | -5/+6 |
2006-11-13 | Record the build host (i.e. the machine a package was built on) in the | agc | 1 | -1/+4 |
2006-11-13 | add w3m option | dan | 1 | -0/+1 |
2006-11-12 | Added a missing line continuation in the code for CHECK_FILES_STRICT. | rillig | 1 | -2/+2 |
2006-11-12 | Add `uim' option, requested by Yamashiro, Jun <yamajun at ofug dot net> | hira | 1 | -0/+1 |
2006-11-12 | Remove http://openoffice.behrsolutions.com/ from MASTER_SITE_OPENOFFICE. | obache | 1 | -2/+1 |
2006-11-12 | Removed the tests for CHECK_INTERPRETER and CHECK_PERMS. They are now in | rillig | 1 | -7/+1 |
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 | 2 | -6/+7 |
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 | Added some documentation. | rillig | 1 | -19/+23 |
2006-11-11 | Moved the check whether check-shlibs should be run from | rillig | 2 | -6/+8 |
2006-11-11 | Added the usual header comment. | rillig | 1 | -22/+26 |
2006-11-11 | Improved a comment. | rillig | 1 | -3/+3 |
2006-11-11 | Converted the SunPro wrapper to use the functions from wrapper-subr.sh. | rillig | 1 | -101/+88 |
2006-11-11 | Added wrapper-subr.sh, which provides shell functions that are useful to | rillig | 3 | -4/+51 |
2006-11-11 | Made the SunPro compiler understand gcc's -MM option for generating | rillig | 1 | -1/+6 |
2006-11-10 | Provided the usual header comment. | rillig | 1 | -10/+20 |
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 |