svn commit: r438993 - head/devel/arduino18

Boris Samorodov bsam at FreeBSD.org
Thu Apr 20 19:58:09 UTC 2017


Author: bsam
Date: Thu Apr 20 19:58:08 2017
New Revision: 438993
URL: https://svnweb.freebsd.org/changeset/ports/438993

Log:
  devel/arduino18: Java 1.8+ is needed.
  
  PR:		218770
  Submitted by:	Zane C. Bowers-Hadley <vvelox at vvelox.net>
  Reported by:	Kyle Evans <bsdports at kyle-evans.net> (maintainer))

Modified:
  head/devel/arduino18/Makefile

Modified: head/devel/arduino18/Makefile
==============================================================================
--- head/devel/arduino18/Makefile	Thu Apr 20 19:55:58 2017	(r438992)
+++ head/devel/arduino18/Makefile	Thu Apr 20 19:58:08 2017	(r438993)
@@ -2,6 +2,7 @@
 
 PORTNAME=	arduino
 PORTVERSION=	1.8.2
+PORTREVISION=	1
 CATEGORIES=	devel java
 PKGNAMESUFFIX=	18
 DIST_SUBDIR=	${PORTNAME}
@@ -51,6 +52,7 @@ WRKSRC_SUBDIR=	build
 PATCH_WRKSRC=	${WRKSRC}/../
 MAKE_ARGS+=	-Dlight_bundle=true -Dlocal_sources=true -Dno_arduino_builder=true
 USE_JAVA=	yes
+JAVA_VERSION=	1.8+
 USE_ANT=	yes
 OS_DIR=		${WRKSRC}/linux
 BUILD_DIR=	${OS_DIR}/work


More information about the svn-ports-head mailing list