head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.52 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.50 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.48 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.46 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.44 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.42 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.40 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.38 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.36 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.34 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.32 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.30 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.28 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.26 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.24 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.22 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.20 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.18 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.16 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.14 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.12 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.10 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.8 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.6 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.4 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.2 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.4.0.10 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.6 netbsd-1-6-1-base:1.4 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH002:1.3 comdex-fall-1999:1.1; locks; strict; comment @# @; 1.5 date 2004.01.10.22.43.09; author wiz; state dead; branches; next 1.4; 1.4 date 2001.09.10.08.23.19; author skrll; state Exp; branches; next 1.3; 1.3 date 99.12.12.19.06.38; author jdolecek; state Exp; branches; next 1.2; 1.2 date 99.11.12.04.50.00; author hubertf; state Exp; branches; next 1.1; 1.1 date 99.10.08.15.55.08; author bouyer; state Exp; branches; next ; desc @@ 1.5 log @Remove KDE1 packages (and dependencies) from pkgsrc, since the KDE authors have dropped support for it and have not been backporting security fixes. As proposed on tech-pkg numerous times (last one: Dec 27 2003). @ text @$NetBSD: patch-au,v 1.4 2001/09/10 08:23:19 skrll Exp $ --- kvt/resources.c.orig Tue Mar 30 09:23:19 1999 +++ kvt/resources.c @@@@ -28,8 +28,6 @@@@ extern int login_shell,fat_sbar, MetaHandling; extern WindowInfo MyWinInfo; extern KeySym SecureKeysym; -extern KeySym BigFontKeysym; -extern KeySym SmallFontKeysym; extern KeySym PageUpKeysym; extern KeySym PageDownKeysym; #ifdef MAPALERT @@@@ -48,7 +46,6 @@@@ char *mask_string = NULL, *login_shell_string = NULL, *scrollbar = NULL; char* SecureKeysym_string=NULL; -char *BigFontKeysym_string = NULL, *SmallFontKeysym_string = NULL; char *PageUpKeysym_string = NULL, *PageDownKeysym_string = NULL; #ifdef GREEK_KBD char *elot_string = NULL; @@@@ -75,8 +72,6 @@@@ {&saveLines_string, "saveLines"}, {&meta_string, "meta"}, {&SecureKeysym_string, "secure_key"}, - {&BigFontKeysym_string, "bigger_font_key"}, - {&SmallFontKeysym_string, "smaller_font_key"}, {&PageUpKeysym_string, "page_up_key"}, {&PageDownKeysym_string, "page_down_key"}, #ifdef MAPALERT @@@@ -137,10 +132,6 @@@@ if(SecureKeysym_string) SecureKeysym = XStringToKeysym(SecureKeysym_string); - if(BigFontKeysym_string) - BigFontKeysym = XStringToKeysym(BigFontKeysym_string); - if(SmallFontKeysym_string) - SmallFontKeysym = XStringToKeysym(SmallFontKeysym_string); if(PageUpKeysym_string) PageUpKeysym = XStringToKeysym(PageUpKeysym_string); if(PageDownKeysym_string) @ 1.4 log @Normalise patch format. patchdiff now works. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @today's set of KDE2 pullups @ text @d1 1 a1 1 $NetBSD: patch-au,v 1.2 1999/11/12 04:50:00 hubertf Exp $ d3 2 a4 3 Obsolete, kvt is not part of KDE2 jdolecek 1999/12/12 --- ./kvt/resources.c Tue Mar 30 10:23:19 1999 +++ /usr/pkgsrc/x11/kdebase/work.i386.unpatched/kdebase-1.1.2/kvt/resources.c Fri Nov 12 05:10:31 1999 @ 1.2 log @Fix patch fuzz insanity. @ text @d1 1 a1 1 $NetBSD$ d3 1 @ 1.1 log @Add proper support for device type kdelnk: allow non-root users to specify fs type and mount point; don't propose an entry to mount from an fstab entry in menu; try an eject on the device at unmount time. With this it is possible to have kdelnk files for cdrom and zip drives do the rigth thing :) @ text @d1 1 a1 1 $NetBSD: $ d3 12 a14 30 diff -u kfm/kfmprops.cpp.orig kfm/kfmprops.cpp --- kfm/kfmprops.cpp.orig Tue Oct 5 20:16:26 1999 +++ kfm/kfmprops.cpp Tue Oct 5 20:18:37 1999 @@@@ -2156,14 +2156,18 @@@@ mountpoint = new QLineEdit( this, "LineEdit_2" ); mountpoint->setGeometry( 10, 110, 180, 30 ); mountpoint->setText( "" ); +#ifndef __NetBSD__ if ( !IamRoot ) mountpoint->setEnabled( false ); +#endif readonly = new QCheckBox( this, "CheckBox_1" ); readonly->setGeometry( 220, 40, 130, 30 ); readonly->setText( klocale->translate("Readonly") ); +#ifndef __NetBSD__ if ( !IamRoot ) readonly->setEnabled( false ); +#endif tmpQLabel = new QLabel( this, "Label_4" ); tmpQLabel->move( 10, 150 ); @@@@ -2173,8 +2177,10 @@@@ fstype = new QLineEdit( this, "LineEdit_3" ); fstype->setGeometry( 10, 180, 280, 30 ); fstype->setText( "" ); +#ifndef __NetBSD__ if ( !IamRoot ) fstype->setEnabled( false ); +#endif d16 26 a41 2 tmpQLabel = new QLabel( this, "Label_5" ); tmpQLabel->move( 10, 220 ); @