diff options
Diffstat (limited to 'x11/kde4-runtime/files')
6 files changed, 0 insertions, 123 deletions
diff --git a/x11/kde4-runtime/files/patch-kdesktop-init.cc b/x11/kde4-runtime/files/patch-kdesktop-init.cc deleted file mode 100644 index f7fe48544866..000000000000 --- a/x11/kde4-runtime/files/patch-kdesktop-init.cc +++ /dev/null @@ -1,22 +0,0 @@ ---- kdesktop/init.cc.orig Fri Oct 12 15:11:13 2001 -+++ kdesktop/init.cc Thu Jul 18 06:48:59 2002 -@@ -80,6 +80,9 @@ - QFile::encodeName(locate("data", QString("kdesktop/") + fileName)).data(), - QFile::encodeName(dir).data() ); - system( cmd ); -+ cmd.sprintf( "chmod 644 %s/.directory", -+ QFile::encodeName(dir).data() ); -+ system( cmd ); - } - } - -@@ -106,6 +109,9 @@ - cmd += "' '"; - cmd += QFile::encodeName(desktopPath + desk.readName()); - cmd += "'"; -+ system( cmd ); -+ cmd.sprintf("chmod 644 '%s'", -+ QFile::encodeName(desktopPath + desk.readName()).data()); - system( cmd ); - } - } diff --git a/x11/kde4-runtime/files/patch-kdm-backend-xdmcp.c b/x11/kde4-runtime/files/patch-kdm-backend-xdmcp.c deleted file mode 100644 index be29ec4d3416..000000000000 --- a/x11/kde4-runtime/files/patch-kdm-backend-xdmcp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- kdm/backend/xdmcp.c.orig Wed May 8 14:21:31 2002 -+++ kdm/backend/xdmcp.c Wed Jun 26 20:14:02 2002 -@@ -1012,7 +1012,7 @@ - - sprintf (buf, "Session %ld failed for display %.260s: %s", - (long) sessionID, name, reason); -- Debug ("send_failed(%\"s)\n", buf); -+ Debug ("send_failed(\"%s\")\n", buf); - status.length = strlen (buf); - status.data = (CARD8Ptr) buf; - header.version = XDM_PROTOCOL_VERSION; diff --git a/x11/kde4-runtime/files/patch-kdm-kfrontend-Makefile.am b/x11/kde4-runtime/files/patch-kdm-kfrontend-Makefile.am deleted file mode 100644 index 53dc3b6ef6bf..000000000000 --- a/x11/kde4-runtime/files/patch-kdm-kfrontend-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- kdm/kfrontend/Makefile.am.orig Sat Jan 26 10:59:54 2002 -+++ kdm/kfrontend/Makefile.am Mon Apr 22 04:29:14 2002 -@@ -27,7 +27,7 @@ - - install-data-local: - @$(mkinstalldirs) $(DESTDIR)$(kde_confdir)/kdm -- @./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm -+ @./genkdmconf --no-old --in $(DESTDIR)$(kde_confdir)/kdm - - messages: - $(XGETTEXT) $(kdm_greet_SOURCES) -o $(podir)/kdmgreet.pot diff --git a/x11/kde4-runtime/files/patch-kdm-kfrontend-genkdmconf.c b/x11/kde4-runtime/files/patch-kdm-kfrontend-genkdmconf.c deleted file mode 100644 index 23448831eda0..000000000000 --- a/x11/kde4-runtime/files/patch-kdm-kfrontend-genkdmconf.c +++ /dev/null @@ -1,31 +0,0 @@ ---- kdm/kfrontend/genkdmconf.c.orig Wed Jun 26 12:37:51 2002 -+++ kdm/kfrontend/genkdmconf.c Wed Jun 26 12:39:42 2002 -@@ -402,7 +402,7 @@ - "# by Xsetup usually.\n" - "# This is not required if you use PAM with the pam_console module.\n" - "#\n" --"#chown $USER /dev/console\n" -+"chown $USER /dev/console\n" - "\n" - #ifdef _AIX - "# We create a pseudodevice for finger. (host:0 becomes kdm/host_0)\n" -@@ -443,8 +443,8 @@ - "# Reassign ownership of the console to root, this should disallow\n" - "# assignment of console output to any random users's xterm. See Xstartup.\n" - "#\n" --"#chown root /dev/console\n" --"#chmod 622 /dev/console\n" -+"chown root /dev/console\n" -+/* "#chmod 622 /dev/console\n" */ - "\n" - #ifdef _AIX - "if [ -f /usr/lib/X11/xdm/sessreg ]; then\n" -@@ -1054,7 +1054,7 @@ - { "Language", "de_DE", 0 }, - { "ShowUsers", "None", 0 }, - { "SelectedUsers", "root,johndoe", 0 }, --{ "HiddenUsers", "adm,alias,amanda,apache,bin,bind,daemon,exim,falken,ftp,games,gdm,gopher,halt,httpd,ident,imnadm,ingres,kmem,lp,mail,mailnull,man,mta,mysql,named,news,nfsnobody,nobody,nscd,ntp,operator,pcap,pop,postfix,postgres,qmaild,qmaill,qmailp,qmailq,qmailr,qmails,radvd,reboot,rpc,rpcuser,rpm,sendmail,shutdown,squid,sympa,sync,tty,uucp,xfs,xten", 1 }, -+{ "HiddenUsers", "adm,alias,amanda,apache,bin,bind,daemon,exim,falken,ftp,games,gdm,gopher,halt,httpd,ident,imnadm,ingres,kmem,lp,mail,mailnull,man,mta,mysql,named,news,nfsnobody,nobody,nscd,ntp,operator,pcap,pop,postfix,postgres,qmaild,qmaill,qmailp,qmailq,qmailr,qmails,radvd,reboot,rpc,rpcuser,rpm,sendmail,sshd,shutdown,smmsp,squid,sympa,sync,tty,uucp,www,xfs,xten", 1 }, - { "MinShowUID", "1000", 0 }, - { "MaxShowUID", "29999", 0 }, - { "SortUsers", "false", 0 }, diff --git a/x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD.apm.c b/x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD.apm.c deleted file mode 100644 index aa623966039f..000000000000 --- a/x11/kde4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD.apm.c +++ /dev/null @@ -1,16 +0,0 @@ ---- ksysguard/ksysguardd/FreeBSD/apm.c.orig Sat May 4 16:53:10 2002 -+++ ksysguard/ksysguardd/FreeBSD/apm.c Sat May 4 16:53:42 2002 -@@ -18,7 +18,7 @@ - - $Id: apm.c,v 1.2 2001/09/18 14:03:53 tokoe Exp $ - */ -- -+#ifdef __i386__ - #include <fcntl.h> - #include <machine/apm_bios.h> - #include <stdio.h> -@@ -96,3 +96,4 @@ - { - fprintf(CurrentClient, "Remaining battery time\t0\t0\tmin\n"); - } -+#endif /* __i386__ */ diff --git a/x11/kde4-runtime/files/patch-ksysguard-ksysguardd-modules.h b/x11/kde4-runtime/files/patch-ksysguard-ksysguardd-modules.h deleted file mode 100644 index ef7ca4c0fef2..000000000000 --- a/x11/kde4-runtime/files/patch-ksysguard-ksysguardd-modules.h +++ /dev/null @@ -1,32 +0,0 @@ ---- ksysguard/ksysguardd/modules.h.orig Sat May 4 16:49:24 2002 -+++ ksysguard/ksysguardd/modules.h Sat May 4 16:52:34 2002 -@@ -45,7 +45,9 @@ - #include "CPU.h" - #include "Memory.h" - #include "ProcessList.h" -+#ifdef __i386__ - #include "apm.h" -+#endif - #include "diskstat.h" - #include "loadavg.h" - #include "logfile.h" -@@ -104,13 +106,19 @@ - { "CpuInfo", initCpuInfo, exitCpuInfo, updateCpuInfo, NULLVVFUNC }, - { "Memory", initMemory, exitMemory, updateMemory, NULLVVFUNC }, - { "ProcessList", initProcessList, exitProcessList, updateProcessList, NULLVVFUNC }, -+#ifdef __i386__ - { "Apm", initApm, exitApm, updateApm, NULLVVFUNC }, -+#endif - { "DiskStat", initDiskStat, exitDiskStat, updateDiskStat, checkDiskStat }, - { "LoadAvg", initLoadAvg, exitLoadAvg, updateLoadAvg, NULLVVFUNC }, - { "LogFile", initLogFile, exitLogFile, NULLVVFUNC, NULLVVFUNC }, - { "NetDev", initNetDev, exitNetDev, updateNetDev, checkNetDev }, - }; -+#ifdef __i386__ - #define NUM_MODULES 8 -+#else -+#define NUM_MODULES 7 -+#endif - #endif /* OSTYPE_FreeBSD */ - - #ifdef OSTYPE_Solaris |