pkgsrc-Users archive

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

update devel/cppcheck with qt option



Can someone please fix the qt option build for devel/cppcheck?

I am the maintainer of the package but didn't add or use that option.

I want to upgrade but it will break the option. Okay if I upgrade if it 
breaks option?

Patch below... but to get the qt build to build I also had to change 
options.mk to run qmake in the "gui" directory. But then the 
installation failed and I ran out of time.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/cppcheck/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile    13 Jan 2011 13:53:24 -0000      1.8
+++ Makefile    19 Apr 2011 14:23:05 -0000
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.8 2011/01/13 13:53:24 wiz Exp $
 #
 
-DISTNAME=      cppcheck-1.46.1
-PKGREVISION=   1
+DISTNAME=      cppcheck-1.48
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=cppcheck/}
 EXTRACT_SUFX=  .tar.bz2
@@ -34,4 +33,5 @@
                ${PREFIX}/share/xsl/docbook/manpages/docbook.xsl \
                cppcheck.1.xml
 
+.include "../../devel/pcre/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/cppcheck/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo    15 Dec 2010 13:01:38 -0000      1.3
+++ distinfo    19 Apr 2011 14:23:05 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.3 2010/12/15 13:01:38 wiz Exp $
 
-SHA1 (cppcheck-1.46.1.tar.bz2) = fb1bc1b44341c8fd111e06c217c91f108142b71c
-RMD160 (cppcheck-1.46.1.tar.bz2) = 5a82adb010c9bee0e96d2ac1fddd4b5fc4f7ad5c
-Size (cppcheck-1.46.1.tar.bz2) = 676586 bytes
+SHA1 (cppcheck-1.48.tar.bz2) = 10cf38034148b7cb258840febe620ba397114fd1
+RMD160 (cppcheck-1.48.tar.bz2) = de40627f6fced2694427f132d2d93f9f33211187
+Size (cppcheck-1.48.tar.bz2) = 833185 bytes


Home | Main Index | Thread Index | Old Index