summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-02-12 12:01:04 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-02-12 12:01:04 +0000
commit3b030b2f32fd1374397410793e712e53e8d0a252 (patch)
tree1589d175c5afed309c6925a1dd1e6274adcfc987 /editors/openoffice.org-2.0/files
parentAdd a workaround patch to avoid protocol attack (but will not be (diff)
Update to 1.9m78
Notes
Notes: svn path=/head/; revision=128595
Diffstat (limited to 'editors/openoffice.org-2.0/files')
-rw-r--r--editors/openoffice.org-2.0/files/patch-scp2+source+ooo+file_library_ooo.scp18
1 files changed, 7 insertions, 11 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-scp2+source+ooo+file_library_ooo.scp b/editors/openoffice.org-2.0/files/patch-scp2+source+ooo+file_library_ooo.scp
index 4d64f728133f..a27b9099f0b2 100644
--- a/editors/openoffice.org-2.0/files/patch-scp2+source+ooo+file_library_ooo.scp
+++ b/editors/openoffice.org-2.0/files/patch-scp2+source+ooo+file_library_ooo.scp
@@ -1,22 +1,18 @@
-http://www.openoffice.org/issues/show_bug.cgi?id=40186
-
-The name of resultant library is libxml2.so.7, not libxml2.so.2.5.11
-
Index: scp2/source/ooo/file_library_ooo.scp
===================================================================
RCS file: /cvs/installation/scp2/source/ooo/file_library_ooo.scp,v
-retrieving revision 1.75
-diff -u -r1.75 file_library_ooo.scp
---- scp2/source/ooo/file_library_ooo.scp 23 Dec 2004 09:49:51 -0000 1.75
-+++ scp2/source/ooo/file_library_ooo.scp 30 Dec 2004 13:01:14 -0000
-@@ -2027,7 +2027,9 @@
+retrieving revision 1.82
+diff -u -r1.82 file_library_ooo.scp
+--- scp2/source/ooo/file_library_ooo.scp 4 Feb 2005 11:31:17 -0000 1.82
++++ scp2/source/ooo/file_library_ooo.scp 11 Feb 2005 12:43:44 -0000
+@@ -2007,7 +2007,9 @@
TXT_FILE_BODY;
Styles = (PACKED);
Dir = gid_Dir_Program;
- #ifdef UNX
+ #if defined(FREEBSD)
-+ Name = STRING(CONCAT3(libxml2,UNXSUFFIX,.7));
++ Name = STRING(CONCAT3(libxml2,UNXSUFFIX,.8));
+ #elif defined(UNX)
- Name = STRING(CONCAT3(libxml2,UNXSUFFIX,.2.5.11));
+ Name = STRING(CONCAT3(libxml2,UNXSUFFIX,.2.6.17));
#else
Name = "libxml2.dll";