Port details on branch 2024Q1 |
- cppcheck Tool for static C/C++ code analysis
- 2.12.1 devel =0 2.12.1Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2024-01-24 16:57:11
- Last Update: 2024-01-24 16:56:29
- Commit Hash: 2216057
- License: GPLv3+
- WWW:
- https://cppcheck.sourceforge.io/
- https://github.com/danmar/cppcheck
- Description:
- Cppcheck is a tool for static C/C++ code analysis. It tries to
detect bugs that your compiler does not see. It checks for: memory leaks,
mismatching allocations-deallocations, buffer overruns, and many more.
Cppcheck is versatile. You can check non-standard code that includes
various compiler extensions, inline assembly code, etc.
The goal is to have no false positives.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cppcheck>0:devel/cppcheck
- To install the port:
- cd /usr/ports/devel/cppcheck/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cppcheck
- pkg install cppcheck
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cppcheck
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1695753260
SHA256 (danmar-cppcheck-2.12.1_GH0.tar.gz) = 2a3d4ba1179419612183ab3d6aed6d3b18be75e98cd6f138ea8e2020905dced2
SIZE (danmar-cppcheck-2.12.1_GH0.tar.gz) = 3579702
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xsltproc : textproc/libxslt
- docbook.xsl : textproc/docbook-xsl
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.9 : lang/python39
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- lrelease : devel/qt5-linguisttools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- py39-pygments>0 : textproc/py-pygments@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libtinyxml2.so : textproc/tinyxml2
- libpcre.so : devel/pcre
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Help.so : devel/qt5-help
- libQt5Network.so : net/qt5-network
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cppcheck-2.12.1:
CHARTS=off: Enable QtCharts usage in the GUI
GUI=on: Build the Qt GUI application
HTMLREPORT=on: Install cppcheck-htmlreport
MANPAGES=on: Build and/or install manual pages
MATCHCOMPILER=on: Build-time optimizations via Python
RULES=on: User-defined rule support (requires PCRE)
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- devel_cppcheck
- USES:
- compiler:c++11-lib cmake shebangfix tar:bzip2 qt:5 python:run,build python:run,build localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|