From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 21:35:43 2014 Return-Path: Delivered-To: svn-ports-all@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 71C53E11; Thu, 5 Jun 2014 21:35:43 +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 5F1B42D14; Thu, 5 Jun 2014 21:35:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s55LZhwD097879; Thu, 5 Jun 2014 21:35:43 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s55LZh0U097878; Thu, 5 Jun 2014 21:35:43 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201406052135.s55LZh0U097878@svn.freebsd.org> From: Jung-uk Kim Date: Thu, 5 Jun 2014 21:35:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356714 - head/science/colt 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 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: Thu, 05 Jun 2014 21:35:43 -0000 Author: jkim Date: Thu Jun 5 21:35:42 2014 New Revision: 356714 URL: http://svnweb.freebsd.org/changeset/ports/356714 QAT: https://qat.redports.org/buildarchive/r356714/ Log: Allow building with JDK8. javadoc failures are not fatal. Modified: head/science/colt/Makefile Modified: head/science/colt/Makefile ============================================================================== --- head/science/colt/Makefile Thu Jun 5 21:35:29 2014 (r356713) +++ head/science/colt/Makefile Thu Jun 5 21:35:42 2014 (r356714) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Java package for scalable scientific and technical computing USE_JAVA= yes -JAVA_VERSION= 1.6 1.7 +JAVA_VERSION= 1.6+ WRKSRC= ${WRKDIR}/${PORTNAME} .if !defined(WITHOUT_COMPILE)