head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.52 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.50 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.48 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.46 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.44 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.42 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.40 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.38 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.36 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.34 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.32 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.30 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.28 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.26 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.24 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.22 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.20 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.18 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.16 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.14 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.12 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.10 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.8 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.6 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.4 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.2 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.1; locks; strict; comment @# @; 1.4 date 2004.01.10.22.43.09; author wiz; state dead; branches; next 1.3; 1.3 date 2001.09.10.08.23.19; author skrll; state Exp; branches; next 1.2; 1.2 date 99.11.12.04.50.01; 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.4 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-ay,v 1.3 2001/09/10 08:23:19 skrll Exp $ --- kfm/kfmprops.cpp.orig Wed Aug 18 17:15:38 1999 +++ kfm/kfmprops.cpp @@@@ -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 tmpQLabel = new QLabel( this, "Label_5" ); tmpQLabel->move( 10, 220 ); @ 1.3 log @Normalise patch format. patchdiff now works. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Fix patch fuzz insanity. @ text @d3 2 a4 2 --- ./kfm/kfmprops.cpp Wed Aug 18 18:15:38 1999 +++ /usr/pkgsrc/x11/kdebase/work.i386.unpatched/kdebase-1.1.2/kfm/kfmprops.cpp Fri Nov 12 05:10:33 1999 @ 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 32 a34 12 diff -u kfm/kiojob.h.orig kfm/kiojob.h --- kfm/kiojob.h.orig Tue Oct 5 22:33:18 1999 +++ kfm/kiojob.h Tue Oct 5 22:33:43 1999 @@@@ -58,7 +58,7 @@@@ * give values for every parameter. */ void mount( bool _ro, const char *_fstype, const char* _dev, const char *_point ); - void unmount( const char *_point ); + void unmount( const char *_dev, const char *_point ); /** * Gets a directory listing. * Connect to 'newDirEntry' to get the directory entries. You must expect that the @