[Bug 193776] New: [patch] tweak editors/openoffice-4 to use internal saxon to allow it to coexist with scilab

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 19 17:12:23 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193776

            Bug ID: 193776
           Summary: [patch] tweak editors/openoffice-4 to use internal
                    saxon to allow it to coexist with scilab
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: office at FreeBSD.org
          Reporter: truckman at FreeBSD.org
          Assignee: office at FreeBSD.org
             Flags: maintainer-feedback?(office at FreeBSD.org)

Created attachment 147471
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147471&action=edit
patch to tweak openoffice-4 to use private copy of saxon

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.

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer office at FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-office mailing list