From owner-svn-ports-head@FreeBSD.ORG Fri Feb 7 22:59:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C00E286F; Fri, 7 Feb 2014 22:59:14 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB96712AD; Fri, 7 Feb 2014 22:59:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s17MxEpd055705; Fri, 7 Feb 2014 22:59:14 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s17MxEd4055703; Fri, 7 Feb 2014 22:59:14 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201402072259.s17MxEd4055703@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 7 Feb 2014 22:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343304 - head/textproc/libvisio/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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 22:59:14 -0000 Author: jkim Date: Fri Feb 7 22:59:14 2014 New Revision: 343304 URL: http://svnweb.freebsd.org/changeset/ports/343304 QAT: https://qat.redports.org/buildarchive/r343304/ Log: Fix build with boost-libs 1.55.0. Added: head/textproc/libvisio/files/ head/textproc/libvisio/files/patch-configure (contents, props changed) Added: head/textproc/libvisio/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libvisio/files/patch-configure Fri Feb 7 22:59:14 2014 (r343304) @@ -0,0 +1,14 @@ +--- configure ++++ configure +@@ -17114,11 +17114,7 @@ + # =========================== + + for ac_header in boost/algorithm/string.hpp \ +- boost/archive/iterators/binary_from_base64.hpp \ +- boost/archive/iterators/remove_whitespace.hpp \ +- boost/archive/iterators/transform_width.hpp \ + boost/optional.hpp \ +- boost/range/iterator_range.hpp \ + boost/spirit/include/classic.hpp + do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`