head 1.2; access; symbols pkgsrc-2013Q4:1.1.0.6 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.4 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.2 pkgsrc-2013Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2014.01.19.14.04.39; author rumko; state dead; branches; next 1.1; commitid 2EYBKDPEbpUOvJlx; 1.1 date 2013.05.09.13.56.58; author joerg; state Exp; branches; next ; desc @@ 1.2 log @editors/lyx: update to 2.0.6 What's new in 2.0 (from upstream): * Advanced Search Facility * Spell-checking on the fly * Compare Documents * Multilingual Thesaurus * Refstyle Support * Multiple Indices * New backends: XeTeX, LuaTeX, and XHTML * Better output customization * Produce output with only selected subdocuments included * Outliner enhancements * Document-specific Layout * New supported LaTeX commands * Languages, scripts and encodings * Branches enhancements * Table features * Size features * Progress view and debugging pane * Color handling * Instant preview inset * Forward search for DVI/PDF files * Optional and Required Arguments * New (sub)version control features * Generalized support for LaTeX files preprocessing ** Improved support for Noweb ** Support for Sweave ** Support for LilyPond-Book Ok@@ wiz @ text @$NetBSD: patch-src_insets_InsetText.cpp,v 1.1 2013/05/09 13:56:58 joerg Exp $ --- src/insets/InsetText.cpp.orig 2013-05-09 12:13:13.000000000 +0000 +++ src/insets/InsetText.cpp @@@@ -62,7 +62,6 @@@@ using namespace std; using namespace lyx::support; using boost::bind; -using boost::ref; namespace lyx { @@@@ -353,7 +352,7 @@@@ int InsetText::docbook(odocstream & os, void InsetText::validate(LaTeXFeatures & features) const { for_each(paragraphs().begin(), paragraphs().end(), - bind(&Paragraph::validate, _1, ref(features))); + bind(&Paragraph::validate, _1, boost::ref(features))); } @@@@ -435,7 +434,7 @@@@ void InsetText::appendParagraphs(Paragra distance(pl.begin(), ins) - 1); for_each(pit, plist.end(), - bind(&ParagraphList::push_back, ref(pl), _1)); + bind(&ParagraphList::push_back, boost::ref(pl), _1)); } @ 1.1 log @Allow building with libc++, where std::shared_ptr overlaps with boost::shared_ptr. @ text @d1 1 a1 1 $NetBSD$ @