Hello.

DESCR:
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.

cppcheck has a GUI, but this version of port does not provides it.  It
needs qmake to build gui.  Right now i cannot test gui, so i made
version without gui.  Should I provide -gui flavor?

It also has a target in Makefile that is called `man', which is intended
to build cppcheck.1 man page, but it does not because `man' is name of
directory where cppcheck.1.xml (which is transformed into cppcheck.1
using xsltproc) is located, so make says only that: `man' is up to date
and does no build man page.  I build man page by calling
${PREFIX}/xsltproc in `post-build' target.  Maybe i should just patch
Makefile instead of doing this?

Works fine on i386.

Attachment: cppcheck.tar.gz
Description: application/tar-gz

Reply via email to