wiz
eadc9386a8
Bump version for python25 removal changes.
2012-10-03 22:17:18 +00:00
wiz
79434c2ac7
Update for python25 removal.
2012-10-03 22:14:00 +00:00
wiz
8b5d49eb78
Bump all packages that use perl, or depend on a p5-* package, or
...
are called p5-*.
I hope that's all of them.
2012-10-03 21:53:53 +00:00
cheusov
d9d49610f9
Update documentation for {PYTHON,RUBY,PHP}_VERSION_REQD variables, move them
...
to "user variables" section. pkglint is now aware of them. Bump pkglint
version. Oked by wiz@
2012-09-16 20:03:50 +00:00
wiz
9adba466d0
Do not warn about setting PKG_DESTDIR_SUPPORT any longer, it is now
...
set by default by the infrastructure.
Remove highly obsolete TODO entry about destdir.
Bump version.
2012-09-15 10:55:15 +00:00
asau
5c2dd9e784
"user-destdir" is default these days
2012-09-11 23:19:33 +00:00
wiz
5bcdc2ac31
Improve expand_permission some more. Should fix the
...
Use of uninitialized value in concatenation (.) or string at /usr/pkg/bin/pkglint line 4777.
warnings.
Bump version.
2012-08-26 13:47:16 +00:00
wiz
45f66127e4
If I get to fix the bugs, I might as well OWN it.
2012-08-05 09:55:54 +00:00
asau
6317d33d1b
Recognize make syntax (make variable) in one more place.
2012-08-03 09:07:21 +00:00
asau
39e69895bc
Don't enforce purely aesthetic changes.
2012-08-01 22:19:00 +00:00
wiz
25ae0bcbff
Improve warning about gettext/msgfmt dependency.
...
In another part pkglint already knows that BUILD_USES_MSGFMT is deprecated,
so a second run would have provided the correct answer.
2012-07-27 20:54:02 +00:00
dholland
26dad766e9
Recognize emacs24nox; bump version.
2012-07-22 01:01:40 +00:00
wiz
204aed00b0
Really bump version for comment-missing-error change.
2012-07-17 19:25:21 +00:00
wiz
a5842c49a4
Make missing comments in patches an error. Bump version.
...
The guide prescribes it for quite some time and it's common courtesy
for packages modifying packages after you.
ok gdt@
2012-07-17 19:24:46 +00:00
marino
b57d8e8189
pkgtools/pkglint: Add "ada" as valid value for USE_LANGUAGES
...
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-15 11:08:18 +00:00
wiz
d79ee21f1c
regen
2012-07-14 20:33:54 +00:00
wiz
3b667c84a8
mandoc -Tlint cleanup
2012-07-14 20:33:27 +00:00
wiz
05c69e4eab
Update to 4.117:
...
Recognize another possible permission.
Reported by Bug Hunting.
2012-07-14 20:32:37 +00:00
abs
c567c9f074
lintpkgsrc files do not belong here. One could argue that a description of
...
where they do belong would be unsuitable for polite conversation, but that
is not the goal today...
2012-07-13 21:09:43 +00:00
wiz
83b430e3a0
Two more bugfixes, version++
2012-07-10 10:53:27 +00:00
wiz
bcd150b0ac
Fix regex_dependency_wildcard and recognize PERL5_LICENSE.
2012-07-10 10:53:05 +00:00
wiz
e19a724627
Bump version again for more fixes.
2012-07-10 10:27:34 +00:00
wiz
dcf88b2e21
Warn about space before colon in dependency line instead of FATALing out.
...
Addresses part of PR 46570 by David Holland.
2012-07-10 10:27:23 +00:00
wiz
a63049dda9
Do not parse Makefiles in files/ or patches/
...
Addresses another part of PR 46570 by David Holland.
Bump version.
2012-07-10 09:39:26 +00:00
wiz
0d5680a5ce
Expand permission descriptions in standard warning.
2012-07-09 22:11:00 +00:00
wiz
d977defa7e
Bump version again for more games fixes.
2012-07-09 21:58:33 +00:00
wiz
f259f27215
Handle GAMEMODE.
2012-07-09 21:57:31 +00:00
wiz
2fedeba6c7
Fix USE_GAMESGROUP properties.
2012-07-09 21:57:16 +00:00
wiz
19b1dc413d
Allow "." in package names (needed e.g. for gst-plugins0.10-base).
...
Check package patterns in DEPENDS.
Requested by diro in PR 46570.
Bump version.
2012-07-09 18:14:35 +00:00
wiz
4569177c1d
Recognize FETCH_USING as user-settable variable, as intended.
...
Addresses a comment by diro in PR 46570.
2012-07-09 17:47:37 +00:00
wiz
94ddfa00eb
Update to 4.111.
2012-07-09 17:37:48 +00:00
wiz
1535c10bda
Mention -e when warnings have been found and it wasn't specified.
...
Update for games handling changes.
2012-07-09 17:37:30 +00:00
wiz
c56409440c
Document permissions. Addresses part of PR 46570.
2012-07-09 17:36:59 +00:00
wiz
cf9a5f02f2
Update for recent (undocument in the guide) changes to games group handling
2012-07-09 17:36:30 +00:00
obache
68d0a8c11f
adjust to current default php/python srcdir.
2012-07-06 09:29:00 +00:00
cheusov
1e625800f7
Do not treat variable GNU_PROGRAM_PREFIX as a special one.
...
Dump version.
2012-06-02 12:24:55 +00:00
sbd
eb8209abf0
In parse_makefile_vars() inprove the pattern used to remove comments so
...
that it doesn't match on backslash quoted hash characters. PR/46422
Bump PKGVERSION.
2012-05-08 23:11:48 +00:00
sbd
39ad56ea34
Update the pattern used for checking option name to allow the plus (+)
...
character (e.g. as in "c++")
Bump version number.
2012-04-08 04:42:39 +00:00
cheusov
87d11410c3
Add missing clang, hp and pcc to ONLY_FOR_COMPILER.
...
Dump package version.
2012-03-10 11:00:24 +00:00
wiz
190f164226
Reset maintainer, he resigned.
2012-03-01 22:42:31 +00:00
wiz
deeb99c8b0
Add openjdk7* to recognized java versions. From B.ICT A.P. deBROUWER Jr.
...
in PR 45789.
Bump version.
2012-01-06 01:26:44 +00:00
adam
0308ebe252
Added 91 to PGSQL_VERSIONS_ACCEPTED
2011-11-29 12:39:00 +00:00
wiz
a62c393165
Bump version for NOT_FOR_COMPILER improvement.
2011-11-28 16:50:35 +00:00
wiz
d8e470e50c
Sync NOT_FOR_COMPILER list with supported compiler list.
2011-11-28 16:50:18 +00:00
ryoon
a7de66bc45
Update to 4.104
...
* Allow value "6" and "7" in USE_JAVA2.
2011-11-26 18:38:05 +00:00
wiz
d1011588eb
Accept '+' in option names; currently used by the gcc-c++ option.
2011-09-09 15:18:28 +00:00
wiz
d8fb97bd4c
Accept '~' in patch names. Some programs actually have files
...
with it in their names.
2011-09-09 15:16:26 +00:00
adam
51f5dbbf32
Expanded MYSQL_VERSIONS_ACCEPTED
2011-08-17 13:55:59 +00:00
wiz
1d58c2695d
Avoid use of qw as parentheses. Silences a warning with perl-5.14.
...
Bump version to 4.103.
2011-08-16 23:13:34 +00:00
tron
a5b6d704a9
Update "pkglint" package to version 4.102. Changes since version 4.101:
...
Allow "@" as a character for directories in "${WRKSRC}". This stop bogus
warnings for the "phpmyadmin" package which contains directory names
like "locale/sr@latin/LC_MESSAGES".
Change suggested by Thomas Klausner in private e-mail.
2011-08-01 11:58:14 +00:00