Update to DEV300_m45.

This commit is contained in:
Maho Nakata 2009-03-28 12:04:42 +00:00
parent b4e398675e
commit e37d4f5fb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231184
6 changed files with 10 additions and 52 deletions

View file

@ -70,11 +70,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
FREEBSD_ENV_SET= FreeBSDX86Env.Set
.endif
MILESTONE?= 44
MILESTONE?= 45
OOOTAG?= DEV300_m${MILESTONE}
OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX}
OOODIR= openoffice.org3
SNAPDATE= 20090321
SNAPDATE= 20090328
INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG}
EXECBASE?= openoffice.org-${OOOTAG}
.if defined(WITH_CWS)

View file

@ -1,6 +1,6 @@
MD5 (openoffice.org3/OOo_DEV300_m44_source.tar.bz2) = 117af32dd73fe38e711490ff670c7ecc
SHA256 (openoffice.org3/OOo_DEV300_m44_source.tar.bz2) = 895f450c8eb42371ac4787820e2077037fee1a7b03fc72f9189f731017e4d9b1
SIZE (openoffice.org3/OOo_DEV300_m44_source.tar.bz2) = 403092581
MD5 (openoffice.org3/OOo_DEV300_m45_source.tar.bz2) = ac53453a5c451e3ac25e07cd3ae06c24
SHA256 (openoffice.org3/OOo_DEV300_m45_source.tar.bz2) = 77b3a3d51d68016405445560e04fd6ee63f88c04a7047292571272fd96d67306
SIZE (openoffice.org3/OOo_DEV300_m45_source.tar.bz2) = 403029123
MD5 (openoffice.org3/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d
SHA256 (openoffice.org3/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
SIZE (openoffice.org3/unowinreg.dll) = 6144

View file

@ -1,21 +0,0 @@
--- solenv/inc/settings.mk~ 2009-02-25 02:58:24.000000000 +0900
+++ solenv/inc/settings.mk 2009-03-20 16:43:08.000000000 +0900
@@ -1023,6 +1023,7 @@
# allow seperate handling
EXTMAXPROCESS*=$(MAXPROCESS)
+HELPEX*=$(AUGMENT_LIBRARY_PATH) helpex
IDLC*=$(AUGMENT_LIBRARY_PATH) idlc
REGMERGE*=$(AUGMENT_LIBRARY_PATH) regmerge
REGCOMPARE*=$(AUGMENT_LIBRARY_PATH) regcompare
--- helpcontent2/makefile.pmk~ 2009-03-20 21:22:43.000000000 +0900
+++ helpcontent2/makefile.pmk 2009-03-20 21:26:12.000000000 +0900
@@ -44,7 +44,7 @@
$(COMMONMISC)$/$(TARGET).done : $(HLANGXHPFILES)
.IF "$(WITH_LANG)"!=""
- @$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) helpex -QQ -p helpcontent2 -r $(PRJ) -i @$(mktmp $(uniq $(foreach,i,$? $(!eq,$(i:f),$(i:f:s/.xhp//) $(i:f) $(XHPFILES))))) -x $(COMMONMISC) -y $(SHELL_PACKAGE) -l all -lf $(aux_alllangiso:t",") -m localize.sdf && $(TOUCH) $@
+ @$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(HELPEX) -QQ -p helpcontent2 -r $(PRJ) -i @$(mktmp $(uniq $(foreach,i,$? $(!eq,$(i:f),$(i:f:s/.xhp//) $(i:f) $(XHPFILES))))) -x $(COMMONMISC) -y $(SHELL_PACKAGE) -l all -lf $(aux_alllangiso:t",") -m localize.sdf && $(TOUCH) $@
.ELSE # "$(WITH_LANG)"!=""
.IF "$(USE_SHELL)"=="4nt"
# it's getting real ugly...

View file

@ -70,11 +70,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
FREEBSD_ENV_SET= FreeBSDX86Env.Set
.endif
MILESTONE?= 44
MILESTONE?= 45
OOOTAG?= DEV300_m${MILESTONE}
OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX}
OOODIR= openoffice.org3
SNAPDATE= 20090321
SNAPDATE= 20090328
INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG}
EXECBASE?= openoffice.org-${OOOTAG}
.if defined(WITH_CWS)

View file

@ -1,6 +1,6 @@
MD5 (openoffice.org3/OOo_DEV300_m44_source.tar.bz2) = 117af32dd73fe38e711490ff670c7ecc
SHA256 (openoffice.org3/OOo_DEV300_m44_source.tar.bz2) = 895f450c8eb42371ac4787820e2077037fee1a7b03fc72f9189f731017e4d9b1
SIZE (openoffice.org3/OOo_DEV300_m44_source.tar.bz2) = 403092581
MD5 (openoffice.org3/OOo_DEV300_m45_source.tar.bz2) = ac53453a5c451e3ac25e07cd3ae06c24
SHA256 (openoffice.org3/OOo_DEV300_m45_source.tar.bz2) = 77b3a3d51d68016405445560e04fd6ee63f88c04a7047292571272fd96d67306
SIZE (openoffice.org3/OOo_DEV300_m45_source.tar.bz2) = 403029123
MD5 (openoffice.org3/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d
SHA256 (openoffice.org3/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
SIZE (openoffice.org3/unowinreg.dll) = 6144

View file

@ -1,21 +0,0 @@
--- solenv/inc/settings.mk~ 2009-02-25 02:58:24.000000000 +0900
+++ solenv/inc/settings.mk 2009-03-20 16:43:08.000000000 +0900
@@ -1023,6 +1023,7 @@
# allow seperate handling
EXTMAXPROCESS*=$(MAXPROCESS)
+HELPEX*=$(AUGMENT_LIBRARY_PATH) helpex
IDLC*=$(AUGMENT_LIBRARY_PATH) idlc
REGMERGE*=$(AUGMENT_LIBRARY_PATH) regmerge
REGCOMPARE*=$(AUGMENT_LIBRARY_PATH) regcompare
--- helpcontent2/makefile.pmk~ 2009-03-20 21:22:43.000000000 +0900
+++ helpcontent2/makefile.pmk 2009-03-20 21:26:12.000000000 +0900
@@ -44,7 +44,7 @@
$(COMMONMISC)$/$(TARGET).done : $(HLANGXHPFILES)
.IF "$(WITH_LANG)"!=""
- @$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) helpex -QQ -p helpcontent2 -r $(PRJ) -i @$(mktmp $(uniq $(foreach,i,$? $(!eq,$(i:f),$(i:f:s/.xhp//) $(i:f) $(XHPFILES))))) -x $(COMMONMISC) -y $(SHELL_PACKAGE) -l all -lf $(aux_alllangiso:t",") -m localize.sdf && $(TOUCH) $@
+ @$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(HELPEX) -QQ -p helpcontent2 -r $(PRJ) -i @$(mktmp $(uniq $(foreach,i,$? $(!eq,$(i:f),$(i:f:s/.xhp//) $(i:f) $(XHPFILES))))) -x $(COMMONMISC) -y $(SHELL_PACKAGE) -l all -lf $(aux_alllangiso:t",") -m localize.sdf && $(TOUCH) $@
.ELSE # "$(WITH_LANG)"!=""
.IF "$(USE_SHELL)"=="4nt"
# it's getting real ugly...