summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-an
diff options
context:
space:
mode:
authormarkd <markd>2005-05-31 14:21:23 +0000
committermarkd <markd>2005-05-31 14:21:23 +0000
commit1fe91bd001538e34c13d15502c33db8661f1c4cd (patch)
treef68852c306342eef69d8235516d437fe79ec3767 /x11/kdebase3/patches/patch-an
parentfa7028b304d0f3f0dd85cffa5dbf00ca94ec1ca9 (diff)
downloadpkgsrc-1fe91bd001538e34c13d15502c33db8661f1c4cd.tar.gz
Update to KDE 3.4.1
Changes: * Konsole: Allow xterm resize ESC code to work * Konsole: Fix incorrect schema in detached sessions. * Konsole: Fix compile errors on amd64 with gcc4 * Konsole: Expand ~ in sessions' Exec= * Konsole: Fix "Monitor for Activity" and "Monitor for Silence" icons are the same. * kinfocenter: Fix OpenGL graphics card detection * kicker: Fixed K menu entries sort logic * kicker: Hide sort buttons in systemtray configuration * kcmbackground: Fix SVG files unavailable in slide show selector * kcmfonts: Tooltips under font preview text areas with '&' * kcontrol: "Clear History" button crashes KControl's "History Sidebar" module * kdesktop: Fix SVG images don't have 'set as wallpaper' entry in context menu when dragged to desktop * kdesktop: Don't execute command immediately when selecting a recent command from the "Run Command" dialog * konqueror: Enable "Move To Trash" inside media:/ * konqueror: If Shift is pressed when menu opens show 'Delete' instead of 'Trash' * konqueror: Fix address bar encryption color stays when using back/forward * konqueror: Added hidden option to not show archives as folder in sidebar * konqueror: Make list view obey preview settings in tooltips * konqueror: Allow standard tooltips for truncated items in non-executable columns * konqueror: Fix for wrong favicon being shown while typing a URL * konqueror: Fix for losing meta data in Info List View when adding a file * konqueror: Allow sidebar history to be disabled * konqueror: Reload plugins after enabling/disabling them so that no restart is necessary, and show plugins for the active part, instead of always khtml. * kthememanager: Don't scale up preview * khelpcenter: Added KDE artwork to index pages * kio-fish: Fixed mimetype determination over fish: URLs, so that e.g. KOffice documents can be opened * kio-tar: Fix for extracting large files from tar and zip archives * kio-trash: Fix trashing from USB keys * kio-trash: Don't mount all automounted directories when starting kio_trash to save time
Diffstat (limited to 'x11/kdebase3/patches/patch-an')
-rw-r--r--x11/kdebase3/patches/patch-an15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/kdebase3/patches/patch-an b/x11/kdebase3/patches/patch-an
deleted file mode 100644
index 79432d0dbc2..00000000000
--- a/x11/kdebase3/patches/patch-an
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-an,v 1.5 2005/04/14 20:53:30 markd Exp $
-
---- kcontrol/kfontinst/kfontinst/GetPid.c.orig 2005-04-13 01:05:50.467823000 +1200
-+++ kcontrol/kfontinst/kfontinst/GetPid.c
-@@ -243,6 +243,10 @@ unsigned int kfi_getPid(const char *proc
- #include <pwd.h>
- #include <sys/resource.h>
- #ifdef OS_Solaris
-+#if !defined(_LP64) && _FILE_OFFSET_BITS == 64
-+# undef _FILE_OFFSET_BITS
-+# define _FILE_OFFSET_BITS 32
-+#endif
- #include <procfs.h>
- #else
- #include <sys/procfs.h>