From owner-svn-ports-all@FreeBSD.ORG Fri May 1 08:43:52 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 562B1623; Fri, 1 May 2015 08:43:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 436191BA1; Fri, 1 May 2015 08:43:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t418hqhf005969; Fri, 1 May 2015 08:43:52 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t418hqcF005968; Fri, 1 May 2015 08:43:52 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201505010843.t418hqcF005968@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 1 May 2015 08:43:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385092 - head/devel/rapidjson 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.20 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: Fri, 01 May 2015 08:43:52 -0000 Author: vanilla Date: Fri May 1 08:43:51 2015 New Revision: 385092 URL: https://svnweb.freebsd.org/changeset/ports/385092 Log: Remove -Werror Submitted by: marino@ Modified: head/devel/rapidjson/Makefile Modified: head/devel/rapidjson/Makefile ============================================================================== --- head/devel/rapidjson/Makefile Fri May 1 08:01:01 2015 (r385091) +++ head/devel/rapidjson/Makefile Fri May 1 08:43:51 2015 (r385092) @@ -27,6 +27,8 @@ OPTIONS_SUB= yes post-patch: @${REINPLACE_CMD} -e 's|LIB_INSTALL_DIR}/pkgconfig"|CMAKE_INSTALL_PREFIX}/libdata/pkgconfig"|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|DOC_INSTALL_DIR}/examples"|CMAKE_INSTALL_PREFIX}/share/examples/${PORTNAME}"|' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/example/CMakeLists.txt + @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/test/unittest/CMakeLists.txt post-stage: @${RM} -rf ${STAGEDIR}${EXAMPLESDIR}/CMakeFiles