summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
AgeCommit message (Expand)AuthorFilesLines
2006-07-21Parameters to subroutines are passed in @_, not in $@. Added a paragraphrillig1-2/+10
2006-07-21Warn if GNU_CONFIGURE is set but USE_LANGUAGES does not contain "c", sincerillig1-1/+14
2006-07-20Remove USE_GNU_GETTEXT from pkgsrc. Packages generally only neededjlam1-1/+2
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam1-1/+2
2006-07-18USE_DIGEST is no more.jlam1-1/+4
2006-07-18If, in a "case" statement of a shell command, foo|bar appears, this isrillig1-2/+2
2006-07-18Oops. Debugging messages should only appear when -D<anything> is set onrillig1-2/+2
2006-07-18- Added PKG_CONFIG to makevars.map.rillig2-4/+11
2006-07-17Whenever a user-defined variable is used in a package, its name shouldrillig1-1/+45
2006-07-17Reworked the way that .include lines are parsed, in order to get therillig1-15/+15
2006-07-17Improved the wording of a warning a little bit.rillig1-2/+2
2006-07-17Added warnings for the case when the buildlink3.mk files in the packagerillig1-2/+51
2006-07-17Renamed makevar to pkgctx_vardef and varuse to pkgctx_varuse to make theirrillig1-41/+41
2006-07-16Extended the check for absolute pathnames from Makefile-patches only torillig1-39/+165
2006-07-16Added REPLACE_AWK, REPLACE_BASH, REPLACE_SH.rillig1-3/+6
2006-07-15Fixed the regular expression again. Now the stack limits are 1024 kB forrillig1-2/+4
2006-07-15Updated pkglint to 4.67.rillig1-2/+2
2006-07-15Fixed the very stack-consuming regular expression regex_varassign sorillig1-3/+4
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