From owner-svn-ports-all@freebsd.org Tue Feb 9 10:38:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45E83AA19A2; Tue, 9 Feb 2016 10:38:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 168691C35; Tue, 9 Feb 2016 10:38:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19Acdch076253; Tue, 9 Feb 2016 10:38:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19AcdZY076251; Tue, 9 Feb 2016 10:38:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602091038.u19AcdZY076251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Feb 2016 10:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408549 - in head/math/cgal: . 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.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: Tue, 09 Feb 2016 10:38:40 -0000 Author: amdmi3 Date: Tue Feb 9 10:38:38 2016 New Revision: 408549 URL: https://svnweb.freebsd.org/changeset/ports/408549 Log: - Fix build of cgal consumers (sfcgal) with boost 1.60 PR: 199601 Approved by: portmgr blanket Added: head/math/cgal/files/patch-include_CGAL_Straight__skeleton_2_Straight_skeleton_builder_2_impl.h (contents, props changed) Modified: head/math/cgal/Makefile Modified: head/math/cgal/Makefile ============================================================================== --- head/math/cgal/Makefile Tue Feb 9 10:31:16 2016 (r408548) +++ head/math/cgal/Makefile Tue Feb 9 10:38:38 2016 (r408549) @@ -3,6 +3,7 @@ PORTNAME= cgal PORTVERSION= 4.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://gforge.inria.fr/frs/download.php/34703/ DISTNAME= CGAL-${PORTVERSION} Added: head/math/cgal/files/patch-include_CGAL_Straight__skeleton_2_Straight_skeleton_builder_2_impl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cgal/files/patch-include_CGAL_Straight__skeleton_2_Straight_skeleton_builder_2_impl.h Tue Feb 9 10:38:38 2016 (r408549) @@ -0,0 +1,16 @@ +--- include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h.orig 2014-08-29 14:14:56 UTC ++++ include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h +@@ -21,6 +21,13 @@ + + #include + #include ++ ++// Workaround for boost bug #11880 ++#include ++#if BOOST_VERSION == 106000 ++ #include ++#endif ++ + #include + #include +