From 19a4f0ddb2cb35202cb7fb2d1b30b3401bce9052 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 9 Feb 2017 17:50:06 +0000 Subject: - Added LICENSE - Fixed patches for portlint - Supressed debug message on RXTXPort:removeEventListener:Exit when not in debug mode - Added java bootstrap class - Updated java source/target directives which will be depreciated in future release, see http://openjdk.java.net/ +jeps/182, and regression tested functionality. PR: 216248 Submitted by: james@elstone.net Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9508 --- comms/rxtx/files/patch-src-gnu-io-Configure.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'comms/rxtx/files/patch-src-gnu-io-Configure.java') diff --git a/comms/rxtx/files/patch-src-gnu-io-Configure.java b/comms/rxtx/files/patch-src-gnu-io-Configure.java index a87905d5675e..2172a441558b 100644 --- a/comms/rxtx/files/patch-src-gnu-io-Configure.java +++ b/comms/rxtx/files/patch-src-gnu-io-Configure.java @@ -1,6 +1,6 @@ ---- src/gnu/io/Configure.java.orig 2007-11-18 22:32:41.000000000 +0000 -+++ src/gnu/io/Configure.java 2015-05-11 16:51:34.000000000 +0100 -@@ -61,6 +61,7 @@ +--- src/gnu/io/Configure.java.orig 2007-11-18 22:32:41 UTC ++++ src/gnu/io/Configure.java +@@ -61,6 +61,7 @@ import java.awt.*; import java.awt.event.*; import java.io.*; @@ -8,7 +8,7 @@ class Configure extends Frame { Checkbox cb[]; -@@ -68,7 +69,9 @@ +@@ -68,7 +69,9 @@ class Configure extends Frame static final int PORT_SERIAL = 1; static final int PORT_PARALLEL = 2; int PortType = PORT_SERIAL; @@ -19,7 +19,7 @@ private void saveSpecifiedPorts() { String filename; -@@ -212,7 +215,9 @@ +@@ -212,7 +215,9 @@ class Configure extends Frame } public static void main (String[] args) { -- cgit v1.2.3