[Fwd: openoffice.org-3.3.20100424 failed on amd64 8]

Jung-uk Kim jkim at FreeBSD.org
Wed May 12 23:01:56 UTC 2010


On Wednesday 12 May 2010 03:10 pm, Pav Lucistnik wrote:
--- >8 --- SNIP! --- >8 ---
> > Attention: if you fix the errors in above module(s) you may
> > prolongue your the build issuing command:
> >
> > 	build --all:hunspell
> >
> > *** Error code 1
> >
> > Stop in /a/ports/editors/openoffice.org-3-devel.
> > ================================================================
> > build of /usr/ports/editors/openoffice.org-3-devel ended at Wed
> > May 12 15:32:15 UTC 2010

Please try the attached quick-and-dirty patch.

Jung-uk Kim
-------------- next part --------------
--- Makefile.orig	2010-05-12 18:41:44.000000000 -0400
+++ Makefile	2010-05-12 18:40:37.000000000 -0400
@@ -219,7 +219,7 @@
 
 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
--- files/patch-i111384.orig	2010-05-08 02:32:00.000000000 -0400
+++ files/patch-i111384	2010-05-12 18:38:58.000000000 -0400
@@ -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


More information about the freebsd-openoffice mailing list