head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.34 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.32 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.30 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.28 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.26 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.24 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.22 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.20 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.18 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.16 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.14 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.12 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.10 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.8 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.6 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.4 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.0.4 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.2; locks; strict; comment @# @; 1.2 date 2006.04.12.12.37.35; author markd; state dead; branches; next 1.1; 1.1 date 2006.01.05.10.28.27; author markd; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2006.01.05.10.28.27; author salo; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2006.01.08.04.23.08; author salo; state Exp; branches; next ; desc @@ 1.2 log @Update to koffice 1.5.0 This version sports OpenDocument as the default file format, accessibility, a new project planning tool KPlato, professional color support and adjustment layers in Krita and the long awaited Kexi 1.0. @ text @$NetBSD: patch-ap,v 1.1 2006/01/05 10:28:27 markd Exp $ Index: filters/kword/pdf/xpdf/xpdf/Stream.h =================================================================== --- filters/kword/pdf/xpdf/xpdf/Stream.h (revision 409205) +++ filters/kword/pdf/xpdf/xpdf/Stream.h (revision 488720) @@@@ -227,6 +227,7 @@@@ public: int lookChar(); int getChar(); + GBool isOk() { return ok; } private: @@@@ -242,6 +243,7 @@@@ private: int rowBytes; // bytes per line Guchar *predLine; // line buffer int predIdx; // current index in predLine + GBool ok; }; //------------------------------------------------------------------------ @ 1.1 log @updated xpdf patch. http://www.kde.org/info/security/advisory-20051207-2.txt Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-ap was added on branch pkgsrc-2005Q4 on 2006-01-05 10:28:27 +0000 @ text @d1 22 @ 1.1.2.2 log @Pullup ticket 1000 - requested by Mark Davies security fix for koffice Revisions pulled up: - pkgsrc/misc/koffice/Makefile 1.71 - pkgsrc/misc/koffice/distinfo 1.28 - pkgsrc/misc/koffice/patches/patch-an 1.3 - pkgsrc/misc/koffice/patches/patch-ao 1.1 - pkgsrc/misc/koffice/patches/patch-ap 1.1 Module Name: pkgsrc Committed By: markd Date: Thu Jan 5 10:28:27 UTC 2006 Modified Files: pkgsrc/misc/koffice: Makefile distinfo Added Files: pkgsrc/misc/koffice/patches: patch-an patch-ao patch-ap Log Message: updated xpdf patch. http://www.kde.org/info/security/advisory-20051207-2.txt Bump PKGREVISION. @ text @a0 22 $NetBSD: patch-ap,v 1.1.2.1 2006/01/08 04:23:08 salo Exp $ Index: filters/kword/pdf/xpdf/xpdf/Stream.h =================================================================== --- filters/kword/pdf/xpdf/xpdf/Stream.h (revision 409205) +++ filters/kword/pdf/xpdf/xpdf/Stream.h (revision 488720) @@@@ -227,6 +227,7 @@@@ public: int lookChar(); int getChar(); + GBool isOk() { return ok; } private: @@@@ -242,6 +243,7 @@@@ private: int rowBytes; // bytes per line Guchar *predLine; // line buffer int predIdx; // current index in predLine + GBool ok; }; //------------------------------------------------------------------------ @