On Tue, Jun 5, 2012 at 8:51 PM, Sergio de Almeida Lenzi <lenzi.ser...@gmail.com> wrote: > Hello all... > finally I track down the problem with libreoffice, > the problem is with the boost headers and files > > You MUST use the boost that comes with libreoffice, > but somehow the makefiles searches /usr/local/include/* > > Solution: > > remove (temporary) boost-lib, boost-jam, > then go to the editors/libreoffice ... > and then choose the language: in my case : LOCALIZED_LANG=pt-BR > put it in the Makefile, (or /etc/make.conf).... > than...... > make install package, > in a 8 cores cpu, with 8 jobs in paralell, libreoffice builds in 2 > hours.... > > after that, > reinstall boost-lib and boost-jam either from the ports, or from the > packages.. >
Here is an easy way: # portmaster -g boost-libs boost-jam # pkg_delete -f boost-libs-\* boost-jam-\* # postmaster libreoffice # portmaster -PP --local-packagedir=/usr/ports/packages boost-libs boost-jam or use pkg_add I'll admit that I am still building the packages, so I can't swear it will work, but it should. -- R. Kevin Oberman, Network Engineer E-mail: kob6...@gmail.com _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"