summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
AgeCommit message (Expand)AuthorFilesLines
2006-07-14Another tool modifier, :bootstrap, has been added.rillig1-2/+2
2006-07-13Add BOOTSTRAP_DEPENDS, which has the exact same semantics asjlam1-1/+2
2006-07-12Added "umask" to the list of known shell commands.rillig1-2/+2
2006-07-12Added UNPRIVILEGED_USER and UNPRIVILEGED_GROUP. Fixed MAKEFILE.rillig1-2/+4
2006-07-11Swapped the order of two checks in variable_needs_quoting. Now lists ofrillig2-13/+24
2006-07-10- Make variables are allowed in BUILDLINK_PACKAGES.rillig1-3/+3
2006-07-10Found some more variables that have been declared obsolete in Februaryrillig1-1/+12
2006-07-10- A comma is allowed in enumeration types.rillig1-4/+4
2006-07-10Changed the type of COMPILER_RPATH_FLAG to an enumeration to get rid ofrillig1-2/+2
2006-07-10- The .gz extension for manual pages is not necessary, since it isrillig1-9/+31
2006-07-09Added more tracing. Adjusted pkglint to the latest change to therillig1-1/+6
2006-07-07In all URLs, insist on the proper spelling of NetBSD.org.rillig1-2/+7
2006-07-06- Fixed a null pointer exception in check_varassign.rillig1-5/+20
2006-07-06Although EXTRACT_USING is mentioned in mk/defaults/mk.conf, its primaryrillig1-2/+2
2006-07-06In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",jlam1-2/+2
2006-07-06- Added OVERRIDE_DIRDEPTH to the list of known variables.rillig2-6/+33
2006-07-04* Invent an annotation scheme for files that intentionally definerillig1-1/+3
2006-07-04PKG_SYSCONFDIR.* is also a Pathname.rillig1-2/+3
2006-07-04Some minor refinements.rillig1-2/+5
2006-07-04Added NONBINMODE.rillig1-1/+2
2006-07-04Improved the SUBST check so that useful warnings are generated even whenrillig1-22/+60
2006-07-02Updated pkglint to 4.66.rillig8-598/+1189
2006-06-30SUBST_CLASSES and SUBST_FILES.* are very different.rillig1-1/+13
2006-06-30In some cases variables of the same data type are interpretedrillig1-1/+36
2006-06-29Added examples for the (future) parser in pkglint.rillig1-1/+21
2006-06-29Some ideas for further restricting the definition and use of variables.rillig1-1/+24
2006-06-22Updated pkglint to 4.65.rillig1-2/+2
2006-06-18When checking a Pathlist, split $value instead of $value_novar. This avoidsrillig1-2/+4
2006-06-18HEADER_TEMPLATE is deprecated. Added permissions for several JAVA_*rillig2-13/+14
2006-06-18Pathnames should generally not start with a slash.rillig1-1/+7
2006-06-18{DE,}INSTALL_TEMPLATE are deprecated in favor of {DE,}INSTALL_TEMPLATES.rillig2-4/+6
2006-06-18Don't emit a note for missing SUBST_MESSAGE. It's too hard to find arillig1-4/+1
2006-06-18Don't treat comments as paragraph separators for the SUBST check. Seerillig1-2/+5
2006-06-18Bugfix: Always count the SUBST_SED and SUBST_FILES lines.rillig1-3/+3
2006-06-18Added a new check for SUBST blocks. In contrast to all other checks,rillig1-2/+163
2006-06-18Added OVERRIDE_GNU_CONFIG_SCRIPTS and PYPKGPREFIX.rillig1-1/+3
2006-06-17- autofix() may only be called from the checkfile_*() subroutines to avoidrillig1-2/+3
2006-06-17{DE,}INSTALL_SRC are deprecated because they interfere with therillig1-1/+5
2006-06-17- Fixed variable definitions of BUILDLINK_RPATHDIRS.* and PKGPATH.rillig2-5/+8
2006-06-17Fixed the adjustment of the directory depth. The last commit to itrillig1-2/+2
2006-06-17Typo (FileMask instead of Filemask).rillig1-2/+2
2006-06-17${CP} should not be used to install files, since it cannot overwriterillig1-1/+12
2006-06-17The shell commands ${SED} and ${TR} should not be used in the installrillig1-3/+42
2006-06-16Added the shell commands DELAYED_{ERROR,WARNING}_MSG and SHCOMMENT.rillig1-1/+4
2006-06-16USE_TOOLS may be modified in buildlink3.mk.rillig1-2/+2
2006-06-15"exec" is a known shell command. It is one way to suppress the pkglintrillig1-2/+2
2006-06-15Since I don't know yet what is the best way to fix the "Unknown shellrillig1-3/+3
2006-06-14In pax(1) command lines, -pe is deprecated in favor of -pp.rillig1-1/+9
2006-06-10Minor typo.adrianp1-2/+2
2006-06-09- Added "read" to the list of allowed shell commands.rillig1-6/+54