aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-06-22 09:26:19 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-06-22 09:26:19 +0000
commit1dd96f561d1fc4ce2f8c04bfb331f904380709e1 (patch)
treea9a50e3b4a0e78c85df74fc00d80835418806f18 /editors/openoffice.org-2/files
parent3c9ddce142e0f325b428541d3611cee044930d05 (diff)
downloadports-1dd96f561d1fc4ce2f8c04bfb331f904380709e1.tar.gz
ports-1dd96f561d1fc4ce2f8c04bfb331f904380709e1.zip
update to m111
cleaning up dependency a bit
Notes
Notes: svn path=/head/; revision=137850
Diffstat (limited to 'editors/openoffice.org-2/files')
-rw-r--r--editors/openoffice.org-2/files/patch-scp2+source+ure+ure.scp25
1 files changed, 25 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/files/patch-scp2+source+ure+ure.scp b/editors/openoffice.org-2/files/patch-scp2+source+ure+ure.scp
new file mode 100644
index 000000000000..aa55e9eeac99
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-scp2+source+ure+ure.scp
@@ -0,0 +1,25 @@
+Issutracker : #iXXXXX#
+CWS : N/A
+Author: : <maho@openoffice.org> (JCA)
+Description : libxml2 is not deliver'ed for FreeBSD and Mac OS X
+
+Index: scp2/source/ure/ure.scp
+===================================================================
+RCS file: /cvs/installation/scp2/source/ure/ure.scp,v
+retrieving revision 1.2
+diff -u -r1.2 ure.scp
+--- scp2/source/ure/ure.scp 17 Jun 2005 10:18:35 -0000 1.2
++++ scp2/source/ure/ure.scp 21 Jun 2005 22:24:56 -0000
+@@ -601,7 +601,11 @@
+ #if defined WNT
+ Name = SCP2_URE_DL_NORMAL(libxml2);
+ #else
+- Name = SCP2_URE_DL_VER(xml2, 2);
++ #ifdef MACOSX
++ Name = STRING(CONCAT3(libxml2,.2.6.17,UNXSUFFIX));
++ #else
++ Name = SCP2_URE_DL_VER(xml2,2.6.17);
++ #endif
+ #endif
+ Styles = (PACKED);
+ End