Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2013 08:24:48 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316027 - in head/devel/cppcheck: . files
Message-ID:  <201304180824.r3I8Omjx069048@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304180824.r3I8Omjx069048>