From owner-freebsd-office@FreeBSD.ORG Fri Sep 19 17:12:22 2014 Return-Path: Delivered-To: office@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5B3DD78 for ; Fri, 19 Sep 2014 17:12:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C15A7F4D for ; Fri, 19 Sep 2014 17:12:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8JHCMZs079173 for ; Fri, 19 Sep 2014 17:12:22 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Fri, 19 Sep 2014 17:12:22 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2014 17:12:22 -0000 Don Lewis 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 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.