pkgsrc-WIP-changes archive

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

cppcheck: remove, used for updating pkgsrc/devel/cppcheck



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Apr 16 23:51:03 2020 +0200
Changeset:	ac287ae97a7a32596c42a81243a2ad0015c64a0a

Removed Files:
	cppcheck/DESCR
	cppcheck/Makefile
	cppcheck/PLIST
	cppcheck/distinfo
	cppcheck/options.mk

Log Message:
cppcheck: remove, used for updating pkgsrc/devel/cppcheck

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ac287ae97a7a32596c42a81243a2ad0015c64a0a

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

diffstat:
 cppcheck/DESCR      |  4 ----
 cppcheck/Makefile   | 54 ----------------------------------------------
 cppcheck/PLIST      | 62 -----------------------------------------------------
 cppcheck/distinfo   |  6 ------
 cppcheck/options.mk | 25 ---------------------
 5 files changed, 151 deletions(-)

diffs:
diff --git a/cppcheck/DESCR b/cppcheck/DESCR
deleted file mode 100644
index 10918f56f9..0000000000
--- a/cppcheck/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-cppcheck is a tool for static C/C++ code analysis intended to
-complement the checking of the compiler.  It checks for memory
-leaks, mismatching allocation-deallocation, buffer overrun, unused
-functions, coding style, and much more.
diff --git a/cppcheck/Makefile b/cppcheck/Makefile
deleted file mode 100644
index ee709b920d..0000000000
--- a/cppcheck/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# $NetBSD: Makefile,v 1.65 2020/03/10 22:09:34 wiz Exp $
-
-DISTNAME=	cppcheck-1.90
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=cppcheck/}
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	reed%reedmedia.net@localhost
-HOMEPAGE=	http://cppcheck.sourceforge.net/
-COMMENT=	Tool for static C/C++ code analysis
-LICENSE=	gnu-gpl-v3
-
-BUILD_DEPENDS+=	libxslt-[0-9]*:../../textproc/libxslt
-BUILD_DEPENDS+=	docbook-xsl-[0-9]*:../../textproc/docbook-xsl
-DEPENDS+=	${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
-
-USE_LANGUAGES=		c c++0x
-USE_TOOLS+=		gmake
-
-BUILD_TARGET=		all man
-BUILD_MAKE_FLAGS+=	DB2MAN=${PREFIX}/share/xsl/docbook/manpages/docbook.xsl
-# tell cppcheck where its CPP files are
-MAKE_FLAGS+=		FILESDIR=${PREFIX}/share/cppcheck
-# 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
-.endif
-
-INSTALLATION_DIRS+=	${PKGMANDIR}/man1
-
-REPLACE_PYTHON+=	htmlreport/cppcheck-htmlreport
-
-.include "options.mk"
-
-.PHONY: man-install
-post-install: man-install
-man-install:
-	${INSTALL_DATA} ${WRKSRC}/cppcheck.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../lang/python/application.mk"
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../textproc/tinyxml2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/cppcheck/PLIST b/cppcheck/PLIST
deleted file mode 100644
index 947f3cf4fd..0000000000
--- a/cppcheck/PLIST
+++ /dev/null
@@ -1,62 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2016/10/25 01:24:02 kamil Exp $
-bin/cppcheck
-${PLIST.qt5}bin/cppcheck-gui
-bin/cppcheck-htmlreport
-man/man1/cppcheck.1
-share/cppcheck/addons/__init__.py
-share/cppcheck/addons/cert.py
-share/cppcheck/addons/cppcheckdata.py
-share/cppcheck/addons/findcasts.py
-share/cppcheck/addons/misc.py
-share/cppcheck/addons/misra.py
-share/cppcheck/addons/naming.py
-share/cppcheck/addons/namingng.py
-share/cppcheck/addons/threadsafety.py
-share/cppcheck/addons/y2038.py
-share/cppcheck/cfg/avr.cfg
-share/cppcheck/cfg/boost.cfg
-share/cppcheck/cfg/bsd.cfg
-share/cppcheck/cfg/cairo.cfg
-share/cppcheck/cfg/cppcheck-lib.cfg
-share/cppcheck/cfg/cppunit.cfg
-share/cppcheck/cfg/daca.cfg
-share/cppcheck/cfg/embedded_sql.cfg
-share/cppcheck/cfg/gnu.cfg
-share/cppcheck/cfg/googletest.cfg
-share/cppcheck/cfg/gtk.cfg
-share/cppcheck/cfg/kde.cfg
-share/cppcheck/cfg/libcerror.cfg
-share/cppcheck/cfg/libcurl.cfg
-share/cppcheck/cfg/libsigc++.cfg
-share/cppcheck/cfg/lua.cfg
-share/cppcheck/cfg/mfc.cfg
-share/cppcheck/cfg/microsoft_atl.cfg
-share/cppcheck/cfg/microsoft_sal.cfg
-share/cppcheck/cfg/motif.cfg
-share/cppcheck/cfg/nspr.cfg
-share/cppcheck/cfg/opencv2.cfg
-share/cppcheck/cfg/opengl.cfg
-share/cppcheck/cfg/openmp.cfg
-share/cppcheck/cfg/openssl.cfg
-share/cppcheck/cfg/posix.cfg
-share/cppcheck/cfg/python.cfg
-share/cppcheck/cfg/qt.cfg
-share/cppcheck/cfg/ruby.cfg
-share/cppcheck/cfg/sdl.cfg
-share/cppcheck/cfg/sfml.cfg
-share/cppcheck/cfg/sqlite3.cfg
-share/cppcheck/cfg/std.cfg
-share/cppcheck/cfg/tinyxml2.cfg
-share/cppcheck/cfg/windows.cfg
-share/cppcheck/cfg/wxwidgets.cfg
-share/cppcheck/cfg/zlib.cfg
-share/cppcheck/platforms/aix_ppc64.xml
-share/cppcheck/platforms/arm32-wchar_t2.xml
-share/cppcheck/platforms/arm32-wchar_t4.xml
-share/cppcheck/platforms/arm64-wchar_t2.xml
-share/cppcheck/platforms/arm64-wchar_t4.xml
-share/cppcheck/platforms/avr8.xml
-share/cppcheck/platforms/cray_sv1.xml
-share/cppcheck/platforms/msp430_eabi_large_datamodel.xml
-share/cppcheck/platforms/unix32-unsigned.xml
-share/cppcheck/platforms/unix64-unsigned.xml
diff --git a/cppcheck/distinfo b/cppcheck/distinfo
deleted file mode 100644
index a19fe6faf1..0000000000
--- a/cppcheck/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.14 2016/10/25 01:24:02 kamil Exp $
-
-SHA1 (cppcheck-1.90.tar.bz2) = eaaf02abf5a1e1bfd2b3c0c039d2f65b4cba8ac5
-RMD160 (cppcheck-1.90.tar.bz2) = c7ee1685e2d6519bad46e091ecac691970f2e296
-SHA512 (cppcheck-1.90.tar.bz2) = 78072729590946bd03f98741872932a14266391d85ee448af730024e30668001b90d266d4dbd92f8d70db0aed341464413910f7a9fddf498a8a8d72d22ac061a
-Size (cppcheck-1.90.tar.bz2) = 2025457 bytes
diff --git a/cppcheck/options.mk b/cppcheck/options.mk
deleted file mode 100644
index ef2de2d8f1..0000000000
--- a/cppcheck/options.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: options.mk,v 1.6 2016/09/19 11:05:53 wiz Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.cppcheck
-PKG_SUPPORTED_OPTIONS=	qt5
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+=	qt5
-
-.if !empty(PKG_OPTIONS:Mqt5)
-PLIST.qt5=	yes
-USE_LIBTOOL=	yes
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/qt5-qttools/buildlink3.mk"
-
-post-build:
-	cd ${WRKSRC}/gui && \
-		${CONFIGURE_ENV} QTDIR=${QTDIR} HAVE_RULES=yes ${QTDIR}/bin/qmake gui.pro && \
-		${MAKE_ENV} QTDIR=${QTDIR} make
-
-post-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/gui/cppcheck-gui ${DESTDIR}${PREFIX}/bin
-
-.endif


Home | Main Index | Thread Index | Old Index