summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2007-01-14 11:31:44 +0000
committermarkd <markd@pkgsrc.org>2007-01-14 11:31:44 +0000
commit85e93be885d9b11ea22ba8d601a025333f2870d3 (patch)
tree058a4b1488f852fca1c97cc3ca8f7c34c9cf5152 /misc
parent6697c6e879f29522c315b104f2706c80e1285178 (diff)
downloadpkgsrc-85e93be885d9b11ea22ba8d601a025333f2870d3.tar.gz
Fix path in a #include in kdchart_export.h so that it works when installed.
From Gary Duzan in private email. Bump PKGREVISION.
Diffstat (limited to 'misc')
-rw-r--r--misc/koffice/Makefile3
-rw-r--r--misc/koffice/distinfo3
-rw-r--r--misc/koffice/patches/patch-ac13
3 files changed, 17 insertions, 2 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile
index 227d5bcb7f6..c76ae0f5b18 100644
--- a/misc/koffice/Makefile
+++ b/misc/koffice/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2006/12/03 04:03:06 markd Exp $
+# $NetBSD: Makefile,v 1.88 2007/01/14 11:31:44 markd Exp $
DISTNAME= koffice-1.6.1
+PKGREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE:=koffice-1.6.1/src/}
EXTRACT_SUFX= .tar.bz2
diff --git a/misc/koffice/distinfo b/misc/koffice/distinfo
index 035ef5f6692..7f935703a3f 100644
--- a/misc/koffice/distinfo
+++ b/misc/koffice/distinfo
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.36 2006/12/10 10:11:01 markd Exp $
+$NetBSD: distinfo,v 1.37 2007/01/14 11:31:44 markd Exp $
SHA1 (koffice-1.6.1.tar.bz2) = 891fb0a28ec3c4b070c4d6c2eae7fee1d2e37761
RMD160 (koffice-1.6.1.tar.bz2) = ee4fa84a53f92035c0ab9427e0acb18feca701db
Size (koffice-1.6.1.tar.bz2) = 56999028 bytes
SHA1 (patch-aa) = b2067b1feaade8850440e49443791c365f37d91a
SHA1 (patch-ab) = f2e9067f24d1de2e3c9f139727c33ecaf6dc8503
+SHA1 (patch-ac) = 9681410530872d5389f00567f50c4baab9eb8ff2
SHA1 (patch-af) = a79564e57f2ef8eb43e8c1e23bb6a8e3d2a1d110
SHA1 (patch-ag) = f0ad29395bbf52f70dd96f65c291fdb2ff0c6083
SHA1 (patch-ah) = 094eaa1ff9a5f38adc2bf2f74965b0e47ccd2843
diff --git a/misc/koffice/patches/patch-ac b/misc/koffice/patches/patch-ac
new file mode 100644
index 00000000000..5f874959674
--- /dev/null
+++ b/misc/koffice/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.10 2007/01/14 11:31:44 markd Exp $
+
+--- kchart/kdchart/kdchart_export.h.orig 2007-01-13 14:18:02.000000000 +1300
++++ kchart/kdchart/kdchart_export.h
+@@ -4,7 +4,7 @@
+ #include <qglobal.h>
+
+ #if 1
+-#include <../../lib/kofficecore/koffice_export.h>
++#include <koffice_export.h>
+ #else
+
+ #if defined(Q_OS_WIN32) && defined(KDCHART_DLL)