Date: Wed, 6 Jun 2012 22:08:29 -0700 From: Kevin Oberman <kob6558@gmail.com> To: rotkap@gmx.de Cc: freebsd-ports@freebsd.org Subject: Re: libreoffice, Makefile fix proposal... Message-ID: <CAN6yY1te=LqCSgh%2BD=BsEu-RRb0Bb2f0BQ7oq=krGTDze1QHSQ@mail.gmail.com> In-Reply-To: <CAN6yY1sV00eEeZ46K2bJBeoMoY9T0f7wh60o%2Bs5H5P28FnCkyQ@mail.gmail.com> References: <1339037016.14403.3.camel@z6000.lenzicasa> <2kk5a9-33c2.ln1@news.hansenet.de> <CAN6yY1sV00eEeZ46K2bJBeoMoY9T0f7wh60o%2Bs5H5P28FnCkyQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Yes, boost is used by many things, but a CONFLICTS line is appropriate > as libreoffice will not build correctly if it is installed. > > In addition, we need instructions to temporarily remove boost-libs and > boost-jam while libreoffice is building. It may then be re-installed, > as boost is only a build conflict, not a run-conflict. As I said > yestetrday: > # portmaster -g boost-libs boost-jam > # pkg_delete -f boost-libs-\* boost-jam-\* > # cd /usr/ports/editor/libreoffice > # make patch > # cd work/libreoffice-core > --- lotuswordpro/Module_lotuswordpro.mk.orig =A0 =A02012-05-31 > 19:34:52.014043605 -0300 > +++ lotuswordpro/Module_lotuswordpro.mk 2012-05-31 19:29:29.276164732 > -0300 > @@ -31,8 +31,8 @@ > =A0 =A0 Library_lwpft \ > =A0)) > > -$(eval $(call gb_Module_add_check_targets,lotuswordpro,\ > - =A0 =A0CppunitTest_lotuswordpro_test_lotuswordpro \ > -)) > +#$(eval $(call gb_Module_add_check_targets,lotuswordpro,\ > +# =A0 =A0CppunitTest_lotuswordpro_test_lotuswordpro \ > +#)) > > =A0# vim: set noet sw=3D4 ts=3D4: > ^D > # portmaster -C libreoffice > # pkg_add /usr/ports/packages/All/boost-libs-* > /usr/ports/packages/All/boost-jam-\* Silly me! Of course the patch for lotuswordpro/Module_lotuswordpro,mk should be added to libreoffice/files: # portmaster -g boost-libs boost-jam # pkg_delete -f boost-libs-\* boost-jam-\* # portmaster libreoffice # pkg_add /usr/ports/packages/All/boost-libs-* /usr/ports/packages/All/boost-jam-\* Much simpler! --=20 R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1te=LqCSgh%2BD=BsEu-RRb0Bb2f0BQ7oq=krGTDze1QHSQ>