head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.44 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.42 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.40 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.38 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.36 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.34 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.32 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.30 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.28 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.26 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.24 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.22 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.20 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.18 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.16 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.14 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.12 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.10 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.8 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.6 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.4 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.2 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.3.0.12 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.10 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.8 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.6 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.4 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 buildlink2-base:1.2; locks; strict; comment @# @; 1.4 date 2005.01.03.14.32.29; author wiz; state dead; branches; next 1.3; 1.3 date 2002.10.14.11.55.17; author markd; state Exp; branches; next 1.2; 1.2 date 2001.10.15.22.45.57; author skrll; state dead; branches; next 1.1; 1.1 date 2001.05.31.17.40.05; author skrll; state Exp; branches; next ; desc @@ 1.4 log @Remove KDE2 packages (and their dependencies) as proposed on tech-pkg. @ text @$NetBSD: patch-ac,v 1.3 2002/10/14 11:55:17 markd Exp $ Index: kgv_miniwidget.cpp =================================================================== RCS file: /home/kde/kdegraphics/kghostview/kgv_miniwidget.cpp,v retrieving revision 1.100.2.2 retrieving revision 1.100.2.3 diff -u -5 -d -p -u -r1.100.2.2 -r1.100.2.3 --- kghostview/kgv_miniwidget.cpp 2001/11/08 00:35:51 1.100.2.2 +++ kghostview/kgv_miniwidget.cpp 2002/09/27 02:39:53 1.100.2.3 @@@@ -527,11 +527,12 @@@@ bool KGVMiniWidget::psCopyDoc( const QSt here = ftell( from ); if( pages_written || pages_atend ) { free( comment ); continue; } - sscanf( comment + length("%%Pages:" ), "%s", text ); + sscanf( comment + length("%%Pages:" ), "%256s", text ); + text[256] = 0; if( strcmp( text, "(atend)" ) == 0 ) { fputs( comment, to ); pages_atend = true; } else { @ 1.3 log @Patch from KDE Security Advisory: 20021008-1: KGhostview Arbitary Code Execution This is untested by me other than the patch applies cleanly. Bumped PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to KDE 2.2.1 With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2001/05/31 17:40:05 skrll Exp $ d3 22 a24 11 --- libminimagick/mini-magick/magick.h.orig Thu May 31 18:18:37 2001 +++ libminimagick/mini-magick/magick.h @@@@ -51,7 +51,7 @@@@ #if defined(HAVE_MMAP) # include #endif -#if defined(HAVE_PTHREAD_H) && !defined(__osf__) +#if defined(HAVE_PTHREAD_H) && !defined(__osf__) && !defined(__NetBSD__) # include #endif #if defined(sysv) @ 1.1 log @Ignore pthread.h even if found. This fixes pkg/13025 from Greg A. Woods @ text @d1 1 a1 1 $NetBSD$ @