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-ParallelImp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'comms/rxtx/files/patch-src-ParallelImp.c') diff --git a/comms/rxtx/files/patch-src-ParallelImp.c b/comms/rxtx/files/patch-src-ParallelImp.c index a663b1b1997e..99fefda6482e 100644 --- a/comms/rxtx/files/patch-src-ParallelImp.c +++ b/comms/rxtx/files/patch-src-ParallelImp.c @@ -1,6 +1,6 @@ ---- src/ParallelImp.c.orig 2008-11-27 20:01:48.000000000 +0000 -+++ src/ParallelImp.c 2015-05-11 16:52:36.000000000 +0100 -@@ -265,9 +265,6 @@ +--- src/ParallelImp.c.orig 2008-11-27 20:01:48 UTC ++++ src/ParallelImp.c +@@ -265,9 +265,6 @@ JNIEXPORT jboolean JNICALL LPRPort(isPri #if defined(__linux__) return( status & LP_BUSY ? JNI_TRUE : JNI_FALSE ); #endif -- cgit v1.2.3