diff options
author | reed <reed@pkgsrc.org> | 2010-02-02 16:37:58 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2010-02-02 16:37:58 +0000 |
commit | 9620595d3c6f340a88bc9d641b05d49f31434367 (patch) | |
tree | 2c3ce4cbccac1ee6e8cb30040cf17adf52737982 | |
parent | 266e09eceb6271e1420b5b9f5b91271709ec46df (diff) | |
download | pkgsrc-9620595d3c6f340a88bc9d641b05d49f31434367.tar.gz |
add cppcheck
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES-2010 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3226ef47894..6ccedee4cde 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1284 2010/02/02 13:52:57 seb Exp $ +# $NetBSD: Makefile,v 1.1285 2010/02/02 16:37:58 reed Exp $ # COMMENT= Development utilities @@ -105,6 +105,7 @@ SUBDIR+= compiz-bcop SUBDIR+= compizconfig-backend-gconf SUBDIR+= confuse SUBDIR+= cook +SUBDIR+= cppcheck SUBDIR+= cppunit SUBDIR+= cproto SUBDIR+= cpuflags diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index 7bd2d9aff41..fc18640c66c 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.470 2010/02/02 16:12:16 sborrill Exp $ +$NetBSD: CHANGES-2010,v 1.471 2010/02/02 16:37:58 reed Exp $ Changes to the packages collection and infrastructure in 2010: @@ -572,3 +572,4 @@ Changes to the packages collection and infrastructure in 2010: Updated www/p5-Catalyst-Action-RenderView to 0.14 [sno 2010-02-02] Updated devel/p5-UNIVERSAL-can to 1.16 [sno 2010-02-02] Added net/istgt 20100125 [sborrill 2010-02-02] + Added devel/cppcheck 1.40 [reed 2010-02-02] |