From f9a53810a4cbbfb79107fc6b83484c55cac6153f Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 11 Jun 2018 00:35:55 -0300 Subject: [PATCH] cppcheck: update to 1.84. Closes #15052. Signed-off-by: Enno Boland --- srcpkgs/cppcheck/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index db88578e9d6..ba42ef3d671 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,21 +1,21 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=1.83 +version=1.84 revision=1 hostmakedepends="libxslt docbook-xsl" +depends="python" short_desc="Static analysis of C/C++ code" maintainer="Juan RP " license="GPL-3.0-or-later" homepage="http://cppcheck.sourceforge.net" distfiles="https://github.com/danmar/cppcheck/archive/$version.tar.gz" -checksum=7d3656762beee8087e234a796c900c84b004ac241301106b6a2c01ef2beff095 - -CXXFLAGS="-std=c++11" +checksum=aaa6293d91505fc6caa6982ca3cd2d949fa1aac603cabad072b705fdda017fc5 do_build() { make ${makejobs} CFGDIR=/usr/share/cppcheck/cfg make ${makejobs} DB2MAN=/usr/share/xsl/docbook/manpages/docbook.xsl all man } + do_install() { make DESTDIR=${DESTDIR} CFGDIR=/usr/share/cppcheck/cfg install vman cppcheck.1