head 1.2; access; symbols pkgsrc-2014Q3:1.1.0.4 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.2 pkgsrc-2014Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2014.10.13.21.52.50; author ryoon; state dead; branches; next 1.1; commitid QhbhD7bGXdXkw5Ux; 1.1 date 2014.06.01.14.31.08; author ryoon; state Exp; branches; next ; commitid VYafXyamqkbYnPCx; desc @@ 1.2 log @Update to 4.3.2.2 from 4.2.5.2 * Use external boost again with Linux From Scratch patch * COLLADA support is disabled Changelog: New features and many bugfixes. See https://wiki.documentfoundation.org/ReleaseNotes/4.3 https://wiki.documentfoundation.org/Releases/4.3.2/RC1 https://wiki.documentfoundation.org/Releases/4.3.2/RC2 @ text @$NetBSD: patch-svtools_source_control_ctrlbox.cxx,v 1.1 2014/06/01 14:31:08 ryoon Exp $ --- svtools/source/control/ctrlbox.cxx.orig 2014-04-30 19:49:45.000000000 +0000 +++ svtools/source/control/ctrlbox.cxx @@@@ -824,7 +824,7 @@@@ sal_uInt16 LineListBox::InsertEntry( con if ( nPos < pLineList->size() ) { ImpLineList::iterator it = pLineList->begin(); ::std::advance( it, nPos ); - pLineList->insert( it, reinterpret_cast(NULL) ); + pLineList->insert( it, static_cast(NULL) ); } else { pLineList->push_back( NULL ); } @ 1.1 log @Fix FreeBSD 10.0 (clang) build, and add gstreamer support to OpenBSD @ text @d1 1 a1 1 $NetBSD$ @