summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files
AgeCommit message (Expand)AuthorFilesLines
2005-12-12+ ERROR: Other Makefiles must not be included. Use Makefile.common instead.rillig1-1/+11
2005-12-09Improved diagnostic of the warning for @comment in variables.rillig1-2/+2
2005-12-08- Improved the wording of the explanation regarding relative directories.rillig1-16/+16
2005-12-08- Fixed a typo (SUBST_PLIST => PLIST_SUBST) noted by wiz.rillig1-3/+3
2005-12-08- Added a warning that prevents the quoting issues from the recentrillig1-1/+16
2005-12-07- All PKG_OPTIONs are checked whether they are documented in mk/defaults/\rillig1-15/+70
2005-12-07- Fixed a comment. The order of subroutines is no longer historical.rillig1-5/+5
2005-12-07- Added a check that exists if RelativePkgDir exists. Suggested by wiz inrillig1-2/+6
2005-12-06- Changed the type of PKG_OPTIONS_VAR from Varname to PkgOptionsVar. Addedrillig2-5/+20
2005-12-06- Moved checkline_mk_varassign() below checkline_mk_vartype() to avoidrillig1-76/+76
2005-12-06- Improved the heuristics for shell words by allowing pkgsrc variables withrillig1-36/+25
2005-12-06- Removed the checklines_mk() subroutine and copied the code torillig1-33/+14
2005-12-06- Integrated the code from checklines_mk_deprecated_variables() intorillig1-36/+15
2005-12-06- Improved the heuristics for detecting direct use of ${TOOL}s.rillig1-154/+157
2005-12-06Reordered the complete file. Grouped subroutines by name (checkline_*,rillig1-571/+543
2005-12-06Collected the routines that load pkglint-specific data in one section.rillig1-141/+141
2005-12-06- Renamed get_make_vars_typemap() to get_vartypes_map().rillig1-96/+83
2005-12-06- Rewrote the code that checks for direct use of tool names. It isrillig1-105/+57
2005-12-06- Improved detection of valid shell words once more.rillig1-28/+50
2005-12-05- Improved the regular expression for shell words by recognizing make(1)rillig1-1/+2
2005-12-05- The heuristics for unnecessary .undef directives after .for wererillig1-7/+1
2005-12-05- Allow the "-" character in the "variable name" part of a ShellWordrillig1-3/+3
2005-12-05Don't fix patch files automatically, since after patching them the checksumrillig1-3/+1
2005-12-03- In PLIST files, only suggest replacing @unexec rmdir ... with @dirrmrillig1-18/+18
2005-12-02- Allow the "?" character in Dependency. It is used as a placeholder forrillig1-9/+9
2005-12-02Added CONFLICTS, CC and CXX. The latter two are marked as read-only.rillig1-1/+4
2005-12-02Mark USE_SOCKS as deprecated.wiz2-3/+3
2005-12-02Removed the warning that PKG_JVM was deprecated and PKG_DEFAULT_JVMrillig1-2/+1
2005-12-02Allow append-only lists to be initialized using the "?=" operator, inrillig2-4/+4
2005-12-02Disabled the type check for BUILDLINK_RECOMMENDED, as it has producedrillig1-2/+2
2005-12-02Allow direct use of tool names if the tool name is preceded by "${...}/".rillig1-2/+2
2005-12-02Unnecessary .undef directives in Makefiles can be fixed automatically ifrillig1-1/+7
2005-12-02All *.mk and Makefile* files can now be fixed automatically.rillig1-1/+2
2005-12-01Mark USE_RSAREF2 for removal after 2005Q4.wiz1-2/+2
2005-12-01Move USE_OPENLDAP from makevars.map to deprecated.map.wiz2-3/+3
2005-12-01Move USE_INN from makevars.map to deprecated.map.wiz2-3/+3
2005-12-01Move USE_OSS from makevars.map to deprecated.map.wiz2-3/+3
2005-12-01Move USE_XFACE from makevars.map to deprecated.map.wiz2-3/+3
2005-12-01Move USE_SJ3 and USE_WNN4 from makevars.map to deprecated.map.wiz2-4/+4
2005-12-01Move some obsolete variables from makevars.map to deprecated.map.wiz2-6/+6
2005-12-01- RCS tags that appear in the @@ lines of patches in unified diff formatrillig1-2/+14
2005-12-01- In resolve_relative_path(), PKGSRCDIR is replaced with $pkgsrcdir.rillig1-2/+5
2005-12-01Unified the handling of relative pathnames and suppressed an error messagerillig1-17/+20
2005-12-01... and another fix for the same problem ...rillig1-1/+2
2005-12-01Bugfix for revision 1.402, in which the check for relative pathnames hasrillig1-2/+2
2005-12-01- Added the subroutine checkline_relative_path().rillig1-11/+18
2005-12-01- Improved coverage of Makefile checks. Now every line of a Makefile or arillig1-3/+99
2005-12-01- Made the check for spurious RCS tags in patches less strict. Now it findsrillig1-2/+2
2005-12-01- Clarified the documentation of the --import command line option.rillig2-2/+4
2005-12-01Fixed two typos.rillig1-3/+3