summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-03-26 05:57:54 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-03-26 05:57:54 +0000
commitae67b4c8817ac0b47626e9e6867ca867a86edffc (patch)
treeaa0f4f80c879cd57e2aeb3afbbc6468ddfa5026a
parent- fix plist (diff)
Update to SRC680_m206.
Notes
Notes: svn path=/head/; revision=188363
-rw-r--r--editors/openoffice-3-devel/Makefile4
-rw-r--r--editors/openoffice-3-devel/distinfo6
-rw-r--r--editors/openoffice-3-devel/files/patch-i7570816
-rw-r--r--editors/openoffice-3-devel/files/patch-i7573218
-rw-r--r--editors/openoffice.org-2-devel/Makefile4
-rw-r--r--editors/openoffice.org-2-devel/distinfo6
-rw-r--r--editors/openoffice.org-2-devel/files/patch-i7570816
-rw-r--r--editors/openoffice.org-2-devel/files/patch-i7573218
-rw-r--r--editors/openoffice.org-3-devel/Makefile4
-rw-r--r--editors/openoffice.org-3-devel/distinfo6
-rw-r--r--editors/openoffice.org-3-devel/files/patch-i7570816
-rw-r--r--editors/openoffice.org-3-devel/files/patch-i7573218
-rw-r--r--editors/openoffice.org-vcltesttool/Makefile4
-rw-r--r--editors/openoffice.org-vcltesttool/distinfo6
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-i7570816
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-i7573218
16 files changed, 156 insertions, 20 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile
index 07aab58136c3..20227e79d3c8 100644
--- a/editors/openoffice-3-devel/Makefile
+++ b/editors/openoffice-3-devel/Makefile
@@ -74,10 +74,10 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set
.endif
CODELINE= 680
-MILESTONE?= 204
+MILESTONE?= 206
OOOTAG?= SRC680_m${MILESTONE}
OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX}
-SNAPDATE= 20070221
+SNAPDATE= 20070319
INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG}
EXECBASE?= openoffice.org-${OOOTAG}
.if defined(WITH_CWS)
diff --git a/editors/openoffice-3-devel/distinfo b/editors/openoffice-3-devel/distinfo
index c8d50f407747..bd6d678ca7c9 100644
--- a/editors/openoffice-3-devel/distinfo
+++ b/editors/openoffice-3-devel/distinfo
@@ -1,6 +1,6 @@
-MD5 (openoffice.org2.0/OOo_SRC680_m204_source.tar.bz2) = c504a60aab7fb6955f9f3f444918cf51
-SHA256 (openoffice.org2.0/OOo_SRC680_m204_source.tar.bz2) = dbd7e66a4270806e124484ddf4ff8b2f90ca856008f4f193437a59640d44077e
-SIZE (openoffice.org2.0/OOo_SRC680_m204_source.tar.bz2) = 268684983
+MD5 (openoffice.org2.0/OOo_SRC680_m206_source.tar.bz2) = 23680cf7036d0f06bc664070c30b68ad
+SHA256 (openoffice.org2.0/OOo_SRC680_m206_source.tar.bz2) = af45a0327679fd2e5de7bd04f6f559a6c836f9bcfb4b77d0a3fcc1a05104ebf7
+SIZE (openoffice.org2.0/OOo_SRC680_m206_source.tar.bz2) = 268728654
MD5 (openoffice.org2.0/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d
SHA256 (openoffice.org2.0/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
SIZE (openoffice.org2.0/unowinreg.dll) = 6144
diff --git a/editors/openoffice-3-devel/files/patch-i75708 b/editors/openoffice-3-devel/files/patch-i75708
new file mode 100644
index 000000000000..1fc8565c4fd4
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-i75708
@@ -0,0 +1,16 @@
+Index: basctl/source/basicide/scriptdocument.cxx
+===================================================================
+RCS file: /cvs/script/basctl/source/basicide/scriptdocument.cxx,v
+retrieving revision 1.2
+diff -u -r1.2 scriptdocument.cxx
+--- basctl/source/basicide/scriptdocument.cxx 15 Mar 2007 15:59:30 -0000 1.2
++++ basctl/source/basicide/scriptdocument.cxx 25 Mar 2007 21:09:03 -0000
+@@ -921,7 +921,7 @@
+ //--------------------------------------------------------------------
+ sal_Int32 ScriptDocument::hashCode() const
+ {
+- return reinterpret_cast< sal_Int32 >( m_pImpl->getObjectShell() );
++ return reinterpret_cast< sal_IntPtr >( m_pImpl->getObjectShell() );
+ }
+
+ //--------------------------------------------------------------------
diff --git a/editors/openoffice-3-devel/files/patch-i75732 b/editors/openoffice-3-devel/files/patch-i75732
new file mode 100644
index 000000000000..58dd524e660c
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-i75732
@@ -0,0 +1,18 @@
+? sw/unxfbsdx.pro
+Index: sw/source/core/doc/makefile.mk
+===================================================================
+RCS file: /cvs/sw/sw/source/core/doc/makefile.mk,v
+retrieving revision 1.16
+diff -u -r1.16 makefile.mk
+--- sw/source/core/doc/makefile.mk 28 Feb 2007 15:40:53 -0000 1.16
++++ sw/source/core/doc/makefile.mk 26 Mar 2007 05:08:30 -0000
+@@ -94,7 +94,8 @@
+
+ EXCEPTIONSFILES = \
+ $(SLO)$/doclay.obj \
+- $(SLO)$/docnew.obj
++ $(SLO)$/docnew.obj \
++ $(SLO)$/tblrwcl.obj
+
+ # --- Tagets -------------------------------------------------------
+
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile
index 07aab58136c3..20227e79d3c8 100644
--- a/editors/openoffice.org-2-devel/Makefile
+++ b/editors/openoffice.org-2-devel/Makefile
@@ -74,10 +74,10 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set
.endif
CODELINE= 680
-MILESTONE?= 204
+MILESTONE?= 206
OOOTAG?= SRC680_m${MILESTONE}
OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX}
-SNAPDATE= 20070221
+SNAPDATE= 20070319
INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG}
EXECBASE?= openoffice.org-${OOOTAG}
.if defined(WITH_CWS)
diff --git a/editors/openoffice.org-2-devel/distinfo b/editors/openoffice.org-2-devel/distinfo
index c8d50f407747..bd6d678ca7c9 100644
--- a/editors/openoffice.org-2-devel/distinfo
+++ b/editors/openoffice.org-2-devel/distinfo
@@ -1,6 +1,6 @@
-MD5 (openoffice.org2.0/OOo_SRC680_m204_source.tar.bz2) = c504a60aab7fb6955f9f3f444918cf51
-SHA256 (openoffice.org2.0/OOo_SRC680_m204_source.tar.bz2) = dbd7e66a4270806e124484ddf4ff8b2f90ca856008f4f193437a59640d44077e
-SIZE (openoffice.org2.0/OOo_SRC680_m204_source.tar.bz2) = 268684983
+MD5 (openoffice.org2.0/OOo_SRC680_m206_source.tar.bz2) = 23680cf7036d0f06bc664070c30b68ad
+SHA256 (openoffice.org2.0/OOo_SRC680_m206_source.tar.bz2) = af45a0327679fd2e5de7bd04f6f559a6c836f9bcfb4b77d0a3fcc1a05104ebf7
+SIZE (openoffice.org2.0/OOo_SRC680_m206_source.tar.bz2) = 268728654
MD5 (openoffice.org2.0/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d
SHA256 (openoffice.org2.0/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
SIZE (openoffice.org2.0/unowinreg.dll) = 6144
diff --git a/editors/openoffice.org-2-devel/files/patch-i75708 b/editors/openoffice.org-2-devel/files/patch-i75708
new file mode 100644
index 000000000000..1fc8565c4fd4
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-i75708
@@ -0,0 +1,16 @@
+Index: basctl/source/basicide/scriptdocument.cxx
+===================================================================
+RCS file: /cvs/script/basctl/source/basicide/scriptdocument.cxx,v
+retrieving revision 1.2
+diff -u -r1.2 scriptdocument.cxx
+--- basctl/source/basicide/scriptdocument.cxx 15 Mar 2007 15:59:30 -0000 1.2
++++ basctl/source/basicide/scriptdocument.cxx 25 Mar 2007 21:09:03 -0000
+@@ -921,7 +921,7 @@
+ //--------------------------------------------------------------------
+ sal_Int32 ScriptDocument::hashCode() const
+ {
+- return reinterpret_cast< sal_Int32 >( m_pImpl->getObjectShell() );
++ return reinterpret_cast< sal_IntPtr >( m_pImpl->getObjectShell() );
+ }
+
+ //--------------------------------------------------------------------
diff --git a/editors/openoffice.org-2-devel/files/patch-i75732 b/editors/openoffice.org-2-devel/files/patch-i75732
new file mode 100644
index 000000000000..58dd524e660c
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-i75732
@@ -0,0 +1,18 @@
+? sw/unxfbsdx.pro
+Index: sw/source/core/doc/makefile.mk
+===================================================================
+RCS file: /cvs/sw/sw/source/core/doc/makefile.mk,v
+retrieving revision 1.16
+diff -u -r1.16 makefile.mk
+--- sw/source/core/doc/makefile.mk 28 Feb 2007 15:40:53 -0000 1.16
++++ sw/source/core/doc/makefile.mk 26 Mar 2007 05:08:30 -0000
+@@ -94,7 +94,8 @@
+
+ EXCEPTIONSFILES = \
+ $(SLO)$/doclay.obj \
+- $(SLO)$/docnew.obj
++ $(SLO)$/docnew.obj \
++ $(SLO)$/tblrwcl.obj
+
+ # --- Tagets -------------------------------------------------------
+
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile
index 07aab58136c3..20227e79d3c8 100644
--- a/editors/openoffice.org-3-devel/Makefile
+++ b/editors/openoffice.org-3-devel/Makefile
@@ -74,10 +74,10 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set
.endif
CODELINE= 680
-MILESTONE?= 204
+MILESTONE?= 206
OOOTAG?= SRC680_m${MILESTONE}
OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX}
-SNAPDATE= 20070221
+SNAPDATE= 20070319
INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG}
EXECBASE?= openoffice.org-${OOOTAG}
.if defined(WITH_CWS)
diff --git a/editors/openoffice.org-3-devel/distinfo b/editors/openoffice.org-3-devel/distinfo
index c8d50f407747..bd6d678ca7c9 100644
--- a/editors/openoffice.org-3-devel/distinfo
+++ b/editors/openoffice.org-3-devel/distinfo
@@ -1,6 +1,6 @@
-MD5 (openoffice.org2.0/OOo_SRC680_m204_source.tar.bz2) = c504a60aab7fb6955f9f3f444918cf51
-SHA256 (openoffice.org2.0/OOo_SRC680_m204_source.tar.bz2) = dbd7e66a4270806e124484ddf4ff8b2f90ca856008f4f193437a59640d44077e
-SIZE (openoffice.org2.0/OOo_SRC680_m204_source.tar.bz2) = 268684983
+MD5 (openoffice.org2.0/OOo_SRC680_m206_source.tar.bz2) = 23680cf7036d0f06bc664070c30b68ad
+SHA256 (openoffice.org2.0/OOo_SRC680_m206_source.tar.bz2) = af45a0327679fd2e5de7bd04f6f559a6c836f9bcfb4b77d0a3fcc1a05104ebf7
+SIZE (openoffice.org2.0/OOo_SRC680_m206_source.tar.bz2) = 268728654
MD5 (openoffice.org2.0/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d
SHA256 (openoffice.org2.0/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
SIZE (openoffice.org2.0/unowinreg.dll) = 6144
diff --git a/editors/openoffice.org-3-devel/files/patch-i75708 b/editors/openoffice.org-3-devel/files/patch-i75708
new file mode 100644
index 000000000000..1fc8565c4fd4
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-i75708
@@ -0,0 +1,16 @@
+Index: basctl/source/basicide/scriptdocument.cxx
+===================================================================
+RCS file: /cvs/script/basctl/source/basicide/scriptdocument.cxx,v
+retrieving revision 1.2
+diff -u -r1.2 scriptdocument.cxx
+--- basctl/source/basicide/scriptdocument.cxx 15 Mar 2007 15:59:30 -0000 1.2
++++ basctl/source/basicide/scriptdocument.cxx 25 Mar 2007 21:09:03 -0000
+@@ -921,7 +921,7 @@
+ //--------------------------------------------------------------------
+ sal_Int32 ScriptDocument::hashCode() const
+ {
+- return reinterpret_cast< sal_Int32 >( m_pImpl->getObjectShell() );
++ return reinterpret_cast< sal_IntPtr >( m_pImpl->getObjectShell() );
+ }
+
+ //--------------------------------------------------------------------
diff --git a/editors/openoffice.org-3-devel/files/patch-i75732 b/editors/openoffice.org-3-devel/files/patch-i75732
new file mode 100644
index 000000000000..58dd524e660c
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-i75732
@@ -0,0 +1,18 @@
+? sw/unxfbsdx.pro
+Index: sw/source/core/doc/makefile.mk
+===================================================================
+RCS file: /cvs/sw/sw/source/core/doc/makefile.mk,v
+retrieving revision 1.16
+diff -u -r1.16 makefile.mk
+--- sw/source/core/doc/makefile.mk 28 Feb 2007 15:40:53 -0000 1.16
++++ sw/source/core/doc/makefile.mk 26 Mar 2007 05:08:30 -0000
+@@ -94,7 +94,8 @@
+
+ EXCEPTIONSFILES = \
+ $(SLO)$/doclay.obj \
+- $(SLO)$/docnew.obj
++ $(SLO)$/docnew.obj \
++ $(SLO)$/tblrwcl.obj
+
+ # --- Tagets -------------------------------------------------------
+
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile
index 07aab58136c3..20227e79d3c8 100644
--- a/editors/openoffice.org-vcltesttool/Makefile
+++ b/editors/openoffice.org-vcltesttool/Makefile
@@ -74,10 +74,10 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set
.endif
CODELINE= 680
-MILESTONE?= 204
+MILESTONE?= 206
OOOTAG?= SRC680_m${MILESTONE}
OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX}
-SNAPDATE= 20070221
+SNAPDATE= 20070319
INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG}
EXECBASE?= openoffice.org-${OOOTAG}
.if defined(WITH_CWS)
diff --git a/editors/openoffice.org-vcltesttool/distinfo b/editors/openoffice.org-vcltesttool/distinfo
index c8d50f407747..bd6d678ca7c9 100644
--- a/editors/openoffice.org-vcltesttool/distinfo
+++ b/editors/openoffice.org-vcltesttool/distinfo
@@ -1,6 +1,6 @@
-MD5 (openoffice.org2.0/OOo_SRC680_m204_source.tar.bz2) = c504a60aab7fb6955f9f3f444918cf51
-SHA256 (openoffice.org2.0/OOo_SRC680_m204_source.tar.bz2) = dbd7e66a4270806e124484ddf4ff8b2f90ca856008f4f193437a59640d44077e
-SIZE (openoffice.org2.0/OOo_SRC680_m204_source.tar.bz2) = 268684983
+MD5 (openoffice.org2.0/OOo_SRC680_m206_source.tar.bz2) = 23680cf7036d0f06bc664070c30b68ad
+SHA256 (openoffice.org2.0/OOo_SRC680_m206_source.tar.bz2) = af45a0327679fd2e5de7bd04f6f559a6c836f9bcfb4b77d0a3fcc1a05104ebf7
+SIZE (openoffice.org2.0/OOo_SRC680_m206_source.tar.bz2) = 268728654
MD5 (openoffice.org2.0/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d
SHA256 (openoffice.org2.0/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
SIZE (openoffice.org2.0/unowinreg.dll) = 6144
diff --git a/editors/openoffice.org-vcltesttool/files/patch-i75708 b/editors/openoffice.org-vcltesttool/files/patch-i75708
new file mode 100644
index 000000000000..1fc8565c4fd4
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-i75708
@@ -0,0 +1,16 @@
+Index: basctl/source/basicide/scriptdocument.cxx
+===================================================================
+RCS file: /cvs/script/basctl/source/basicide/scriptdocument.cxx,v
+retrieving revision 1.2
+diff -u -r1.2 scriptdocument.cxx
+--- basctl/source/basicide/scriptdocument.cxx 15 Mar 2007 15:59:30 -0000 1.2
++++ basctl/source/basicide/scriptdocument.cxx 25 Mar 2007 21:09:03 -0000
+@@ -921,7 +921,7 @@
+ //--------------------------------------------------------------------
+ sal_Int32 ScriptDocument::hashCode() const
+ {
+- return reinterpret_cast< sal_Int32 >( m_pImpl->getObjectShell() );
++ return reinterpret_cast< sal_IntPtr >( m_pImpl->getObjectShell() );
+ }
+
+ //--------------------------------------------------------------------
diff --git a/editors/openoffice.org-vcltesttool/files/patch-i75732 b/editors/openoffice.org-vcltesttool/files/patch-i75732
new file mode 100644
index 000000000000..58dd524e660c
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-i75732
@@ -0,0 +1,18 @@
+? sw/unxfbsdx.pro
+Index: sw/source/core/doc/makefile.mk
+===================================================================
+RCS file: /cvs/sw/sw/source/core/doc/makefile.mk,v
+retrieving revision 1.16
+diff -u -r1.16 makefile.mk
+--- sw/source/core/doc/makefile.mk 28 Feb 2007 15:40:53 -0000 1.16
++++ sw/source/core/doc/makefile.mk 26 Mar 2007 05:08:30 -0000
+@@ -94,7 +94,8 @@
+
+ EXCEPTIONSFILES = \
+ $(SLO)$/doclay.obj \
+- $(SLO)$/docnew.obj
++ $(SLO)$/docnew.obj \
++ $(SLO)$/tblrwcl.obj
+
+ # --- Tagets -------------------------------------------------------
+