Age | Commit message (Expand) | Author | Files | Lines |
2006-06-09 | In the SCST_COND state, a shell command is expected, so check here for | rillig | 1 | -3/+3 |
2006-06-09 | Minor improvements. | rillig | 1 | -9/+13 |
2006-06-08 | The old syntax for List+ and InternalList+ does not exist anymore. | rillig | 1 | -5/+2 |
2006-06-08 | - Fixed a typo in a diagnostic message from the buildlink3.mk check. | rillig | 1 | -9/+15 |
2006-06-08 | Contrary to my (and maybe to others') expectations, INFO_FILES does | rillig | 1 | -2/+2 |
2006-06-08 | Renamed $plist, $descr and $message to $lines, as it already is in the | rillig | 1 | -26/+26 |
2006-06-08 | Packages that install info files should set INFO_FILES. | rillig | 1 | -1/+6 |
2006-06-08 | Added explanations for two issues Tron stumbled upon when fixing the | rillig | 1 | -4/+23 |
2006-06-08 | The ">&" shell operator is recognized correctly. A warning is printed | rillig | 2 | -8/+75 |
2006-06-08 | Minor improvements. | rillig | 1 | -2/+3 |
2006-06-08 | Some things from the TODO list have been done. | rillig | 1 | -6/+1 |
2006-06-08 | Only adjust the directory depth if there are exactly two leading ".." | rillig | 1 | -3/+3 |
2006-06-08 | PKGREVISION does not need the :Q operator. The various *_MSG shell | rillig | 1 | -3/+16 |
2006-06-08 | Replaced the explicit permission [*:a] with [$list], which prevents | rillig | 1 | -16/+17 |
2006-06-07 | Update pkg_chk to 1.74 | abs | 2 | -5/+5 |
2006-06-07 | update pkg_chk to 1.73: | abs | 2 | -35/+33 |
2006-06-06 | The .include lines in mk/tools/bsd.tools.mk changed, hence pkglint | rillig | 1 | -2/+3 |
2006-06-06 | Completed the recent change by Stoned, who overlooked a second instance | rillig | 1 | -2/+2 |
2006-06-06 | A variable that appears as a whole shell word may either be used as a | rillig | 1 | -4/+8 |
2006-06-06 | Some small refinements. | rillig | 1 | -5/+5 |
2006-06-06 | The new avatar of pkgsrc/mk/bsd.sites.mk is named pkgsrc/mk/fetch/sites.mk | seb | 1 | -2/+2 |
2006-06-06 | Added the proper types for many of the variables that have been | rillig | 1 | -40/+61 |
2006-06-06 | Enumerations don't need the :Q operator. | rillig | 2 | -4/+6 |
2006-06-06 | Improved variable_needs_quoting. | rillig | 2 | -8/+30 |
2006-06-06 | Updated pkglint to 4.64. | rillig | 1 | -2/+2 |
2006-06-06 | When it is not clear whether the :Q operator should be used or not, | rillig | 1 | -6/+3 |
2006-06-05 | Added the command line argument -D{foo,bar,...} that enables or disables | rillig | 3 | -65/+134 |
2006-06-05 | Minor corrections. | rillig | 1 | -3/+3 |
2006-06-03 | Added an explanation for the warning that "Each sed command should | rillig | 1 | -2/+10 |
2006-06-03 | In Makefile.common, the standard list variables may be set using "=" | rillig | 1 | -2/+5 |
2006-06-03 | Added the possibility of defining custom ACLs in the file makevars.map. | rillig | 2 | -63/+109 |
2006-06-03 | Updated pkglint to 4.63. | rillig | 1 | -2/+2 |
2006-06-03 | Improved the variable specification in makevars.map. Code cleanup. | rillig | 2 | -10/+22 |
2006-06-03 | Add a wish for PYTHON_VERSIONS_INCOMPATIBLE. | joerg | 1 | -1/+3 |
2006-06-03 | Updated the TODO list. | rillig | 2 | -23/+32 |
2006-06-02 | Run-time variables should not be used in load-time variables. | rillig | 2 | -5/+27 |
2006-06-02 | MASTER_SITE* may be used at run-time. Various other small changes. | rillig | 1 | -26/+31 |
2006-06-02 | Removed the subroutine type_should_be_quoted. In extract_used_variables, | rillig | 1 | -21/+8 |
2006-05-31 | placate pkglint | seb | 1 | -5/+5 |
2006-05-31 | If I should be steward of one be it this one! | seb | 1 | -2/+2 |
2006-05-31 | Using the := operator has subtle effects on the number of '$' characters | rillig | 1 | -2/+6 |
2006-05-31 | Added a check for variables that are evaluated at load time. Especially | rillig | 2 | -13/+58 |
2006-05-31 | Fixed indentation level in checkline_mk_vartype. | rillig | 1 | -29/+29 |
2006-05-31 | The checks for variable use and correct quoting have been concentrated | rillig | 2 | -107/+298 |
2006-05-31 | Some minor fixes and additions. | rillig | 1 | -3/+5 |
2006-05-31 | SHLIB_HANDLING and USE_RMAN are deprecated. | rillig | 1 | -1/+3 |
2006-05-28 | Remove EOL comments for packages which were uncommented; they | wiz | 1 | -3/+3 |
2006-05-26 | After some discussion with jlam and no objection raised by agc, | joerg | 1 | -4/+4 |
2006-05-23 | Moved the code that guesses the type of a variable based on its name | rillig | 1 | -36/+40 |
2006-05-23 | Prevented warnings when defining the new FETCH_MESSAGE. | rillig | 2 | -2/+5 |