Update to DEV300_m27.

This commit is contained in:
Maho Nakata 2008-07-25 10:06:48 +00:00
parent acacd0d015
commit f2b900279a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217473
6 changed files with 36 additions and 38 deletions

View file

@ -75,11 +75,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
FREEBSD_ENV_SET= FreeBSDX86Env.Set
.endif
MILESTONE?= 26
MILESTONE?= 27
OOOTAG?= DEV300_m${MILESTONE}
OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX}
OOODIR= openoffice.org3
SNAPDATE= 20080722
SNAPDATE= 20080725
INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG}
EXECBASE?= openoffice.org-${OOOTAG}
.if defined(WITH_CWS)

View file

@ -1,6 +1,6 @@
MD5 (openoffice.org3/OOo_DEV300_m26_source.tar.bz2) = 72eaaf76962f7799552321aea55bdea5
SHA256 (openoffice.org3/OOo_DEV300_m26_source.tar.bz2) = 0722ec6308315e7911eabfc13027202f0851320660d5a8edf5eee19f0cefb44f
SIZE (openoffice.org3/OOo_DEV300_m26_source.tar.bz2) = 316660782
MD5 (openoffice.org3/OOo_DEV300_m27_source.tar.bz2) = 6bae94d3b5738c308ea243ee08618349
SHA256 (openoffice.org3/OOo_DEV300_m27_source.tar.bz2) = 047ee8d6a82bcd4cdf71498369b7c9b29892ee64cf8ef96650407de2c3862a5b
SIZE (openoffice.org3/OOo_DEV300_m27_source.tar.bz2) = 316627907
MD5 (openoffice.org3/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d
SHA256 (openoffice.org3/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
SIZE (openoffice.org3/unowinreg.dll) = 6144

View file

@ -1,17 +1,16 @@
? neon/unxfbsdi.pro
Index: neon/neon.patch
===================================================================
RCS file: /cvs/external/neon/neon.patch,v
retrieving revision 1.20
diff -u -r1.20 neon.patch
--- neon/neon.patch 14 Nov 2007 09:49:43 -0000 1.20
+++ neon/neon.patch 13 Dec 2007 17:16:29 -0000
@@ -268,7 +268,7 @@
! #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
!
retrieving revision 1.25
diff -u -r1.25 neon.patch
--- neon/neon.patch 22 Jul 2008 17:17:06 -0000 1.25
+++ neon/neon.patch 24 Jul 2008 21:32:52 -0000
@@ -266,7 +266,7 @@
+#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
+

View file

@ -75,11 +75,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
FREEBSD_ENV_SET= FreeBSDX86Env.Set
.endif
MILESTONE?= 26
MILESTONE?= 27
OOOTAG?= DEV300_m${MILESTONE}
OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX}
OOODIR= openoffice.org3
SNAPDATE= 20080722
SNAPDATE= 20080725
INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG}
EXECBASE?= openoffice.org-${OOOTAG}
.if defined(WITH_CWS)

View file

@ -1,6 +1,6 @@
MD5 (openoffice.org3/OOo_DEV300_m26_source.tar.bz2) = 72eaaf76962f7799552321aea55bdea5
SHA256 (openoffice.org3/OOo_DEV300_m26_source.tar.bz2) = 0722ec6308315e7911eabfc13027202f0851320660d5a8edf5eee19f0cefb44f
SIZE (openoffice.org3/OOo_DEV300_m26_source.tar.bz2) = 316660782
MD5 (openoffice.org3/OOo_DEV300_m27_source.tar.bz2) = 6bae94d3b5738c308ea243ee08618349
SHA256 (openoffice.org3/OOo_DEV300_m27_source.tar.bz2) = 047ee8d6a82bcd4cdf71498369b7c9b29892ee64cf8ef96650407de2c3862a5b
SIZE (openoffice.org3/OOo_DEV300_m27_source.tar.bz2) = 316627907
MD5 (openoffice.org3/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d
SHA256 (openoffice.org3/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
SIZE (openoffice.org3/unowinreg.dll) = 6144

View file

@ -1,17 +1,16 @@
? neon/unxfbsdi.pro
Index: neon/neon.patch
===================================================================
RCS file: /cvs/external/neon/neon.patch,v
retrieving revision 1.20
diff -u -r1.20 neon.patch
--- neon/neon.patch 14 Nov 2007 09:49:43 -0000 1.20
+++ neon/neon.patch 13 Dec 2007 17:16:29 -0000
@@ -268,7 +268,7 @@
! #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
!
retrieving revision 1.25
diff -u -r1.25 neon.patch
--- neon/neon.patch 22 Jul 2008 17:17:06 -0000 1.25
+++ neon/neon.patch 24 Jul 2008 21:32:52 -0000
@@ -266,7 +266,7 @@
+#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
+