Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-05-23 | - _FETCH_MESSAGE, BUILDLINK_RECOMMENDED.* and BUILDLINK_DEPENDS.* are | rillig | 3 | -11/+26 |
2006-05-23 | The "future directions" chapter gives a vision of what pkglint may do if | rillig | 3 | -2/+53 |
2006-05-22 | Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where | jlam | 1 | -2/+3 |
2006-05-22 | - When building the list of used variables, scan Makefile.* in addition | rillig | 1 | -2/+2 |
2006-05-22 | - Pkglint distinguishes between variables FOO and FOO.* now when checking | rillig | 2 | -202/+282 |
2006-05-22 | Removed some drivel that was not appropriate for man pages. | rillig | 2 | -15/+3 |
2006-05-21 | - PLISTs should not contain perllocal.pod. | rillig | 1 | -3/+9 |
2006-05-20 | Switching pkglint to OCaml looks feasible. | rillig | 1 | -1/+10 |
2006-05-20 | Switching the programming language of pkglint to C++ is not an option. | rillig | 1 | -1/+5 |
2006-05-19 | Reindented the whole program to fit my personal taste. | rillig | 1 | -1395/+1441 |
2006-05-19 | - Found three more instances where explain() had been called instead of | rillig | 1 | -14/+33 |
2006-05-16 | Updated pkglint to 4.62. | rillig | 2 | -4/+7 |
2006-05-16 | bsd.options.mk may set PKG_OPTIONS. | rillig | 2 | -4/+6 |
2006-05-16 | Fixed a typo: $op cannot be "+", but sometimes is "+=". | rillig | 1 | -2/+2 |
2006-05-15 | Found two instances of explain() that had not been converted properly. | rillig | 1 | -4/+12 |
2006-05-15 | Allow the compressed form of duplicate elimination for BUILDLINK_PACKAGES. | rillig | 1 | -9/+22 |