head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.52 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.50 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.48 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.46 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.44 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.42 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.40 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.38 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.36 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.8.0.34 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.32 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.8.0.30 pkgsrc-2007Q3-base:1.8 pkgsrc-2007Q2:1.8.0.28 pkgsrc-2007Q2-base:1.8 pkgsrc-2007Q1:1.8.0.26 pkgsrc-2007Q1-base:1.8 pkgsrc-2006Q4:1.8.0.24 pkgsrc-2006Q4-base:1.8 pkgsrc-2006Q3:1.8.0.22 pkgsrc-2006Q3-base:1.8 pkgsrc-2006Q2:1.8.0.20 pkgsrc-2006Q2-base:1.8 pkgsrc-2006Q1:1.8.0.18 pkgsrc-2006Q1-base:1.8 pkgsrc-2005Q4:1.8.0.16 pkgsrc-2005Q4-base:1.8 pkgsrc-2005Q3:1.8.0.14 pkgsrc-2005Q3-base:1.8 pkgsrc-2005Q2:1.8.0.12 pkgsrc-2005Q2-base:1.8 pkgsrc-2005Q1:1.8.0.10 pkgsrc-2005Q1-base:1.8 pkgsrc-2004Q4:1.8.0.8 pkgsrc-2004Q4-base:1.8 pkgsrc-2004Q3:1.8.0.6 pkgsrc-2004Q3-base:1.8 pkgsrc-2004Q2:1.8.0.4 pkgsrc-2004Q2-base:1.8 pkgsrc-2004Q1:1.8.0.2 pkgsrc-2004Q1-base:1.8 pkgsrc-2003Q4:1.7.0.10 pkgsrc-2003Q4-base:1.7 netbsd-1-6-1:1.7.0.6 netbsd-1-6-1-base:1.7 netbsd-1-6:1.7.0.8 netbsd-1-6-RELEASE-base:1.7 pkgviews:1.7.0.4 pkgviews-base:1.7 buildlink2:1.7.0.2 buildlink2-base:1.7 netbsd-1-5-PATCH003:1.7 netbsd-1-5-PATCH001:1.6 netbsd-1-5-RELEASE:1.6 netbsd-1-4-PATCH003:1.6 netbsd-1-4-PATCH002:1.6 comdex-fall-1999:1.4 netbsd-1-3-PATCH003:1.1; locks; strict; comment @# @; 1.8 date 2004.01.10.22.43.09; author wiz; state dead; branches; next 1.7; 1.7 date 2001.09.10.08.23.19; author skrll; state Exp; branches; next 1.6; 1.6 date 99.12.12.19.04.00; author jdolecek; state Exp; branches; next 1.5; 1.5 date 99.11.12.04.50.00; author hubertf; state Exp; branches; next 1.4; 1.4 date 99.09.30.07.10.22; author tron; state Exp; branches; next 1.3; 1.3 date 99.09.29.20.38.28; author hubertf; state Exp; branches; next 1.2; 1.2 date 99.02.15.21.34.49; author tron; state dead; branches; next 1.1; 1.1 date 98.09.21.17.26.07; author tron; state Exp; branches; next ; desc @@ 1.8 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-aj,v 1.7 2001/09/10 08:23:19 skrll Exp $ --- kdm/kdmconfig.cpp.orig Fri Apr 23 14:12:54 1999 +++ kdm/kdmconfig.cpp @@@@ -134,10 +134,26 @@@@ _shutdownButton = KNone; _shutdown = new QString( kc->readEntry( "Shutdown")); if( _shutdown->isNull()) +#ifdef __NetBSD__ + *_shutdown = "/sbin/shutdown -h now"; +#else /* !__NetBSD__ */ +#ifdef __SVR4 + *_shutdown = "/usr/sbin/halt"; +#else /* !__SVR4 */ *_shutdown = "/sbin/halt"; +#endif /* __SVR4 */ +#endif /* __NetBSD__ */ _restart = new QString( kc->readEntry( "Restart")); if( _restart->isNull()) +#ifdef __NetBSD__ + *_restart = "/sbin/shutdown -r now"; +#else /* !__NetBSD__ */ +#ifdef __SVR4 + *_restart = "/usr/sbin/reboot"; +#else /* !__SVR4 */ *_restart = "/sbin/reboot"; +#endif /* __SVR4 */ +#endif /* __NetBSD__ */ } else _shutdownButton = KNone; if( kc->hasKey( "GUIStyle")) { @ 1.7 log @Normalise patch format. patchdiff now works. @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @mark as pulled into KDE2, correct obvious cut&paste error @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.5 1999/11/12 04:50:00 hubertf Exp $ d3 2 a4 3 A bit different patch pulled into KDE2 jdolecek 1999/12/12 --- ./kdm/kdmconfig.cpp Fri Apr 23 15:12:54 1999 +++ /usr/pkgsrc/x11/kdebase/work.i386.unpatched/kdebase-1.1.2/kdm/kdmconfig.cpp Fri Nov 12 05:10:32 1999 a19 1 - *_restart = "/sbin/reboot"; d26 1 a26 1 + *_restart = "/sbin/reboot"; @ 1.5 log @Fix patch fuzz insanity. @ text @d1 1 a1 1 $NetBSD$ d3 1 d26 1 a26 1 + *_shutdown = "/usr/sbin/reboot"; d28 1 a28 1 + *_shutdown = "/sbin/reboot"; @ 1.4 log @Fix incorrect filename in patch file. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.3 1999/09/29 20:38:28 hubertf Exp $ d3 30 a32 13 Yet another Solaris-only fix --- kdm/kdm-config.h.orig Wed Sep 29 22:34:24 1999 +++ kdm/kdm-config.h Wed Sep 29 22:36:27 1999 @@@@ -95,3 +95,8 @@@@ #ifdef __cplusplus } #endif + + +#ifdef SVR4 +#define NeedVarargsPrototypes 1 +#endif @ 1.3 log @Yet another patch to get kdm building on Solaris (hey, and I don't even have zoularis going! ;-) @ text @d1 1 a1 1 $NetBSD$ d5 2 a6 2 --- kdm-config.h.orig Wed Sep 29 22:34:24 1999 +++ kdm-config.h Wed Sep 29 22:36:27 1999 @ 1.2 log @Update "kdebase" package to version 1.1. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.1 1998/09/21 17:26:07 tron Exp $ d3 13 a15 11 --- kpanel/pmenu.C.orig Sun Jun 14 22:38:24 1998 +++ kpanel/pmenu.C Sun Sep 20 22:44:08 1998 @@@@ -73,7 +73,7 @@@@ QFile file(filename); if (file.open(IO_ReadOnly)){ char s[64]; - int r = file.readBlock(s, 64); + int r = file.readBlock(s, 63); file.close(); if(r == -1) @ 1.1 log @Add bug for possible buffer overflow in "kpanel". Patch supplied by Thomas Gerner. @ text @d1 1 a1 1 $NetBSD$ @