diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-18 00:34:02 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-18 00:34:02 +0200 |
commit | 77f63475d8ab174a29107809ac1be1203717333c (patch) | |
tree | d9bbeb5757fe14bf0dff01888175a18ef188026d /dev-util/cppcheck/files | |
parent | app-admin/lsat: EAPI 6 bump. (diff) | |
download | gentoo-77f63475d8ab174a29107809ac1be1203717333c.tar.gz gentoo-77f63475d8ab174a29107809ac1be1203717333c.tar.bz2 gentoo-77f63475d8ab174a29107809ac1be1203717333c.zip |
dev-util/cppcheck: Remove old versions.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-util/cppcheck/files')
-rw-r--r-- | dev-util/cppcheck/files/cppcheck-1.72-tinyxml2.patch | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/dev-util/cppcheck/files/cppcheck-1.72-tinyxml2.patch b/dev-util/cppcheck/files/cppcheck-1.72-tinyxml2.patch deleted file mode 100644 index 478f1feed167..000000000000 --- a/dev-util/cppcheck/files/cppcheck-1.72-tinyxml2.patch +++ /dev/null @@ -1,66 +0,0 @@ ---- cppcheck-1.71/gui/gui.pro -+++ cppcheck-1.71/gui/gui.pro -@@ -14,7 +14,7 @@ - LIBS += -l../bin/cppcheck-core - DEFINES += CPPCHECKLIB_IMPORT - } --LIBS += -L$$PWD/../externals -+LIBS += `pkg-config --libs tinyxml2` - - DESTDIR = . - RCC_DIR = temp ---- cppcheck-1.72/tools/dmake.cpp -+++ cppcheck-1.72/tools/dmake.cpp -@@ -174,7 +174,6 @@ - } - - std::vector<std::string> externalfiles; -- getCppFiles(externalfiles, "externals/", true); - - - // QMAKE - lib/lib.pri -@@ -183,8 +182,7 @@ - if (fout1.is_open()) { - fout1 << "# no manual edits - this file is autogenerated by dmake\n\n"; - fout1 << "include($$PWD/pcrerules.pri)\n"; -- fout1 << "include($$PWD/../externals/tinyxml/tinyxml.pri)\n"; -- fout1 << "INCLUDEPATH += $$PWD $$PWD/../externals/tinyxml\n"; -+ fout1 << "INCLUDEPATH += $$PWD\n"; - fout1 << "HEADERS += $${PWD}/check.h \\\n"; - for (unsigned int i = 0; i < libfiles.size(); ++i) { - std::string fname(libfiles[i].substr(4)); -@@ -210,7 +208,6 @@ - std::ofstream fout1("test/testfiles.pri"); - if (fout1.is_open()) { - fout1 << "# no manual edits - this file is autogenerated by dmake\n\n"; -- fout1 << "INCLUDEPATH += ../externals/tinyxml\n"; - fout1 << "\n\nSOURCES += "; - for (unsigned int i = 0; i < testfiles.size(); ++i) { - const std::string filename(testfiles[i].substr(5)); -@@ -375,9 +372,9 @@ - << "endif\n\n"; - - makeConditionalVariable(fout, "PREFIX", "/usr"); -- makeConditionalVariable(fout, "INCLUDE_FOR_LIB", "-Ilib -Iexternals/tinyxml"); -- makeConditionalVariable(fout, "INCLUDE_FOR_CLI", "-Ilib -Iexternals/tinyxml"); -- makeConditionalVariable(fout, "INCLUDE_FOR_TEST", "-Ilib -Icli -Iexternals/tinyxml"); -+ makeConditionalVariable(fout, "INCLUDE_FOR_LIB", "-Ilib"); -+ makeConditionalVariable(fout, "INCLUDE_FOR_CLI", "-Ilib"); -+ makeConditionalVariable(fout, "INCLUDE_FOR_TEST", "-Ilib -Icli"); - - fout << "BIN=$(DESTDIR)$(PREFIX)/bin\n\n"; - fout << "# For 'make man': sudo apt-get install xsltproc docbook-xsl docbook-xml on Linux\n"; -@@ -418,10 +415,10 @@ - fout << "\t$(CXX) $(CXXFLAGS) -o dmake tools/dmake.o cli/filelister.o cli/pathmatch.o lib/path.o -Ilib $(LDFLAGS)\n\n"; - fout << "run-dmake: dmake\n"; - fout << "\t./dmake\n\n"; -- fout << "reduce:\ttools/reduce.o externals/tinyxml/tinyxml2.o $(LIBOBJ)\n"; -- fout << "\t$(CXX) $(CPPFLAGS) $(CXXFLAGS) -g -o reduce tools/reduce.o -Ilib -Iexternals/tinyxml $(LIBOBJ) $(LIBS) externals/tinyxml/tinyxml2.o $(LDFLAGS) $(RDYNAMIC)\n\n"; -+ fout << "reduce:\ttools/reduce.o $(LIBOBJ)\n"; -+ fout << "\t$(CXX) $(CPPFLAGS) $(CXXFLAGS) -o reduce tools/reduce.o -Ilib $(LIBOBJ) $(LIBS) $(LDFLAGS) $(RDYNAMIC)\n\n"; - fout << "clean:\n"; -- fout << "\trm -f build/*.o lib/*.o cli/*.o test/*.o tools/*.o externals/tinyxml/*.o testrunner reduce dmake cppcheck cppcheck.1\n\n"; -+ fout << "\trm -f build/*.o lib/*.o cli/*.o test/*.o tools/*.o testrunner reduce dmake cppcheck cppcheck.1\n\n"; - fout << "man:\tman/cppcheck.1\n\n"; - fout << "man/cppcheck.1:\t$(MAN_SOURCE)\n\n"; - fout << "\t$(XP) $(DB2MAN) $(MAN_SOURCE)\n\n"; |