summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Expand)AuthorFilesLines
2006-06-03Added an explanation for the warning that "Each sed command shouldrillig1-2/+10
2006-06-03In Makefile.common, the standard list variables may be set using "="rillig1-2/+5
2006-06-03Added the possibility of defining custom ACLs in the file makevars.map.rillig2-63/+109
2006-06-03Updated pkglint to 4.63.rillig1-2/+2
2006-06-03Improved the variable specification in makevars.map. Code cleanup.rillig2-10/+22
2006-06-03Add a wish for PYTHON_VERSIONS_INCOMPATIBLE.joerg1-1/+3
2006-06-03Updated the TODO list.rillig2-23/+32
2006-06-02Run-time variables should not be used in load-time variables.rillig2-5/+27
2006-06-02MASTER_SITE* may be used at run-time. Various other small changes.rillig1-26/+31
2006-06-02Removed the subroutine type_should_be_quoted. In extract_used_variables,rillig1-21/+8
2006-05-31placate pkglintseb1-5/+5
2006-05-31If I should be steward of one be it this one!seb1-2/+2
2006-05-31Using the := operator has subtle effects on the number of '$' charactersrillig1-2/+6
2006-05-31Added a check for variables that are evaluated at load time. Especiallyrillig2-13/+58
2006-05-31Fixed indentation level in checkline_mk_vartype.rillig1-29/+29
2006-05-31The checks for variable use and correct quoting have been concentratedrillig2-107/+298
2006-05-31Some minor fixes and additions.rillig1-3/+5
2006-05-31SHLIB_HANDLING and USE_RMAN are deprecated.rillig1-1/+3
2006-05-28Remove EOL comments for packages which were uncommented; theywiz1-3/+3
2006-05-26After some discussion with jlam and no objection raised by agc,joerg1-4/+4
2006-05-23Moved the code that guesses the type of a variable based on its namerillig1-36/+40
2006-05-23Prevented warnings when defining the new FETCH_MESSAGE.rillig2-2/+5
2006-05-23- _FETCH_MESSAGE, BUILDLINK_RECOMMENDED.* and BUILDLINK_DEPENDS.* arerillig3-11/+26
2006-05-23The "future directions" chapter gives a vision of what pkglint may do ifrillig3-2/+53
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam1-2/+3
2006-05-22- When building the list of used variables, scan Makefile.* in additionrillig1-2/+2
2006-05-22- Pkglint distinguishes between variables FOO and FOO.* now when checkingrillig2-202/+282
2006-05-22Removed some drivel that was not appropriate for man pages.rillig2-15/+3
2006-05-21- PLISTs should not contain perllocal.pod.rillig1-3/+9
2006-05-20Switching pkglint to OCaml looks feasible.rillig1-1/+10
2006-05-20Switching the programming language of pkglint to C++ is not an option.rillig1-1/+5
2006-05-19Reindented the whole program to fit my personal taste.rillig1-1395/+1441
2006-05-19- Found three more instances where explain() had been called instead ofrillig1-14/+33
2006-05-16Updated pkglint to 4.62.rillig2-4/+7
2006-05-16bsd.options.mk may set PKG_OPTIONS.rillig2-4/+6
2006-05-16Fixed a typo: $op cannot be "+", but sometimes is "+=".rillig1-2/+2
2006-05-15Found two instances of explain() that had not been converted properly.rillig1-4/+12
2006-05-15Allow the compressed form of duplicate elimination for BUILDLINK_PACKAGES.rillig1-9/+22
2006-05-13Updated pkglint to 4.61.rillig1-2/+2
2006-05-13Changed two lines in the generated buildlink3.mk files. For quite a longrillig2-6/+6
2006-05-13- Added the constant NO_LINES as an alias for NO_LINE_NUMBER.rillig1-48/+84
2006-05-11In the make targets show-* and *-message, commands may be hidden usingrillig2-23/+30
2006-05-11Removed the "Comment expected" warning from patch files, as suggested byrillig1-5/+5
2006-05-11BUILDLINK_A{B,P}I_DEPENDS should not be assigned using the ?= operator.rillig1-3/+3
2006-05-11- Allow the lines in makevars.map to be folded like in Makefiles.rillig2-9/+15
2006-05-11Some ideas about the contexts in which variables may be used.rillig1-1/+40
2006-05-10- ACL subjects may contain * as a placeholder.rillig3-24/+30
2006-05-10The := or != operators can be used for unconditional assignment, too.rillig1-2/+3
2006-05-10clean up after doing a quick-install.rillig1-2/+2
2006-05-10- Improved ACL definitions in makevars.map.rillig3-72/+94