summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed>2010-02-02 16:37:58 +0000
committerreed <reed>2010-02-02 16:37:58 +0000
commitb3e1d9e1d1195ca026a10ee113e2d0d976b564d5 (patch)
tree2c3ce4cbccac1ee6e8cb30040cf17adf52737982
parent2183fbe1cbbc4b103eb0eff97d14fa9212a5ca79 (diff)
downloadpkgsrc-b3e1d9e1d1195ca026a10ee113e2d0d976b564d5.tar.gz
add cppcheck
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES-20103
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]