From owner-svn-ports-all@FreeBSD.ORG Tue Oct 28 17:49:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FBD138A; Tue, 28 Oct 2014 17:49:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7302AD9D; Tue, 28 Oct 2014 17:49:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9SHnAOS079334; Tue, 28 Oct 2014 17:49:10 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9SHnATa079333; Tue, 28 Oct 2014 17:49:10 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201410281749.s9SHnATa079333@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 28 Oct 2014 17:49:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371639 - head/editors/libreoffice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2014 17:49:10 -0000 Author: jkim Date: Tue Oct 28 17:49:09 2014 New Revision: 371639 URL: https://svnweb.freebsd.org/changeset/ports/371639 QAT: https://qat.redports.org/buildarchive/r371639/ Log: LibreOffice works fine with Java 7 and later. PR: 194667 Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Tue Oct 28 15:18:39 2014 (r371638) +++ head/editors/libreoffice/Makefile Tue Oct 28 17:49:09 2014 (r371639) @@ -239,7 +239,6 @@ JAVA_CONFIGURE_OFF= --without-java # LibreOffice works only with Java 6 -- which may not be the default # if you specify the JAVA_VENDOR variable JAVA_BUILD= yes -JAVA_VERSION= 1.6 JAVA_USE= JAVA=yes KDE4_USE= KDE4=kdelibs QT4=moc_build QT4=qmake_build