diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-03-05 20:06:09 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-03-05 20:06:09 +0000 |
commit | 90c0ae628e9f528cfd35a06384d1c5e6b7a3fc04 (patch) | |
tree | 9732ee3832376c9375ecc14eca0bedbca95d1b90 /editors | |
parent | Fix PORTVERSION. (diff) |
Update to OOO310_m3.
Funded by: OpenOffice.org community
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/distinfo | 6 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-i84549 | 14 |
3 files changed, 12 insertions, 12 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 6e408d08febe..48a148c00b09 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -72,11 +72,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif -MILESTONE?= 2 +MILESTONE?= 3 OOOTAG?= OOO310_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 -SNAPDATE= 20090228 +SNAPDATE= 20090305 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) diff --git a/editors/openoffice.org-3-RC/distinfo b/editors/openoffice.org-3-RC/distinfo index 9a82e797d701..92f422cf7a8f 100644 --- a/editors/openoffice.org-3-RC/distinfo +++ b/editors/openoffice.org-3-RC/distinfo @@ -1,6 +1,6 @@ -MD5 (openoffice.org3/OOo_OOO310_m2_source.tar.bz2) = ebfecf667dfb5f4e87045ab4f0480bde -SHA256 (openoffice.org3/OOo_OOO310_m2_source.tar.bz2) = 54389bc81539ac669e49bba5e3435732bbb7c2ef4f3ef2097e156ae1890643b2 -SIZE (openoffice.org3/OOo_OOO310_m2_source.tar.bz2) = 392847438 +MD5 (openoffice.org3/OOo_OOO310_m3_source.tar.bz2) = a36a21fdac696bbc2fc49ff4e294297a +SHA256 (openoffice.org3/OOo_OOO310_m3_source.tar.bz2) = 551c390782bf9c9f732efc38fe9c751466f661af1fafc518420df4246b0a2d0d +SIZE (openoffice.org3/OOo_OOO310_m3_source.tar.bz2) = 393633922 MD5 (openoffice.org3/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d SHA256 (openoffice.org3/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice.org3/unowinreg.dll) = 6144 diff --git a/editors/openoffice.org-3-RC/files/patch-i84549 b/editors/openoffice.org-3-RC/files/patch-i84549 index 1d7f6517953b..95ec361dcdb1 100644 --- a/editors/openoffice.org-3-RC/files/patch-i84549 +++ b/editors/openoffice.org-3-RC/files/patch-i84549 @@ -6,11 +6,11 @@ diff -u -r1.25 neon.patch --- neon/neon.patch 22 Jul 2008 17:17:06 -0000 1.25 +++ neon/neon.patch 10 Aug 2008 04:20:27 -0000 @@ -266,7 +266,7 @@ - +#define HAVE_SYS_TYPES_H 1 - + - +/* Define if the timezone global is available */ --+#ifndef MACOSX + +#define HAVE_SYS_TYPES_H 1
+ +
+ +/* Define if the timezone global is available */
+-+#ifndef MACOSX
++#if !defined(MACOSX) && !defined(FREEBSD) - +#define HAVE_TIMEZONE 1 - +#endif - + + +#define HAVE_TIMEZONE 1
+ +#endif
+ +
|