summaryrefslogtreecommitdiff
path: root/misc/koffice/patches
diff options
context:
space:
mode:
authormarkd <markd>2006-05-24 12:54:45 +0000
committermarkd <markd>2006-05-24 12:54:45 +0000
commitb8caebebd8562feb4e1b83318cae34acf5f5f0a0 (patch)
tree67c3e86b43341940989bb0c1b117b3751c9f9fa0 /misc/koffice/patches
parentaee641a3c5ac6c05f736ea43129abcdd67b74b59 (diff)
downloadpkgsrc-b8caebebd8562feb4e1b83318cae34acf5f5f0a0.tar.gz
Update koffice to version 1.5.1
Major Improvements in this release are: * Improved OASIS OpenDocument Support, especially in KSpread * Rotating large images and scaling of images now works correctly in Krita * Various other bugfixes Known issues: * Two issues with Kexi forms. Forms may not appear in Kexi (1.0.0 version was affected as well). No existing data or design can be lost, though. SUSE and Debian packages are not affected. Please read the details. * Krita crashes when saving an image containing exif information to .kra twice
Diffstat (limited to 'misc/koffice/patches')
-rw-r--r--misc/koffice/patches/patch-an13
-rw-r--r--misc/koffice/patches/patch-ao13
2 files changed, 26 insertions, 0 deletions
diff --git a/misc/koffice/patches/patch-an b/misc/koffice/patches/patch-an
new file mode 100644
index 00000000000..ad0064dbd45
--- /dev/null
+++ b/misc/koffice/patches/patch-an
@@ -0,0 +1,13 @@
+$NetBSD: patch-an,v 1.5 2006/05/24 12:54:45 markd Exp $
+
+--- krita/plugins/filters/cimg/Makefile.in.orig 2006-05-12 07:20:35.000000000 +1200
++++ krita/plugins/filters/cimg/Makefile.in
+@@ -562,7 +562,7 @@ x_libraries = @x_libraries@
+ xdg_appsdir = @xdg_appsdir@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+-KDE_CXXFLAGS = $(USE_EXCEPTIONS) -D_POSIX_C_SOURCE=199309L
++KDE_CXXFLAGS = $(USE_EXCEPTIONS)
+ kde_services_DATA = kritacimg.desktop
+
+ # all_includes must remain last!
diff --git a/misc/koffice/patches/patch-ao b/misc/koffice/patches/patch-ao
new file mode 100644
index 00000000000..69a06e0edb3
--- /dev/null
+++ b/misc/koffice/patches/patch-ao
@@ -0,0 +1,13 @@
+$NetBSD: patch-ao,v 1.3 2006/05/24 12:54:45 markd Exp $
+
+--- krita/plugins/filters/cimg/CImg.h.orig 2006-05-11 06:28:04.000000000 +1200
++++ krita/plugins/filters/cimg/CImg.h
+@@ -65,7 +65,7 @@
+ #if defined(sun) || defined(__sun) || defined(linux) || defined(__linux) \
+ || defined(__linux__) || defined(__CYGWIN__) || defined(BSD) || defined(__FreeBSD__) \
+ || defined(__OPENBSD__) || defined(__MACOSX__) || defined(__APPLE__) || defined(sgi) \
+- || defined(__sgi)
++ || defined(__sgi) || defined(__NetBSD__)
+ // Unix (Linux,Solaris,BSD,Irix,...)
+ #define cimg_OS 1
+ #ifndef cimg_display_type