summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
AgeCommit message (Expand)AuthorFilesLines
2006-08-04Updated pkglint to 4.68.rillig1-2/+2
2006-08-04Added more code to the shell word parser so that it can parse variables,rillig1-3/+9
2006-08-01Pkglint can now resolve a plain occurrence of ${DISTNAME} in PKGNAME,rillig1-1/+7
2006-07-30Remove leading zero in date.wiz2-3/+3
2006-07-29Since dots are common in pathnames, include them when looking forrillig1-2/+2
2006-07-29Pkglint now recognizes .include <foo> directives, which is necessary forrillig1-10/+29
2006-07-28The shell command lines in Makefiles are split into words, which are thenrillig1-1/+10
2006-07-27Renamed *_SITE_* to *_SITES_*.rillig1-3/+3
2006-07-27DYNAMIC_MASTER_SITES is gone.rillig3-15/+6
2006-07-27Some minor tweaks.rillig1-7/+9
2006-07-27Updated the man page.rillig2-25/+10
2006-07-27Removed the --debug option, which has been superseded by the variousrillig1-85/+211
2006-07-27Fixed a duplicate ID.rillig1-2/+2
2006-07-24In addition to ${SED} and ${TR}, sed and tr should not be used in therillig1-8/+35
2006-07-22Policy change: Instead of the tool variables (for example ${CP}), therillig1-14/+38
2006-07-22Don't warn about the GNU_CONFIGURE/USE_LANGUAGES combination when arillig1-3/+8
2006-07-21Fixed the regular expression to detect whether USE_LANGUAGES containsrillig2-4/+4
2006-07-21BUILD_ENV has been renamed to PKGSRC_MAKE_ENV.jlam1-1/+2
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