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

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: truckman@FreeBSD.org
          Assignee: office@FreeBSD.org
             Flags: maintainer-feedback?(office@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@FreeBSD.org> ---
Auto-assigned to maintainer office@FreeBSD.org

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



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