Age | Commit message (Expand) | Author | Files | Lines |
2008-12-04 | Added explicit checks for share/icons/hicolor directories in PLISTs, as | rillig | 1 | -1/+7 |
2008-12-02 | Removed unused code. Changed one constructor call to match the pattern | rillig | 1 | -56/+5 |
2008-11-30 | Banned the warnings about SUBST_* groups into the -Wextra option, since | rillig | 1 | -18/+18 |
2008-11-25 | more to do. | rillig | 1 | -1/+5 |
2008-11-24 | Allowed pkglint to check doc/CHANGES-* files individually. | rillig | 1 | -26/+34 |
2008-11-19 | Fixed the (hopefully) last issue with the downgrading warning. | rillig | 1 | -4/+8 |
2008-11-18 | It's pretty tricky to get the bmake substitution right. At least if | rillig | 1 | -2/+7 |
2008-11-18 | Updated pkglint to 4.90. | rillig | 1 | -2/+2 |
2008-11-18 | Get rid of the false positive warnings for downgrading, by doing more | rillig | 1 | -1/+8 |
2008-11-18 | Emit a note instead of a warning when the :Q operator is used in places | rillig | 1 | -6/+12 |
2008-11-18 | It is not necessary to save the whole text of the package Makefile | rillig | 1 | -44/+32 |
2008-11-18 | The PKGREVISION is included in the version comparison, to fix the bogus | rillig | 1 | -4/+17 |
2008-11-18 | DIST_SUBDIR may contain slashes. Found in www/firefox3-bin. | rillig | 1 | -2/+2 |
2008-11-06 | Only check doc/CHANGES-* starting with 2008, as suggested by OBATA Akio | rillig | 1 | -2/+2 |
2008-11-04 | Fixed three warnings, which have been reported by Mark Davies. | rillig | 2 | -4/+5 |
2008-11-04 | The macro __NetBSD_Prereq__ should not be used. | rillig | 1 | -8/+13 |
2008-11-04 | Added a check that detects a downgrade of a package. To do this, it | rillig | 1 | -1/+110 |
2008-10-20 | Moved all explaining texts to the beginning of a line, so they stand out | rillig | 1 | -200/+199 |
2008-10-20 | Removed the experimental --klickibunti option and everything that was | rillig | 1 | -383/+8 |
2008-10-20 | Updated pkglint to 4.89. | rillig | 1 | -2/+2 |
2008-10-20 | Replaced all instances of "=~ qr" with "=~ m", and all instances of | rillig | 1 | -317/+317 |
2008-10-18 | Fixed another "closedir() on undefined". | rillig | 1 | -12/+6 |
2008-10-16 | Fixed two issues reported by wiz: | rillig | 1 | -3/+5 |
2008-10-09 | Updated pkglint to 4.88. | rillig | 3 | -4/+19 |
2008-10-09 | It already tries. | rillig | 1 | -2/+1 |
2008-09-16 | Main tree must not depend on wip, so pkglint should try to warn about | joerg | 1 | -1/+2 |
2008-09-16 | Clarified a comment, since I didn't understand it two years after writing it. | rillig | 1 | -4/+4 |
2008-09-16 | Don't include useless definitions in the documentation. | rillig | 1 | -2/+3 |
2008-08-31 | + USE_CMAKE | rillig | 1 | -1/+2 |
2008-08-30 | Fixed two pkglint warnings. | rillig | 1 | -3/+3 |
2008-08-30 | Fixed a typo found by Eric Haszlakiewicz. | rillig | 1 | -2/+2 |
2008-08-28 | Don't warn about pkgbase and pkg-build-options.mk in the buildlink3.mk | rillig | 1 | -2/+15 |
2008-07-25 | Update to 4.87: | dillo | 2 | -3/+16 |
2008-05-25 | bsdtar is a valid value for EXTRACT_USING. | joerg | 1 | -2/+2 |
2008-05-21 | update pkglint to 4.86 - necessary bu not sufficient to handle OWNER in | abs | 3 | -5/+7 |
2008-04-07 | Add note about LOCALBASE | joerg | 1 | -1/+2 |
2008-03-10 | Add a suggestion from Aleksej Saushev. | tnn | 1 | -1/+4 |
2008-03-06 | There's more to do ... | rillig | 1 | -1/+14 |
2008-03-06 | Updated pkglint to 4.85. | rillig | 1 | -2/+2 |
2008-03-06 | The LOCALBASE variable should not be used in packages, it should just be | rillig | 1 | -1/+32 |
2008-03-06 | After the recent fixes by wiz, the regular expression for splitting a | rillig | 1 | -2/+2 |
2008-03-05 | Add TODO item from PR pkg/38178. | tnn | 1 | -1/+3 |
2008-02-27 | Allow zero white-space in line 4 of buildlink3.mk files. This was hit by | rillig | 1 | -2/+2 |
2008-02-21 | Updated pkglint to 4.84. | rillig | 1 | -2/+2 |
2008-02-21 | I don't want others to update the pkglint version number. | rillig | 1 | -1/+2 |
2008-02-21 | Changed an assertion into a fatal error, which is effectively the same, | rillig | 1 | -2/+2 |
2008-02-14 | Improved the wording of the explanation for empty PLISTs. Related to | rillig | 1 | -5/+6 |
2008-02-13 | Add to explanation for empty PLIST: not needed for meta packages. | reed | 2 | -4/+4 |
2008-02-12 | INSTALLATION_DIRS_FROM_PLIST is deprecated. Use AUTO_MKDIRS instead. | rillig | 1 | -1/+4 |
2008-02-08 | Added a suggestion from Tobias Nygren. | rillig | 1 | -1/+3 |