[MacPorts] #27789: cppcheck: fails to install in Leopard
MacPorts
noreply at macports.org
Sun Dec 26 12:02:11 PST 2010
#27789: cppcheck: fails to install in Leopard
------------------------------+---------------------------------------------
Reporter: jpo@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: cppcheck
------------------------------+---------------------------------------------
Comment(by jpo@…):
The problem described above occurs during "make all". In particular, the
compilation aborts during the compilation of the sub-target "testrunner".
With the following patch it is possible to build and install cppcheck in
Mac OS X Leopard (10.5):
{{{
--- Portfile.1461 2010-12-26 19:00:54.000000000 +0000
+++ Portfile 2010-12-26 19:42:46.000000000 +0000
@@ -31,7 +31,7 @@
build.args CXX=${configure.cxx} \
DB2MAN=${prefix}/share/xsl/docbook-
xsl/manpages/docbook.xsl
-build.target all man
+build.target cppcheck man
test.run yes
test.target test
}}}
--
Ticket URL: <https://trac.macports.org/ticket/27789#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list