diff options
author | Maho Nakata <maho@FreeBSD.org> | 2011-06-12 21:32:38 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2011-06-12 21:32:38 +0000 |
commit | 79dad6e6c5377ac5653f6621f9c5bcd963c6d201 (patch) | |
tree | 049ce3eeca753130fe672229a68b8f776a14ffcc /editors/openoffice.org-3-devel | |
parent | 2b280d12946099771ceccb1a5f978e42ddeb3f82 (diff) | |
download | ports-79dad6e6c5377ac5653f6621f9c5bcd963c6d201.tar.gz ports-79dad6e6c5377ac5653f6621f9c5bcd963c6d201.zip |
Update to DEV300_m102.
Notes
Notes:
svn path=/head/; revision=275475
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/distinfo | 4 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-i10000 | 13 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-i117269 | 68 |
4 files changed, 72 insertions, 17 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index f52a69cea2db..cec7b27ad212 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -76,12 +76,12 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set.sh FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh .endif -MILESTONE?= 101 +MILESTONE?= 102 OOOTAG?= DEV300_m${MILESTONE} OOOTAG2= ${OOOTAG:C/_//g} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 -SNAPDATE= 20110220 +SNAPDATE= 20110309 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org3 diff --git a/editors/openoffice.org-3-devel/distinfo b/editors/openoffice.org-3-devel/distinfo index e279dd354f10..a599db81c419 100644 --- a/editors/openoffice.org-3-devel/distinfo +++ b/editors/openoffice.org-3-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (openoffice.org3/OOo_DEV300_m101_source.tar.bz2) = 994a2685943496df5a4a83e0a12d29869b45dbded92db13ed7511456a181b6af -SIZE (openoffice.org3/OOo_DEV300_m101_source.tar.bz2) = 227915224 +SHA256 (openoffice.org3/OOo_DEV300_m102_source.tar.bz2) = e0be8af3001bcf613f71d859330380a424becf762a225bf7d4ad612eff34ddc3 +SIZE (openoffice.org3/OOo_DEV300_m102_source.tar.bz2) = 227172561 SHA256 (openoffice.org3/ext_sources.20110331.tar.bz2) = 0ffa08f29a13a3d7e9bdcc8feb120b31398c46de4a1ba2be6665258f5caeeac3 SIZE (openoffice.org3/ext_sources.20110331.tar.bz2) = 260892348 SHA256 (openoffice.org3/l10n.20110611.tar.bz2) = 4bcbe042fd41f532e2a14f65b27d691af8d66eb402942319090747cfbc526297 diff --git a/editors/openoffice.org-3-devel/files/patch-i10000 b/editors/openoffice.org-3-devel/files/patch-i10000 deleted file mode 100644 index 8a48c1641dea..000000000000 --- a/editors/openoffice.org-3-devel/files/patch-i10000 +++ /dev/null @@ -1,13 +0,0 @@ -http://hg.services.openoffice.org/DEV300/rev/a22158b47c13 -http://www.mail-archive.com/dev@openoffice.org/msg15401.html - ---- set_soenv.in 2011-03-28 20:50:13.000000000 +0900 -+++ set_soenv.in 2011-06-12 16:32:09.000000000 +0900 -@@ -1497,6 +1497,7 @@ - # - print "done\n"; - $gb_REPOS = $SRC_ROOT; -+my $BUILD_TYPE = "@BUILD_TYPE@"; - - if ('@WITH_LANG@' ne "") - { diff --git a/editors/openoffice.org-3-devel/files/patch-i117269 b/editors/openoffice.org-3-devel/files/patch-i117269 new file mode 100644 index 000000000000..3c52e846687b --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-i117269 @@ -0,0 +1,68 @@ +--- configure.in 2011-06-12 20:29:44.000000000 +0900 ++++ configure.in 2011-06-12 20:31:29.000000000 +0900 +@@ -3482,10 +3482,9 @@ + AC_MSG_RESULT(yes) + fi + if echo "$WITH_MINGWIN" | $EGREP -q "/"; then +- if ! test -x "`echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/`"; then MINGSTRIP=false; else MINGWSTRIP=$(basename $(echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/)); fi ++ if ! test -x "`echo $WITH_MINGWIN | $SED -e s/g++/strip/`"; then MINGSTRIP=false; else MINGWSTRIP=$(basename $(echo $WITH_MINGWIN | $SED -e s/g++/strip/)); fi + else +- AC_CHECK_TOOL(MINGWSTRIP, `echo $WITH_MINGWIN | $SED -e s/g++/strip/ | +-$SED -e s/c++/strip/`, false) ++ AC_CHECK_TOOL(MINGWSTRIP, `echo $WITH_MINGWIN | $SED -e s/g++/strip/`, false) + fi + if test "$MINGWSTRIP" = "false"; then + AC_MSG_ERROR(MinGW32 binutils needed. Install them.) + +--- configure 2011-03-28 23:03:11.000000000 +0900 ++++ configure 2011-06-12 20:48:45.000000000 +0900 +@@ -12960,13 +12960,11 @@ + echo "${ECHO_T}yes" >&6 + fi + if echo "$WITH_MINGWIN" | $EGREP -q "/"; then +- if ! test -x "`echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/`"; then MINGSTRIP=false; else MINGWSTRIP=$(basename $(echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/)); fi ++ if ! test -x "`echo $WITH_MINGWIN | $SED -e s/g++/strip/`"; then MINGSTRIP=false; else MINGWSTRIP=$(basename $(echo $WITH_MINGWIN | $SED -e s/g++/strip/)); fi + else + if test -n "$ac_tool_prefix"; then +- # Extract the first word of "${ac_tool_prefix}`echo $WITH_MINGWIN | $SED -e s/g++/strip/ | +-$SED -e s/c++/strip/`", so it can be a program name with args. +-set dummy ${ac_tool_prefix}`echo $WITH_MINGWIN | $SED -e s/g++/strip/ | +-$SED -e s/c++/strip/`; ac_word=$2 ++ # Extract the first word of "${ac_tool_prefix}`echo $WITH_MINGWIN | $SED -e s/g++/strip/`", so it can be a program name with args. ++set dummy ${ac_tool_prefix}`echo $WITH_MINGWIN | $SED -e s/g++/strip/`; ac_word=$2 + echo "$as_me:$LINENO: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + if test "${ac_cv_prog_MINGWSTRIP+set}" = set; then +@@ -12982,8 +12980,7 @@ + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +- ac_cv_prog_MINGWSTRIP="${ac_tool_prefix}`echo $WITH_MINGWIN | $SED -e s/g++/strip/ | +-$SED -e s/c++/strip/`" ++ ac_cv_prog_MINGWSTRIP="${ac_tool_prefix}`echo $WITH_MINGWIN | $SED -e s/g++/strip/`" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +@@ -13004,10 +13001,8 @@ + fi + if test -z "$ac_cv_prog_MINGWSTRIP"; then + ac_ct_MINGWSTRIP=$MINGWSTRIP +- # Extract the first word of "`echo $WITH_MINGWIN | $SED -e s/g++/strip/ | +-$SED -e s/c++/strip/`", so it can be a program name with args. +-set dummy `echo $WITH_MINGWIN | $SED -e s/g++/strip/ | +-$SED -e s/c++/strip/`; ac_word=$2 ++ # Extract the first word of "`echo $WITH_MINGWIN | $SED -e s/g++/strip/`", so it can be a program name with args. ++set dummy `echo $WITH_MINGWIN | $SED -e s/g++/strip/`; ac_word=$2 + echo "$as_me:$LINENO: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + if test "${ac_cv_prog_ac_ct_MINGWSTRIP+set}" = set; then +@@ -13023,8 +13018,7 @@ + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +- ac_cv_prog_ac_ct_MINGWSTRIP="`echo $WITH_MINGWIN | $SED -e s/g++/strip/ | +-$SED -e s/c++/strip/`" ++ ac_cv_prog_ac_ct_MINGWSTRIP="`echo $WITH_MINGWIN | $SED -e s/g++/strip/`" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi |