Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 17:12:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 193776] [patch] tweak editors/openoffice-4 to use internal saxon to allow it to coexist with scilab
Message-ID:  <bug-193776-25061-JzcrlUo4oP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193776-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193776-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Don Lewis <truckman@FreeBSD.org> has asked office@FreeBSD.org for
maintainer-feedback:
Bug 193776: [patch] tweak editors/openoffice-4 to use internal saxon to allow
it to coexist with scilab
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193776


------- Additional Comments from Don Lewis <truckman@FreeBSD.org>
The editors/openoffice-4 port currently depends on textproc/saxon-devel and
relies on features that are only present in this version of saxon.  The recent
update to math/scilab added a dependency to textproc/saxon-he, and it requires
features that are only present in this version.  Unfortunately saxon-devel and
saxon-he conflict because they both want to install
/usr/local/share/java/classes/saxon9-xqj.jar, which means that openoffice-4 and
scilab can't both be installed on the same machine.

The attached patch removes the openoffice-4 --with-system-saxon and
--with-saxon-jar configure options so that it will use a private copy of saxon
and remove the conflict.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193776-25061-JzcrlUo4oP>