48 Commits

Author SHA1 Message Date
gsoares
924a29499b update to 1.81 2017-10-09 00:58:36 +00:00
jsg
53e3e46cbe update to cppcheck 1.80
ok gsoares@
2017-08-01 23:14:59 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
7f3650af58 use WANT_CXX, these build trivially 2017-05-27 04:41:43 +00:00
gsoares
182c7d094d update to cppcheck-1.79 2017-05-14 11:27:52 +00:00
gsoares
2171bd773b tidy up 1 line longer than 80 chars in Makefile
found by and thanks /usr/ports/infrastructure/bin/portcheck
2017-04-06 12:54:35 +00:00
gsoares
5006a48c92 update to cppcheck-1.78 2017-04-06 12:46:12 +00:00
jsg
e8d9b834a6 update to cppcheck 1.77
ok gsoares@ (MAINTAINER)
2017-01-05 03:07:18 +00:00
jsg
c32f1b7710 update to cppcheck 1.76.1
ok gsoares@
2016-10-13 23:38:22 +00:00
gsoares
aea8e7e15e update to 1.76 2016-10-09 15:10:33 +00:00
jsg
e47418f326 update to cppcheck 1.75
ok gsoares@ (MAINTAINER)
2016-08-18 12:40:44 +00:00
gsoares
4d315c80eb update to 1.74
zap patch merged upstream
2016-06-06 22:27:37 +00:00
gsoares
f61727955e update to 1.73 2016-04-22 00:50:25 +00:00
gsoares
f5a6a49c24 update to 1.72; OK jsg@ 2016-01-13 12:38:48 +00:00
jsg
f52df94eb4 update to cppcheck 1.71
ok gsoares@ (MAINTAINER)
2015-11-26 04:18:50 +00:00
jsg
52c341f70f update to cppcheck 1.70
ok gsoares@ (maintainer)
2015-09-11 02:09:49 +00:00
pascal
f0585aa4cf gcc4 bumps, reminded by aja@ 2015-05-28 10:17:22 +00:00
gsoares
d48880359c update to 1.69
OK aja@
2015-05-02 11:56:14 +00:00
jsg
53fc8c22f8 update to cppcheck 1.68
ok jasper@
2015-01-07 04:15:51 +00:00
gsoares
715dcdfd67 update to 1.67; ok jsg@
feedback/review jasper@ sthen@, thanks.
2014-10-24 03:44:33 +00:00
jsg
ac8d6a8b3e update to cppcheck 1.66
ok gsoares@ (maintainer)
2014-08-13 15:13:33 +00:00
sthen
88e8cf9af2 add -lexecinfo and remove the patch disabling backtrace() support, registering
the dependency (thus fixing an unregistered build dependency on execinfo.h and
adding support for the functionality). Build problem reported by naddy@,
ok jsg@ jasper@
2014-07-23 09:50:22 +00:00
jsg
f9db4f8a0e update to cppcheck 1.65
ok gsoares@ (maintainer)
2014-07-18 12:36:29 +00:00
gsoares
c3b22605ce update to 1.63
works for me and regress tests OK.

.cfg files are needed by cppcheck now:
- set CFGDIR accordingly
- install .cfg files and regen PLIST
2014-01-31 17:40:42 +00:00
gsoares
11372a976b update to 1.62 2013-10-12 21:23:50 +00:00
gsoares
7f4124fea3 update to 1.61; ok brad@ 2013-10-04 11:20:18 +00:00
gsoares
27e44f74cf update to 1.60.1
OK jasper@
2013-07-04 12:54:44 +00:00
gsoares
415a61c5a3 update to 1.59; mostly from sthen@
while I am there, enable support for compiled patterns. a python script is used to convert match patterns to C++ code.

OK sthen@
2013-04-03 03:00:31 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
gsoares
61e93eed6d update to cppcheck-1.57; OK sthen@ jasper@ 2012-11-20 12:41:27 +00:00
ajacoutot
ff52f74e3c docbook-xsl already comes with libxslt. 2012-09-27 17:26:05 +00:00
gsoares
dc9943512b update to 1.56; ok jasper@ 2012-09-20 19:35:09 +00:00
gsoares
93e38ad1e1 update to 1.55
ok jasper@
2012-07-13 02:26:03 +00:00
gsoares
9064a175d9 update to cppcheck-1.54 2012-04-15 14:33:50 +00:00
gsoares
508ec343b6 update to 1.53
OK sthen@
2012-03-15 17:05:45 +00:00
gsoares
4b23d809d8 update devel/cppcheck to 1.52
while here, fix MAKE_FLAGS to enable correctly the pcre dependency
that is used by regex optional support (--rule/--rule-file)

OK sthen@
2012-01-12 14:04:25 +00:00
gsoares
75915edf0e update to 1.51
ok jasper@
2011-10-26 17:37:13 +00:00
gsoares
2f29df59aa update to 1.50
remove patches merged uptream
take maintainership

OK sthen@ jasper@
'go ahead' Igor Zinovik (former maintainer)
2011-09-13 13:39:49 +00:00
gsoares
0a0de6ff8d - update to 1.48,
- remove NO_REGRESS, and set REGRESS_TARGET (enable regression tests)
- use INSTALL_MAN instead of INSTALL_DATA
- add a patch to fix an issue which was found by Igor Zinovik(MAINTAINER)
http://sourceforge.net/apps/trac/cppcheck/ticket/2755
(The patch has already been committed upstream and will be part of the next release)

ok jasper@, sthen@, Igor Zinovik(MAINTAINER)
2011-05-01 21:08:49 +00:00
sthen
571c6444d1 update to 1.47, from maintainer Igor Zinovik. 2011-03-12 13:25:30 +00:00
jasper
d91df34c16 - update cppcheck to 1.46.1
from igor (MAINTAINER)
2010-12-30 09:12:01 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
jasper
add4f7d9ef - update cppcheck to 1.45
- improve DESCR

from maintainer igor zinovik
ok steven@ sthen@
2010-11-03 07:27:26 +00:00
espie
5c08d95027 USE_GROFF=Yes 2010-10-18 17:47:50 +00:00
jasper
e76cc5d9e7 import cppcheck 1.44
Cppcheck is an analysis tool for C/C++ code. Unlike C/C++ compilers and
many other analysis tools, we don't detect syntax errors. Cppcheck only
detects the types of bugs that the compilers normally fail to detect.
The goal is no false positives.

from igor zinovik, with tweaks by me
ok aja@
2010-09-23 09:34:51 +00:00