Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-23 | Fix typo in variable name. | wiz | 1 | -2/+2 | |
2013-01-20 | Test a couple more error paths through main() -> checkitem(). Add | schmonz | 1 | -3/+36 | |
a couple tests for get_vartypes_map(). TODO: test and refactor checkline_mk_vartype_basic(). | |||||
2013-01-20 | pkglint(1) determines its list of basic variable types by grepping | schmonz | 2 | -13/+49 | |
itself for certain if/elsif conditions. This combination of cleverness and large conditional block should be replaced with simple, table-driven code. But first we have to get the functionality under test, which I've begun to do here. Initialize a package global with the contents of $0, and override it in test (otherwise self-grepping breaks because $0 is the test script). Extract the dirty Test::Trap details to test_unit(). Test main() for a few common values of @ARGV. Notice the aforementioned cleverness because it broke an expected success, and fix it just enough to test get_vartypes_basictypes() for a couple expected types. No functional change intended. I've manually tested the small changes to pkglint.pl and have also verified that a couple packages lint the same as before. | |||||
2013-01-19 | Make it possible to easily write automated tests: | schmonz | 3 | -5/+38 | |
* minimally adapt pkglint(1) into a "modulino" for testability * verify it still runs normally as a program * create a test script with a few very simple test cases * hook it up to 'make test' * verify that the tests really fail if I go breaking the code under test Meta-addresses PR pkg/46570. New BUILD_DEPENDS, but no functional change, so no PKGREVISION bump. Approved by wiz@. | |||||
2012-12-11 | Update to 4.127 | ryoon | 2 | -6/+6 | |
* Add sun-{jre,jdk}7 support | |||||
2012-11-20 | Add openjdk7 & openjdk7-bin to other JVM lists | abs | 2 | -3/+4 | |
2012-10-03 | Bump version for python25 removal changes. | wiz | 1 | -3/+2 | |
2012-10-03 | Update for python25 removal. | wiz | 1 | -2/+2 | |
2012-10-03 | Bump all packages that use perl, or depend on a p5-* package, or | wiz | 1 | -1/+2 | |
are called p5-*. I hope that's all of them. | |||||
2012-09-16 | Update documentation for {PYTHON,RUBY,PHP}_VERSION_REQD variables, move them | cheusov | 2 | -3/+6 | |
to "user variables" section. pkglint is now aware of them. Bump pkglint version. Oked by wiz@ | |||||
2012-09-15 | Do not warn about setting PKG_DESTDIR_SUPPORT any longer, it is now | wiz | 3 | -11/+4 | |
set by default by the infrastructure. Remove highly obsolete TODO entry about destdir. Bump version. | |||||
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 | |
2012-08-26 | Improve expand_permission some more. Should fix the | wiz | 2 | -9/+9 | |
Use of uninitialized value in concatenation (.) or string at /usr/pkg/bin/pkglint line 4777. warnings. Bump version. | |||||
2012-08-05 | If I get to fix the bugs, I might as well OWN it. | wiz | 1 | -2/+2 | |
2012-08-03 | Recognize make syntax (make variable) in one more place. | asau | 2 | -4/+4 | |
2012-08-01 | Don't enforce purely aesthetic changes. | asau | 2 | -8/+9 | |
2012-07-27 | Improve warning about gettext/msgfmt dependency. | wiz | 1 | -2/+2 | |
In another part pkglint already knows that BUILD_USES_MSGFMT is deprecated, so a second run would have provided the correct answer. | |||||
2012-07-22 | Recognize emacs24nox; bump version. | dholland | 2 | -5/+5 | |
2012-07-17 | Really bump version for comment-missing-error change. | wiz | 1 | -2/+2 | |
2012-07-17 | Make missing comments in patches an error. Bump version. | wiz | 1 | -5/+5 | |
The guide prescribes it for quite some time and it's common courtesy for packages modifying packages after you. ok gdt@ | |||||
2012-07-15 | pkgtools/pkglint: Add "ada" as valid value for USE_LANGUAGES | marino | 2 | -4/+4 | |
The mk/compiler/gcc.mk was recently updated to handle USE_LANGUAGES+= ada which requires the use of the lang/gcc-aux compiler. | |||||
2012-07-14 | regen | wiz | 1 | -11/+26 | |
2012-07-14 | mandoc -Tlint cleanup | wiz | 1 | -5/+2 | |
2012-07-14 | Update to 4.117: | wiz | 3 | -8/+19 | |
Recognize another possible permission. Reported by Bug Hunting. | |||||
2012-07-13 | lintpkgsrc files do not belong here. One could argue that a description of | abs | 3 | -2158/+0 | |
where they do belong would be unsuitable for polite conversation, but that is not the goal today... | |||||
2012-07-10 | Two more bugfixes, version++ | wiz | 1 | -2/+2 | |
2012-07-10 | Fix regex_dependency_wildcard and recognize PERL5_LICENSE. | wiz | 1 | -2/+3 | |
2012-07-10 | Bump version again for more fixes. | wiz | 1 | -2/+2 | |
2012-07-10 | Warn about space before colon in dependency line instead of FATALing out. | wiz | 1 | -4/+5 | |
Addresses part of PR 46570 by David Holland. | |||||
2012-07-10 | Do not parse Makefiles in files/ or patches/ | wiz | 2 | -4/+6 | |
Addresses another part of PR 46570 by David Holland. Bump version. | |||||
2012-07-09 | Expand permission descriptions in standard warning. | wiz | 2 | -15/+15 | |
2012-07-09 | Bump version again for more games fixes. | wiz | 1 | -2/+2 | |
2012-07-09 | Handle GAMEMODE. | wiz | 1 | -2/+2 | |
2012-07-09 | Fix USE_GAMESGROUP properties. | wiz | 1 | -2/+2 | |
2012-07-09 | Allow "." in package names (needed e.g. for gst-plugins0.10-base). | wiz | 2 | -7/+15 | |
Check package patterns in DEPENDS. Requested by diro in PR 46570. Bump version. | |||||
2012-07-09 | Recognize FETCH_USING as user-settable variable, as intended. | wiz | 1 | -1/+2 | |
Addresses a comment by diro in PR 46570. | |||||
2012-07-09 | Update to 4.111. | wiz | 1 | -2/+3 | |
2012-07-09 | Mention -e when warnings have been found and it wasn't specified. | wiz | 1 | -3/+3 | |
Update for games handling changes. | |||||
2012-07-09 | Document permissions. Addresses part of PR 46570. | wiz | 1 | -3/+19 | |
2012-07-09 | Update for recent (undocument in the guide) changes to games group handling | wiz | 2 | -5/+10 | |
2012-07-06 | adjust to current default php/python srcdir. | obache | 2 | -5/+5 | |
2012-06-02 | Do not treat variable GNU_PROGRAM_PREFIX as a special one. | cheusov | 2 | -4/+3 | |
Dump version. | |||||
2012-05-08 | In parse_makefile_vars() inprove the pattern used to remove comments so | sbd | 1 | -2/+2 | |
that it doesn't match on backslash quoted hash characters. PR/46422 Bump PKGVERSION. | |||||
2012-04-08 | Update the pattern used for checking option name to allow the plus (+) | sbd | 2 | -5/+5 | |
character (e.g. as in "c++") Bump version number. | |||||
2012-03-10 | Add missing clang, hp and pcc to ONLY_FOR_COMPILER. | cheusov | 2 | -5/+5 | |
Dump package version. | |||||
2012-03-01 | Reset maintainer, he resigned. | wiz | 1 | -2/+2 | |
2012-01-06 | Add openjdk7* to recognized java versions. From B.ICT A.P. deBROUWER Jr. | wiz | 2 | -3/+4 | |
in PR 45789. Bump version. | |||||
2011-11-29 | Added 91 to PGSQL_VERSIONS_ACCEPTED | adam | 1 | -2/+2 | |
2011-11-28 | Bump version for NOT_FOR_COMPILER improvement. | wiz | 1 | -2/+2 | |
2011-11-28 | Sync NOT_FOR_COMPILER list with supported compiler list. | wiz | 1 | -2/+2 | |