Subject: CVS commit: pkgsrc/devel/xsd
From: Joerg Sonnenberger
Date: 2016-06-07 19:59:51
Message id: 20160607175951.270EAFBB5@cvs.NetBSD.org

Log Message:
xsd uses iterator wrappers around the standard types's iterator and
const_iterator types, but doesn't provide explicit conversion operators
from iterator to const_iterator. This breaks badly when moving from
C++03 to C++11 as the erase signature changed. Conditionally the logic
appropiately by introducing an intermediate typedef.

Files:
RevisionActionfile
1.6modifypkgsrc/devel/xsd/distinfo
1.2modifypkgsrc/devel/xsd/patches/patch-libbackend-elements-1.6.1_backend-elements_indentation_cxx.hxx
1.2modifypkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_cli_file-arguments.hxx
1.2modifypkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_containers_graph.txx
1.2modifypkgsrc/devel/xsd/patches/patch-libfrontend-elements-1.1.1_frontend-elements_context.hxx
1.2modifypkgsrc/devel/xsd/patches/patch-libxsd-frontend-1.15.0_xsd-frontend_semantic-graph_elements.hxx
1.2modifypkgsrc/devel/xsd/patches/patch-xsd-3.2.0-2_xsd_cxx_parser_state-processor.cxx
1.1addpkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_containers_deque.hxx
1.1addpkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_containers_map.hxx
1.1addpkgsrc/devel/xsd/patches/patch-libcult-1.4.2_cult_containers_vector.hxx