Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2010 19:01:43 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        freebsd-openoffice@FreeBSD.org, pav@freebsd.org
Subject:   Re: [Fwd: openoffice.org-3.3.20100424 failed on amd64 8]
Message-ID:  <201005121901.47789.jkim@FreeBSD.org>
In-Reply-To: <1273691429.1622.7.camel@hood.oook.cz>
References:  <1273691429.1622.7.camel@hood.oook.cz>

next in thread | previous in thread | raw e-mail | index | archive | help

--Boundary-00=_bNz6LJAYd0OIHAz
Content-Type: text/plain;
  charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--Boundary-00=_bNz6LJAYd0OIHAz
Content-Type: text/plain;
  charset="utf-8";
  name="OOo.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="OOo.diff"

--- 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

--Boundary-00=_bNz6LJAYd0OIHAz--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005121901.47789.jkim>