svn commit: r356557 - head/science/colt

Jung-uk Kim jkim at FreeBSD.org
Wed Jun 4 23:21:57 UTC 2014


Author: jkim
Date: Wed Jun  4 23:21:57 2014
New Revision: 356557
URL: http://svnweb.freebsd.org/changeset/ports/356557
QAT: https://qat.redports.org/buildarchive/r356557/

Log:
  Fix build with java/openjdk7.  Note it does not build with java/openjdk8.
  
  Reported by:	exp-run (PR190511)

Modified:
  head/science/colt/Makefile

Modified: head/science/colt/Makefile
==============================================================================
--- head/science/colt/Makefile	Wed Jun  4 23:00:57 2014	(r356556)
+++ head/science/colt/Makefile	Wed Jun  4 23:21:57 2014	(r356557)
@@ -11,12 +11,13 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Java package for scalable scientific and technical computing
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.6+
+JAVA_VERSION=	1.6 1.7
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 .if !defined(WITHOUT_COMPILE)
 USE_ANT=	yes
 ALL_TARGET=	build
+MAKE_ENV=	LANG=en_US.ISO8859-1
 .if !defined(NOPORTDOCS)
 ALL_TARGET+=	javadoc
 .endif


More information about the svn-ports-head mailing list