As cppcheck is now built with -std=c++0x it can no longer use the base gcc.
Release notes can be found at http://sourceforge.net/p/cppcheck/news/2014/03/cppcheck-164/ Index: Makefile =================================================================== RCS file: /cvs/ports/devel/cppcheck/Makefile,v retrieving revision 1.22 diff -u -p -r1.22 Makefile --- Makefile 31 Jan 2014 17:40:42 -0000 1.22 +++ Makefile 30 Apr 2014 09:52:45 -0000 @@ -2,7 +2,7 @@ COMMENT = C/C++ static checker -DISTNAME = cppcheck-1.63 +DISTNAME = cppcheck-1.64 CATEGORIES = devel @@ -13,7 +13,7 @@ MAINTAINER = Gleydson Soares <gsoares@o # GPLv3 PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c m pcre stdc++ +WANTLIB = c m pcre BUILD_DEPENDS = textproc/docbook-xsl @@ -30,7 +30,9 @@ MAKE_FLAGS = BIN=${PREFIX}/bin SRCDIR=b CPPFLAGS="-DHAVE_RULES -DTIXML_USE_STL -Ilib -I${PREFIX}/include" \ LDFLAGS="-L${PREFIX}/lib -lpcre" -MODULES = lang/python +MODULES = lang/python gcc4 +MODGCC4_LANGS = c++ +MODGCC4_ARCHS = * MODPY_RUNDEP = No CONFIGURE_STYLE = none Index: distinfo =================================================================== RCS file: /cvs/ports/devel/cppcheck/distinfo,v retrieving revision 1.18 diff -u -p -r1.18 distinfo --- distinfo 31 Jan 2014 17:40:42 -0000 1.18 +++ distinfo 30 Apr 2014 09:09:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (cppcheck-1.63.tar.gz) = kc5vGXXHTOWHE+Hg6/QGDPoj37WpTPxVyA3Vn1+L9jc= -SIZE (cppcheck-1.63.tar.gz) = 1435929 +SHA256 (cppcheck-1.64.tar.gz) = oTj1Gu49VHxuN77L496y+NeyMTPEc2kOov5/jvwL31Y= +SIZE (cppcheck-1.64.tar.gz) = 1484797 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/cppcheck/pkg/PLIST,v retrieving revision 1.3 diff -u -p -r1.3 PLIST --- pkg/PLIST 31 Jan 2014 17:40:42 -0000 1.3 +++ pkg/PLIST 30 Apr 2014 09:16:44 -0000 @@ -6,5 +6,6 @@ share/cppcheck/cfg/ share/cppcheck/cfg/gtk.cfg share/cppcheck/cfg/posix.cfg share/cppcheck/cfg/qt.cfg +share/cppcheck/cfg/sdl.cfg share/cppcheck/cfg/std.cfg share/cppcheck/cfg/windows.cfg