pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/koffice-devel Fix a buglet in this version -- lib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e178b8b12186
branches:  trunk
changeset: 462507:e178b8b12186
user:      mycroft <mycroft%pkgsrc.org@localhost>
date:      Sat Oct 04 20:26:34 2003 +0000

description:
Fix a buglet in this version -- libkarbonmsodimport.so was exporting the wrong
name for the init function.

diffstat:

 misc/koffice-devel/distinfo         |   3 ++-
 misc/koffice-devel/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 5d8fce835557 -r e178b8b12186 misc/koffice-devel/distinfo
--- a/misc/koffice-devel/distinfo       Sat Oct 04 20:25:11 2003 +0000
+++ b/misc/koffice-devel/distinfo       Sat Oct 04 20:26:34 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1 2003/10/04 20:16:03 mycroft Exp $
+$NetBSD: distinfo,v 1.2 2003/10/04 20:26:34 mycroft Exp $
 
 SHA1 (koffice-1.2.93.tar.bz2) = 2c73734f9852932101677c21fb07a0617eca82cf
 Size (koffice-1.2.93.tar.bz2) = 10503068 bytes
+SHA1 (patch-aa) = 865725ae91baa89ea3a9e87613cc9837e1034ac7
diff -r 5d8fce835557 -r e178b8b12186 misc/koffice-devel/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/koffice-devel/patches/patch-aa       Sat Oct 04 20:26:34 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/10/04 20:26:34 mycroft Exp $
+
+--- filters/karbon/msod/msodimport.cc.orig     2003-10-04 20:22:54.000000000 +0000
++++ filters/karbon/msod/msodimport.cc  2003-10-04 20:23:03.000000000 +0000
+@@ -30,7 +30,7 @@
+ #include <qpointarray.h>
+ 
+ typedef KGenericFactory<MSODImport, KoFilter> MSODImportFactory;
+-K_EXPORT_COMPONENT_FACTORY( libmsodimport, MSODImportFactory( "karbonmsodimport" ) );
++K_EXPORT_COMPONENT_FACTORY( libkarbonmsodimport, MSODImportFactory( "karbonmsodimport" ) );
+ 
+ const int MSODImport::s_area = 30505;
+ 



Home | Main Index | Thread Index | Old Index