From owner-svn-ports-all@FreeBSD.ORG Thu Apr 18 08:24:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AD52B82D; Thu, 18 Apr 2013 08:24:48 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 862E82E9; Thu, 18 Apr 2013 08:24:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3I8OmLX069050; Thu, 18 Apr 2013 08:24:48 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3I8Omjx069048; Thu, 18 Apr 2013 08:24:48 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201304180824.r3I8Omjx069048@svn.freebsd.org> From: Brendan Fabeny Date: Thu, 18 Apr 2013 08:24:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316027 - in head/devel/cppcheck: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 08:24:48 -0000 Author: bf Date: Thu Apr 18 08:24:47 2013 New Revision: 316027 URL: http://svnweb.freebsd.org/changeset/ports/316027 Log: update to 1.59, temporarily switching to the bundled tinyxml2 Feature safe: yes Deleted: head/devel/cppcheck/files/patch-cli__cmdlineparser.cpp Modified: head/devel/cppcheck/Makefile head/devel/cppcheck/distinfo Modified: head/devel/cppcheck/Makefile ============================================================================== --- head/devel/cppcheck/Makefile Thu Apr 18 08:23:26 2013 (r316026) +++ head/devel/cppcheck/Makefile Thu Apr 18 08:24:47 2013 (r316027) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cppcheck -PORTVERSION= 1.58 +PORTVERSION= 1.59 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ @@ -11,14 +11,14 @@ COMMENT= Static analysis of C/C++ code LICENSE= GPLv3 -LIB_DEPENDS= tinyxml:${PORTSDIR}/textproc/tinyxml +#LIB_DEPENDS= tinyxml:${PORTSDIR}/textproc/tinyxml USE_BZIP2= yes USE_GMAKE= yes ALL_TARGET= cppcheck LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ENV+= TINYXML=-ltinyxml +#MAKE_ENV+= TINYXML=-ltinyxml OPTIONS_DEFINE= MATCHCOMPILER RULES OPTIONS_DEFAULT= MATCHCOMPILER RULES @@ -53,9 +53,9 @@ MAKE_ENV+= HAVE_RULES=yes .endif post-patch: - @${REINPLACE_CMD} \ - -e 's|-Iexternals/tinyxml|-I${LOCALBASE}/include|' \ - ${WRKSRC}/Makefile +# @${REINPLACE_CMD} \ +# -e 's|-Iexternals/tinyxml|-I${LOCALBASE}/include|' \ +# ${WRKSRC}/Makefile .if ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '\|DB2MAN=|d' \ ${WRKSRC}/Makefile Modified: head/devel/cppcheck/distinfo ============================================================================== --- head/devel/cppcheck/distinfo Thu Apr 18 08:23:26 2013 (r316026) +++ head/devel/cppcheck/distinfo Thu Apr 18 08:24:47 2013 (r316027) @@ -1,2 +1,2 @@ -SHA256 (cppcheck-1.58.tar.bz2) = d82e98f83ad9fa963d8f9f72d73b409abe13a35aaf302a86a0114a161715b19b -SIZE (cppcheck-1.58.tar.bz2) = 1230439 +SHA256 (cppcheck-1.59.tar.bz2) = 6be40d8422c545959d1cc44ce3f80be9f6d3d18f70d65b8d2e1b65284aa38f6e +SIZE (cppcheck-1.59.tar.bz2) = 1243616