> > 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 2012-05-31 > 19:34:52.014043605 -0300 > +++ lotuswordpro/Module_lotuswordpro.mk 2012-05-31 19:29:29.276164732 > -0300 > @@ -31,8 +31,8 @@ > Library_lwpft \ > )) > > -$(eval $(call gb_Module_add_check_targets,lotuswordpro,\ > - CppunitTest_lotuswordpro_test_lotuswordpro \ > -)) > +#$(eval $(call gb_Module_add_check_targets,lotuswordpro,\ > +# CppunitTest_lotuswordpro_test_lotuswordpro \ > +#)) > > # vim: set noet sw=4 ts=4: > ^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! -- 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"