summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2010-06-05 13:31:24 +0000
committerMaho Nakata <maho@FreeBSD.org>2010-06-05 13:31:24 +0000
commitdd54da186dc64d874aea7763ba790ebcf886dacc (patch)
tree940ee3656ce221c71ff0b31c37483d8e11daa439 /editors/openoffice-3-devel
parentUpdate pkg-descr (minor fixes; formatting). (diff)
Update to DEV300_m79.
Fix hunspell issue by: jkim@ Funded by: OpenOffice.org community
Notes
Notes: svn path=/head/; revision=255782
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r--editors/openoffice-3-devel/Makefile6
-rw-r--r--editors/openoffice-3-devel/distinfo6
-rw-r--r--editors/openoffice-3-devel/files/patch-i1113842
3 files changed, 7 insertions, 7 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile
index 504a3aef9820..57f5f4e4d826 100644
--- a/editors/openoffice-3-devel/Makefile
+++ b/editors/openoffice-3-devel/Makefile
@@ -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
diff --git a/editors/openoffice-3-devel/distinfo b/editors/openoffice-3-devel/distinfo
index a8d71267588d..b61f499904dc 100644
--- a/editors/openoffice-3-devel/distinfo
+++ b/editors/openoffice-3-devel/distinfo
@@ -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
diff --git a/editors/openoffice-3-devel/files/patch-i111384 b/editors/openoffice-3-devel/files/patch-i111384
index edb766fe8f45..2daf10d99533 100644
--- a/editors/openoffice-3-devel/files/patch-i111384
+++ b/editors/openoffice-3-devel/files/patch-i111384
@@ -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