Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 00:57:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 193776] [patch] tweak editors/openoffice-4 to use internal saxon to allow it to coexist with scilab
Message-ID:  <bug-193776-25061-nib2KSOd6i@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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193776

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: truckman
Date: Mon Jan 19 00:57:32 UTC 2015
New revision: 377375
URL: https://svnweb.freebsd.org/changeset/ports/377375

Log:
  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.  Avoid this problem
  by tweaking openoffice-4 use a private copy of saxon.  This requires a
  new version of the ext_sources tarball.

  Bump PORTREVISION so that users pick up the updated port.

  Modernize MASTER_SITES syntax and update MASTER_SITE for unowinreg.dll.

  Update comment to take de facto mainternship.

  PR:        193776
  Differential Revision:    https://reviews.freebsd.org/D1553
  Reviewed by:    bapt, pfg
  Approved by:    mat (mentor)

Changes:
  head/editors/openoffice-4/Makefile
  head/editors/openoffice-4/distinfo

-- 
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-25061-nib2KSOd6i>