notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
cppcheck-gui Static analysis of C/C++ code (GUI)
2.7.5 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.7.5Version of this port present on the latest quarterly branch.
Maintainer: amdmi3@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-07-05 10:45:52
Last Update: 2022-11-08 12:09:17
Commit Hash: a309971
License: GPLv3+
WWW:
https://cppcheck.sourceforge.io/
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (22 items)
Collapse this list.
  1. /usr/local/share/licenses/cppcheck-gui-2.7.5/catalog.mk
  2. /usr/local/share/licenses/cppcheck-gui-2.7.5/LICENSE
  3. /usr/local/share/licenses/cppcheck-gui-2.7.5/GPLv3+
  4. bin/cppcheck-gui
  5. share/applications/cppcheck-gui.desktop
  6. share/cppcheck/lang/cppcheck_de.qm
  7. share/cppcheck/lang/cppcheck_es.qm
  8. share/cppcheck/lang/cppcheck_fi.qm
  9. share/cppcheck/lang/cppcheck_fr.qm
  10. share/cppcheck/lang/cppcheck_it.qm
  11. share/cppcheck/lang/cppcheck_ja.qm
  12. share/cppcheck/lang/cppcheck_ko.qm
  13. share/cppcheck/lang/cppcheck_nl.qm
  14. share/cppcheck/lang/cppcheck_ru.qm
  15. share/cppcheck/lang/cppcheck_sr.qm
  16. share/cppcheck/lang/cppcheck_sv.qm
  17. share/cppcheck/lang/cppcheck_zh_CN.qm
  18. share/icons/hicolor/64x64/apps/cppcheck-gui.png
  19. share/icons/hicolor/scalable/apps/cppcheck-gui.svg
  20. @owner
  21. @group
  22. @mode
Collapse this list.
Dependency lines:
  • cppcheck-gui>0:devel/cppcheck-gui
No installation instructions:
This port has been deleted.
PKGNAME: cppcheck-gui
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1650279480 SHA256 (danmar-cppcheck-2.7.5_GH0.tar.gz) = 6c7ac29e57fa8b3ac7be224510200e579d5a90217e2152591ef46ffc947d8f78 SIZE (danmar-cppcheck-2.7.5_GH0.tar.gz) = 3940968

Packages (timestamps in pop-ups are UTC):
cppcheck-gui
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--2.2-----
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Master port: devel/cppcheck
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. qt5-buildtools>=5.15 : devel/qt5-buildtools
  3. lrelease : devel/qt5-linguisttools
  4. qt5-qmake>=5.15 : devel/qt5-qmake
Runtime dependencies:
  1. cppcheck : devel/cppcheck
Library dependencies:
  1. libtinyxml2.so : textproc/tinyxml2
  2. libQt5Core.so : devel/qt5-core
  3. libQt5Gui.so : x11-toolkits/qt5-gui
  4. libQt5Help.so : devel/qt5-help
  5. libQt5PrintSupport.so : print/qt5-printsupport
  6. libQt5Widgets.so : x11-toolkits/qt5-widgets
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_cppcheck-gui
USES:
compiler:c++11-lib cmake:insource tar:bzip2 qt:5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/danmar/cppcheck/tar.gz/2.7.5?dummy=/
Collapse this list.
Port Moves
  • port moved to devel/cppcheck on 2022-11-07
    REASON: GUI is now included in devel/cppcheck port

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: devel/cppcheck
CommitCreditsLog message
2.7.5
08 Nov 2022 12:09:17
commit hash: a309971953b0f7693db1c28c4468c8ede7c0286dcommit hash: a309971953b0f7693db1c28c4468c8ede7c0286dcommit hash: a309971953b0f7693db1c28c4468c8ede7c0286dcommit hash: a309971953b0f7693db1c28c4468c8ede7c0286d files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/cppcheck: update 2.7.5 → 2.9.1

- Merge cppcheck-gui into cppcheck to simplify maintenance and testing
- Install manpage into canonical location

PR:		267262
Submitted by:	jailbird@fdf.net
2.2
07 Apr 2021 23:19:01
commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
Remove useless Created by: headers mentioning me
2.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.87
11 Feb 2019 17:37:54
Revision:492703Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 1.87
1.86_1
16 Jan 2019 11:13:45
Revision:490472Original commit files touched by this commit
tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.79
05 Jul 2017 10:45:42
Revision:445071Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Move cppcheck gui into separate port, devel/cppcheck-gui

Number of commits found: 6