From owner-svn-ports-all@FreeBSD.ORG Fri Aug 17 20:32:47 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 161A8106566C; Fri, 17 Aug 2012 20:32:47 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 007E38FC12; Fri, 17 Aug 2012 20:32:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7HKWkNg020080; Fri, 17 Aug 2012 20:32:46 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7HKWkSe020075; Fri, 17 Aug 2012 20:32:46 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201208172032.q7HKWkSe020075@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 17 Aug 2012 20:32:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302696 - in head/devel/mdds: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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, 17 Aug 2012 20:32:47 -0000 Author: jkim Date: Fri Aug 17 20:32:46 2012 New Revision: 302696 URL: http://svn.freebsd.org/changeset/ports/302696 Log: - Update to 0.6.0. - Add an upstream patch to fix build with newer boost. http://code.google.com/p/multidimalgorithm/source/detail?r=09937e5d6b4b82efbff40da2aa50fb02f2250bb2 Added: head/devel/mdds/files/ head/devel/mdds/files/patch-include__mdds__mixed_type_matrix_storage.hpp (contents, props changed) Modified: head/devel/mdds/Makefile head/devel/mdds/distinfo head/devel/mdds/pkg-plist Modified: head/devel/mdds/Makefile ============================================================================== --- head/devel/mdds/Makefile Fri Aug 17 20:32:43 2012 (r302695) +++ head/devel/mdds/Makefile Fri Aug 17 20:32:46 2012 (r302696) @@ -6,8 +6,7 @@ # PORTNAME= mdds -PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTVERSION= 0.6.0 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -24,9 +23,11 @@ NO_BUILD= yes do-install: @${MKDIR} ${PREFIX}/include/mdds - @${MKDIR} ${PREFIX}/include//mdds/hash_container + @${MKDIR} ${PREFIX}/include/mdds/compat + @${MKDIR} ${PREFIX}/include/mdds/hash_container @${INSTALL_DATA} ${WRKSRC}/include/mdds/*.hpp ${PREFIX}/include/mdds @${INSTALL_DATA} ${WRKSRC}/include/mdds/*.inl ${PREFIX}/include/mdds + @${INSTALL_DATA} ${WRKSRC}/include/mdds/compat/*.hpp ${PREFIX}/include/mdds/compat @${INSTALL_DATA} ${WRKSRC}/include/mdds/hash_container/*.hpp ${PREFIX}/include/mdds/hash_container .include Modified: head/devel/mdds/distinfo ============================================================================== --- head/devel/mdds/distinfo Fri Aug 17 20:32:43 2012 (r302695) +++ head/devel/mdds/distinfo Fri Aug 17 20:32:46 2012 (r302696) @@ -1,2 +1,2 @@ -SHA256 (mdds_0.5.4.tar.bz2) = 0f229706053e1d192351eab10b69ea6a356ac75ba460256930546fa41d25ae35 -SIZE (mdds_0.5.4.tar.bz2) = 92462 +SHA256 (mdds_0.6.0.tar.bz2) = 846200f5c8ddf34f86747fd4dc5feb5fea90e753639a7d5dbd3ccdce4467a67b +SIZE (mdds_0.6.0.tar.bz2) = 123325 Added: head/devel/mdds/files/patch-include__mdds__mixed_type_matrix_storage.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/mdds/files/patch-include__mdds__mixed_type_matrix_storage.hpp Fri Aug 17 20:32:46 2012 (r302696) @@ -0,0 +1,13 @@ +--- include/mdds/mixed_type_matrix_storage.hpp.orig 2012-07-18 23:09:49.000000000 -0400 ++++ include/mdds/mixed_type_matrix_storage.hpp 2012-08-09 14:14:09.000000000 -0400 +@@ -32,6 +32,10 @@ + + #include + #include ++// Boost.Pool indirectly pulls in Boost.System, causing linking error ++// with Boost 1.50, because some (deprecated) symbols from System are ++// not found. ++#define BOOST_SYSTEM_NO_DEPRECATED + #include + + namespace mdds { Modified: head/devel/mdds/pkg-plist ============================================================================== --- head/devel/mdds/pkg-plist Fri Aug 17 20:32:43 2012 (r302695) +++ head/devel/mdds/pkg-plist Fri Aug 17 20:32:46 2012 (r302696) @@ -1,21 +1,31 @@ +include/mdds/default_deleter.hpp include/mdds/flat_segment_tree.hpp include/mdds/flat_segment_tree_def.inl include/mdds/flat_segment_tree_itr.hpp include/mdds/global.hpp -include/mdds/hash_container/map.hpp include/mdds/mixed_type_matrix.hpp include/mdds/mixed_type_matrix_def.inl include/mdds/mixed_type_matrix_element.hpp include/mdds/mixed_type_matrix_flag_storage.hpp include/mdds/mixed_type_matrix_storage.hpp include/mdds/mixed_type_matrix_storage_filled_linear.inl -include/mdds/mixed_type_matrix_storage_filled_nested_array.inl include/mdds/mixed_type_matrix_storage_sparse.inl +include/mdds/multi_type_matrix.hpp +include/mdds/multi_type_matrix_def.inl +include/mdds/multi_type_vector.hpp +include/mdds/multi_type_vector_def.inl +include/mdds/multi_type_vector_itr.hpp +include/mdds/multi_type_vector_macro.hpp +include/mdds/multi_type_vector_trait.hpp +include/mdds/multi_type_vector_types.hpp include/mdds/node.hpp include/mdds/point_quad_tree.hpp include/mdds/quad_node.hpp include/mdds/rectangle_set.hpp include/mdds/rectangle_set_def.inl include/mdds/segment_tree.hpp -@dirrmtry include/mdds/hash_container -@dirrmtry include/mdds +include/mdds/compat/unique_ptr.hpp +include/mdds/hash_container/map.hpp +@dirrm include/mdds/hash_container +@dirrm include/mdds/compat +@dirrm include/mdds