Date: Sun, 16 Aug 2009 23:27:45 GMT From: bf <bf1783@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137860: [PATCH]devel/cppcheck: update to 1.35, add thread flags Message-ID: <200908162327.n7GNRj2X091429@www.freebsd.org> Resent-Message-ID: <200908162330.n7GNU5IT087633@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137860 >Category: ports >Synopsis: [PATCH]devel/cppcheck: update to 1.35, add thread flags >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 16 23:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bf >Release: 8-CURRENT amd64 >Organization: - >Environment: >Description: Since I primarily use cppcheck from the command-line, I have not bothered to include an OPTION to build the optional Qt-based GUI. b. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN cppcheck.orig/Makefile cppcheck/Makefile --- cppcheck.orig/Makefile 2009-08-16 19:21:14.000000000 -0400 +++ cppcheck/Makefile 2009-08-16 18:38:06.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= cppcheck -PORTVERSION= 1.34 +PORTVERSION= 1.35 CATEGORIES= devel MASTER_SITES= SF @@ -15,6 +15,8 @@ USE_GMAKE= yes USE_BZIP2= yes +LDFLAGS+= ${PTHREAD_LIBS} +MAKE_ENV+= LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/cppcheck diff -ruN cppcheck.orig/distinfo cppcheck/distinfo --- cppcheck.orig/distinfo 2009-08-16 19:21:14.000000000 -0400 +++ cppcheck/distinfo 2009-08-16 16:43:12.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (cppcheck-1.34.tar.bz2) = 0ef8ac8e5434344ab49b20b5301ac69a -SHA256 (cppcheck-1.34.tar.bz2) = e21932ffa2f2f14a35bf8db6e797cde3f296b819c5ed44d1500974e5e123033c -SIZE (cppcheck-1.34.tar.bz2) = 331808 +MD5 (cppcheck-1.35.tar.bz2) = ff728d5ce6e2ea9dbc2614001ba1d0dc +SHA256 (cppcheck-1.35.tar.bz2) = a6f65638340195a9a524663483b8b834027a393e08d4c29d8595ddc85cc51bb7 +SIZE (cppcheck-1.35.tar.bz2) = 355217 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908162327.n7GNRj2X091429>