Age | Commit message (Expand) | Author | Files | Lines |
2005-12-27 | Honor PKGMANDIR. | reed | 1 | -3/+3 |
2005-12-27 | Lower expectations, both others' and mine: relinquish stewardship | seb | 2 | -4/+4 |
2005-12-18 | lintpkgsrc needs pkgtools/digest, so readd it to the DEPENDS. | rillig | 1 | -1/+2 |
2005-12-18 | Synchronized the way the checksum of patch files is computed with the one | rillig | 1 | -2/+2 |
2005-12-17 | Change my MAINTAINER email address to the one I've been using for | jlam | 2 | -4/+4 |
2005-12-13 | Fix precedence botch which breaks invocation using source. | dillo | 2 | -4/+4 |
2005-12-13 | NetBSD capitalization police. | wiz | 5 | -13/+13 |
2005-12-12 | + ERROR: Other Makefiles must not be included. Use Makefile.common instead. | rillig | 1 | -1/+11 |
2005-12-12 | Sort options in SYNOPSIS, bump date for -S. | wiz | 1 | -5/+6 |
2005-12-12 | Add new option -S to create summary file of binary package directory. | dillo | 3 | -28/+72 |
2005-12-11 | * check quoting in CFLAGS+= -DPREFIX=\"${PREFIX:Q}\" | rillig | 1 | -0/+1 |
2005-12-09 | Improved diagnostic of the warning for @comment in variables. | rillig | 1 | -2/+2 |
2005-12-08 | - Improved the wording of the explanation regarding relative directories. | rillig | 1 | -16/+16 |
2005-12-08 | sync with src (revision 1.115): | dillo | 1 | -6/+6 |
2005-12-08 | Updated pkglint to 4.49. | rillig | 1 | -2/+2 |
2005-12-08 | Cleaned up the TODO list. | rillig | 1 | -5/+0 |
2005-12-08 | The option names are now checked if they are in | rillig | 1 | -3/+0 |
2005-12-08 | - Fixed a typo (SUBST_PLIST => PLIST_SUBST) noted by wiz. | rillig | 1 | -3/+3 |
2005-12-08 | - Added a warning that prevents the quoting issues from the recent | rillig | 1 | -1/+16 |
2005-12-07 | - All PKG_OPTIONs are checked whether they are documented in mk/defaults/\ | rillig | 1 | -15/+70 |
2005-12-07 | - Fixed a comment. The order of subroutines is no longer historical. | rillig | 1 | -5/+5 |
2005-12-07 | I've sent joerg a patch which would fix his TODO item. | rillig | 1 | -4/+0 |
2005-12-07 | - Added a check that exists if RelativePkgDir exists. Suggested by wiz in | rillig | 1 | -2/+6 |
2005-12-06 | - Changed the type of PKG_OPTIONS_VAR from Varname to PkgOptionsVar. Added | rillig | 2 | -5/+20 |
2005-12-06 | - Moved checkline_mk_varassign() below checkline_mk_vartype() to avoid | rillig | 1 | -76/+76 |
2005-12-06 | - Improved the heuristics for shell words by allowing pkgsrc variables with | rillig | 1 | -36/+25 |
2005-12-06 | * IMAKE_MANNEWSUFFIX should be deprecated in PLISTs, says Joerg. | rillig | 1 | -0/+4 |
2005-12-06 | - Removed the checklines_mk() subroutine and copied the code to | rillig | 1 | -33/+14 |
2005-12-06 | - Integrated the code from checklines_mk_deprecated_variables() into | rillig | 1 | -36/+15 |
2005-12-06 | - Improved the heuristics for detecting direct use of ${TOOL}s. | rillig | 1 | -154/+157 |
2005-12-06 | Reordered the complete file. Grouped subroutines by name (checkline_*, | rillig | 1 | -571/+543 |
2005-12-06 | Collected the routines that load pkglint-specific data in one section. | rillig | 1 | -141/+141 |
2005-12-06 | - Renamed get_make_vars_typemap() to get_vartypes_map(). | rillig | 1 | -96/+83 |
2005-12-06 | - Rewrote the code that checks for direct use of tool names. It is | rillig | 1 | -105/+57 |
2005-12-06 | Specify the full path to tar when unpacking a package. | ben | 4 | -15/+15 |
2005-12-06 | - Improved detection of valid shell words once more. | rillig | 1 | -28/+50 |
2005-12-05 | - Improved the regular expression for shell words by recognizing make(1) | rillig | 1 | -1/+2 |
2005-12-05 | - The heuristics for unnecessary .undef directives after .for were | rillig | 1 | -7/+1 |
2005-12-05 | - Allow the "-" character in the "variable name" part of a ShellWord | rillig | 1 | -3/+3 |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 11 | -26/+26 |
2005-12-05 | Don't fix patch files automatically, since after patching them the checksum | rillig | 1 | -3/+1 |
2005-12-04 | Regenerated distinfo to include the latest change to patch-ac. Contrary to | rillig | 1 | -2/+2 |
2005-12-03 | - In PLIST files, only suggest replacing @unexec rmdir ... with @dirrm | rillig | 1 | -18/+18 |
2005-12-02 | * check that all values used for the PKG_OPTIONS are documented in | rillig | 1 | -0/+3 |
2005-12-02 | - Allow the "?" character in Dependency. It is used as a placeholder for | rillig | 1 | -9/+9 |
2005-12-02 | Added CONFLICTS, CC and CXX. The latter two are marked as read-only. | rillig | 1 | -1/+4 |
2005-12-02 | Mark USE_SOCKS as deprecated. | wiz | 2 | -3/+3 |
2005-12-02 | Removed the partial RCS Id tag from patch-ac. Didn't update distinfo, as | rillig | 1 | -2/+2 |
2005-12-02 | Removed the warning that PKG_JVM was deprecated and PKG_DEFAULT_JVM | rillig | 1 | -2/+1 |
2005-12-02 | Allow append-only lists to be initialized using the "?=" operator, in | rillig | 2 | -4/+4 |