Update to DEV300_m79.
Fix hunspell issue by: jkim@ Funded by: OpenOffice.org community
This commit is contained in:
parent
3d0040e8f7
commit
dd54da186d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255782
@ -85,11 +85,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set.sh
|
||||
FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh
|
||||
.endif
|
||||
|
||||
MILESTONE?= 78
|
||||
MILESTONE?= 79
|
||||
OOOTAG?= DEV300_m${MILESTONE}
|
||||
OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX}
|
||||
OOODIR= openoffice.org3
|
||||
SNAPDATE= 20100522
|
||||
SNAPDATE= 20100529
|
||||
INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG}
|
||||
EXECBASE?= openoffice.org-${OOOTAG}
|
||||
DIST_SUBDIR= openoffice.org3
|
||||
@ -219,7 +219,7 @@ pre-configure:
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} ; ./bootstrap
|
||||
@cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${BASH} -c "source ${FREEBSD_ENV_SET} ; cd instsetoo_native ; build.pl --checkmodules ; build.pl -P${MAKE_JOBS_NUMBER} --all --html --dontgraboutput"
|
||||
@cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" "LIBINTL_PREFIX=${PREFIX}" ${BASH} -c "source ${FREEBSD_ENV_SET} ; cd instsetoo_native ; build.pl --checkmodules ; build.pl -P${MAKE_JOBS_NUMBER} --all --html"
|
||||
|
||||
.if ${LOCALIZED_LANG} == "alllangs"
|
||||
@${MAKE} languagepack
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (openoffice.org3/OOo_DEV300_m78_source.tar.bz2) = 8ec5fbf5a511c9b61665e146f96f5a6e
|
||||
SHA256 (openoffice.org3/OOo_DEV300_m78_source.tar.bz2) = 9e6af939dcc6880f903ce54580f6ace2fa329f01a15ba641f01b87fbcccf15a3
|
||||
SIZE (openoffice.org3/OOo_DEV300_m78_source.tar.bz2) = 309365323
|
||||
MD5 (openoffice.org3/OOo_DEV300_m79_source.tar.bz2) = 8e5e72c284fcc6a20739c715c370eca3
|
||||
SHA256 (openoffice.org3/OOo_DEV300_m79_source.tar.bz2) = 9cb9fd4b4a59f0ee03058c9fe1d6b3c6ced579fb3a9757bd4d46ec54e56d6e05
|
||||
SIZE (openoffice.org3/OOo_DEV300_m79_source.tar.bz2) = 309453513
|
||||
MD5 (openoffice.org3/ext_sources.20100505.tar.bz2) = 222ec0066fb4cdd5147f9b15b4792a41
|
||||
SHA256 (openoffice.org3/ext_sources.20100505.tar.bz2) = dca86ab08c92ac44532e5c9060421c0cdf6ca235c6bd1dd5bd8b5259a297a3ef
|
||||
SIZE (openoffice.org3/ext_sources.20100505.tar.bz2) = 207514823
|
||||
|
@ -28,7 +28,7 @@
|
||||
.ELIF "$(OS)"=="MACOSX" # "$(SYSBASE)"!=""
|
||||
CONFIGURE_FLAGS+=CPPFLAGS="$(EXTRA_CDEFS)"
|
||||
+.ELIF "$(OS)"=="FREEBSD" # "$(SYSBASE)"!=""
|
||||
+CONFIGURE_FLAGS+= CFLAGS="$(EXTRA_CFLAGS) -I$(COMPATH)/include" CXXFLAGS="$(EXTRA_CFLAGS) -I$(COMPATH)/include"
|
||||
+CONFIGURE_FLAGS+=CPPFLAGS="-I$(LIBINTL_PREFIX)/include" --with-libintl-prefix="$(LIBINTL_PREFIX)"
|
||||
.ENDIF
|
||||
|
||||
BUILD_ACTION=make && make check
|
||||
|
@ -85,11 +85,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set.sh
|
||||
FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh
|
||||
.endif
|
||||
|
||||
MILESTONE?= 78
|
||||
MILESTONE?= 79
|
||||
OOOTAG?= DEV300_m${MILESTONE}
|
||||
OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX}
|
||||
OOODIR= openoffice.org3
|
||||
SNAPDATE= 20100522
|
||||
SNAPDATE= 20100529
|
||||
INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG}
|
||||
EXECBASE?= openoffice.org-${OOOTAG}
|
||||
DIST_SUBDIR= openoffice.org3
|
||||
@ -219,7 +219,7 @@ pre-configure:
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} ; ./bootstrap
|
||||
@cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${BASH} -c "source ${FREEBSD_ENV_SET} ; cd instsetoo_native ; build.pl --checkmodules ; build.pl -P${MAKE_JOBS_NUMBER} --all --html --dontgraboutput"
|
||||
@cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" "LIBINTL_PREFIX=${PREFIX}" ${BASH} -c "source ${FREEBSD_ENV_SET} ; cd instsetoo_native ; build.pl --checkmodules ; build.pl -P${MAKE_JOBS_NUMBER} --all --html"
|
||||
|
||||
.if ${LOCALIZED_LANG} == "alllangs"
|
||||
@${MAKE} languagepack
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (openoffice.org3/OOo_DEV300_m78_source.tar.bz2) = 8ec5fbf5a511c9b61665e146f96f5a6e
|
||||
SHA256 (openoffice.org3/OOo_DEV300_m78_source.tar.bz2) = 9e6af939dcc6880f903ce54580f6ace2fa329f01a15ba641f01b87fbcccf15a3
|
||||
SIZE (openoffice.org3/OOo_DEV300_m78_source.tar.bz2) = 309365323
|
||||
MD5 (openoffice.org3/OOo_DEV300_m79_source.tar.bz2) = 8e5e72c284fcc6a20739c715c370eca3
|
||||
SHA256 (openoffice.org3/OOo_DEV300_m79_source.tar.bz2) = 9cb9fd4b4a59f0ee03058c9fe1d6b3c6ced579fb3a9757bd4d46ec54e56d6e05
|
||||
SIZE (openoffice.org3/OOo_DEV300_m79_source.tar.bz2) = 309453513
|
||||
MD5 (openoffice.org3/ext_sources.20100505.tar.bz2) = 222ec0066fb4cdd5147f9b15b4792a41
|
||||
SHA256 (openoffice.org3/ext_sources.20100505.tar.bz2) = dca86ab08c92ac44532e5c9060421c0cdf6ca235c6bd1dd5bd8b5259a297a3ef
|
||||
SIZE (openoffice.org3/ext_sources.20100505.tar.bz2) = 207514823
|
||||
|
@ -28,7 +28,7 @@
|
||||
.ELIF "$(OS)"=="MACOSX" # "$(SYSBASE)"!=""
|
||||
CONFIGURE_FLAGS+=CPPFLAGS="$(EXTRA_CDEFS)"
|
||||
+.ELIF "$(OS)"=="FREEBSD" # "$(SYSBASE)"!=""
|
||||
+CONFIGURE_FLAGS+= CFLAGS="$(EXTRA_CFLAGS) -I$(COMPATH)/include" CXXFLAGS="$(EXTRA_CFLAGS) -I$(COMPATH)/include"
|
||||
+CONFIGURE_FLAGS+=CPPFLAGS="-I$(LIBINTL_PREFIX)/include" --with-libintl-prefix="$(LIBINTL_PREFIX)"
|
||||
.ENDIF
|
||||
|
||||
BUILD_ACTION=make && make check
|
||||
|
Loading…
Reference in New Issue
Block a user