pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cppcheck



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 23 20:46:50 UTC 2020

Modified Files:
        pkgsrc/devel/cppcheck: Makefile

Log Message:
cppcheck: update to 1.90nb2.

The tinyxml2 override (to use the pkgsrc version) stopped working.
Having both the pkgsrc version and the included copy used in
the build made cppcheck dump core.

Stop using the pkgsrc version since patching the build system to
avoid using the included copy is a lot of effort.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/cppcheck/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cppcheck/Makefile
diff -u pkgsrc/devel/cppcheck/Makefile:1.68 pkgsrc/devel/cppcheck/Makefile:1.69
--- pkgsrc/devel/cppcheck/Makefile:1.68 Tue Jun  2 08:23:34 2020
+++ pkgsrc/devel/cppcheck/Makefile      Tue Jun 23 20:46:50 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2020/06/02 08:23:34 adam Exp $
+# $NetBSD: Makefile,v 1.69 2020/06/23 20:46:50 wiz Exp $
 
 DISTNAME=      cppcheck-1.90
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=cppcheck/}
 EXTRACT_SUFX=  .tar.bz2
@@ -25,14 +25,6 @@ MAKE_FLAGS+=         FILESDIR=${PREFIX}/share/c
 # rules support (needs pcre)
 MAKE_FLAGS+=           HAVE_RULES=yes
 
-# use pkgsrc tinyxml2 instead of included copy
-MAKE_FLAGS+=           TINYXML=
-MAKE_FLAGS+=           INCLUDE_FOR_LIB="-Ilib -isystem externals -isystem externals/simplecpp"
-MAKE_FLAGS+=           INCLUDE_FOR_CLI="-Ilib -isystem externals/simplecpp"
-MAKE_FLAGS+=           INCLUDE_FOR_TEST="-Ilib -Icli -isystem externals/simplecpp"
-CPPFLAGS+=             -I${BUILDLINK_PREFIX.tinyxml2}/include
-LDFLAGS+=              ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.tinyxml2}/lib -L${BUILDLINK_PREFIX.tinyxml2}/lib -ltinyxml2
-
 .include "../../mk/compiler.mk"
 .if !empty(CC_VERSION:Mgcc-4.[0-5]*) || !empty(CC_VERSION:Mgcc-3.*)
 CXXFLAGS+= -include lib/cxx11emu.h
@@ -51,5 +43,4 @@ man-install:
 
 .include "../../lang/python/application.mk"
 .include "../../devel/pcre/buildlink3.mk"
-.include "../../textproc/tinyxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index