diff options
author | maho <maho@FreeBSD.org> | 2005-07-05 09:29:31 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-07-05 09:29:31 +0000 |
commit | 2c1e87f2a5eeb01d45c371708da4a3e4dd60fc9d (patch) | |
tree | 825ed289a8d343f51767ef44025c298e0306beba /editors/openoffice.org-2/files | |
parent | 4314829985eaa44570f04ea7aeafa7ae66ca05e5 (diff) | |
download | FreeBSD-ports-2c1e87f2a5eeb01d45c371708da4a3e4dd60fc9d.zip FreeBSD-ports-2c1e87f2a5eeb01d45c371708da4a3e4dd60fc9d.tar.gz |
update to m114
Diffstat (limited to 'editors/openoffice.org-2/files')
-rw-r--r-- | editors/openoffice.org-2/files/patch-scp2+source+ure+ure.scp | 25 |
1 files changed, 0 insertions, 25 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 deleted file mode 100644 index aa55e9e..0000000 --- a/editors/openoffice.org-2/files/patch-scp2+source+ure+ure.scp +++ /dev/null @@ -1,25 +0,0 @@ -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 |