svn commit: r356826 - head/math/jakarta-commons-math3

Steve Wills swills at FreeBSD.org
Fri Jun 6 17:52:35 UTC 2014


Author: swills
Date: Fri Jun  6 17:52:34 2014
New Revision: 356826
URL: http://svnweb.freebsd.org/changeset/ports/356826
QAT: https://qat.redports.org/buildarchive/r356826/

Log:
  - Doesn't actually build with OpenJDK 1.7, so mark it as 1.6 only
  
  With hat:	portmgr@

Modified:
  head/math/jakarta-commons-math3/Makefile

Modified: head/math/jakarta-commons-math3/Makefile
==============================================================================
--- head/math/jakarta-commons-math3/Makefile	Fri Jun  6 17:50:28 2014	(r356825)
+++ head/math/jakarta-commons-math3/Makefile	Fri Jun  6 17:52:34 2014	(r356826)
@@ -20,7 +20,7 @@ LICENSE=	APACHE20
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}-src
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.6+
+JAVA_VERSION=	1.6
 USE_ANT=	yes
 
 ALL_TARGET=	jar


More information about the svn-ports-head mailing list