summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Expand)AuthorFilesLines
2006-01-20- Added the -d|--debug command line option, which replaces -Wdebug. Therillig3-33/+58
2006-01-20Setting BROKEN_GETTEXT_DETECTION to "no" really means "no", so allow it.rillig1-2/+2
2006-01-20Despite its name, BUILTIN_FIND_FILES_VAR is a _list_ of variable names.rillig1-2/+2
2006-01-19Add include/X11/XlibConf.h to xorg list. I noticed and added thatreed2-3/+4
2006-01-17- Added some more state transitions and warnings to the shellword parser.rillig1-1/+25
2006-01-16- In -Wextra mode, emit warnings if a "?=" operator occurs beforerillig1-1/+17
2006-01-15Update pkgtools/pkg_chk to 1.66abs2-4/+4
2006-01-15- Implemented a first prototype of the diagnostics with character-wiserillig1-24/+121
2006-01-14- The pkgdir variable is only defined when checking a pkgsrc package. Forrillig1-2/+3
2006-01-14- Reduced the number of false warnings for relative directories.rillig1-5/+8
2006-01-14- Unquoted make variables in shell words can be fixed automatically. Asrillig1-3/+21
2006-01-13Added LIBTOOL_OVERRIDE.rillig1-1/+2
2006-01-13- When guessing the type of variables, *_DIRS and *_FILES are both of therillig1-3/+3
2006-01-12- Added about 50 variable types to makevars.map.rillig2-22/+146
2006-01-12Bump date for some new features.wiz2-3/+3
2006-01-12When creating the sorted list of binary packages, "ls -t *.tgz" canjoerg2-4/+4
2006-01-12Add runtime dependency of xpkgwedge on imake and xmkmf.joerg1-2/+5
2006-01-12Updated pkglint to 4.53.rillig1-2/+2
2006-01-12Added APACHE_MODULE.rillig1-1/+2
2006-01-12- Allow '^' to appear unquoted in shell programs, although it ``is anrillig1-3/+13
2006-01-12- The shell variables $!, $# and $? are recognized as such. All otherrillig1-3/+7
2006-01-12- Improved the parsers for shell words and shell commands. Parsing errorsrillig1-18/+34
2006-01-12- Defining and using make variables starting with an underscore is onlyrillig1-3/+3
2006-01-12- Added three warning categories "debug", "quoting" and "space" that canrillig3-5/+31
2006-01-12- Added the package PkgLint::String, which will be used for improving therillig1-1/+227
2006-01-12- Added plist-clash.pl to the list of files that have @PERL@ replaced.rillig1-1/+2
2006-01-11- In the shell command parser, go to state SCST_CONT instead of SCST_STARTrillig1-2/+5
2006-01-11- In resolve_relative_path, the depth of the path should only be adjustedrillig1-8/+10
2006-01-11Fixed spacing issue.rillig2-3/+3
2006-01-11- Renamed PkgLint::FileUtil::Line to PkgLint::Line in preparation to somerillig1-5/+5
2006-01-10Use ${ABI} for library files, patterned after what SGI does. This makeschristos2-231/+234
2006-01-10Updated pkglint to 4.52.rillig1-2/+2
2006-01-09Fixed the simple part of the pkglint -Wall warnings.rillig1-14/+12
2006-01-09- Even in an unquoted shell word, variables should be quoted. For example,rillig1-7/+13
2006-01-09- Only check make variables for deprecation and $(...) instead of ${...}.rillig1-3/+3
2006-01-09- Added "Please use ${FOO} instead of $(FOO)."rillig1-3/+11
2006-01-08Unbreak by adding NO_BUILD=yes.joerg1-1/+2
2006-01-08- Rewrote the state transition of the shell command parser. The sourcerillig1-75/+52
2006-01-08- In shell commands, "case" statements are parsed properly. (Fixes a falserillig1-16/+46
2006-01-08Sync with usr.sbin/pkg_install 1.58:wiz1-3/+3
2006-01-07- Enabled the quoting warning for SUBST_MESSAGE (this time the otherrillig1-6/+1
2006-01-07- Added SUBST_MESSAGE to the list of checked variables. The plan is torillig2-3/+20
2006-01-06Update to version 1.25.seb3-33/+15
2006-01-06- Moved the code for checking macro names in patch lines into its ownrillig1-47/+52
2006-01-06Fixed pkglint warnings about incorrect quoting and unsorted PLIST.rillig2-19/+19
2006-01-06- s/existant/existent/rillig1-2/+2
2006-01-06- Renamed checkfile_patches_patch to checkfile_patch.rillig1-4/+4
2006-01-06Use SUBST framework.joerg1-6/+13
2006-01-06Added an RCS Id and an introductory comment.rillig1-0/+5
2006-01-06Use SUBST framework. Use PERL5 instead of ${PREFIX}/bin/perl to getjoerg2-5/+17