ports/159748: comms/rxtx installs improperly with openjdk7

George Mitchell george+freebsd at m5p.com
Sat Aug 13 22:20:07 UTC 2011


>Number:         159748
>Category:       ports
>Synopsis:       comms/rxtx installs improperly with openjdk7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 13 22:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     George Mitchell
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD scollay.m5p.com 8.2-STABLE FreeBSD 8.2-STABLE #1: Thu May 19 14:07:27 EDT 2011 george at scollay.m5p.com:/usr/obj/usr/src/sys/SCOLLAY amd64


	
>Description:
	The patch file /usr/ports/comms/rxtx/files/patch.configure
        assumes rxtx is being installed under java 1.6 or lower.
        The attached change fixes the problem.
>How-To-Repeat:
	Install java/openjdk7.  Install comms/rxtx.  Java class files
        and shared object libraries get installed in unfindable places.
>Fix:

--- patch-configure.orig	2008-09-08 16:30:40.000000000 -0400
+++ patch-configure	2011-08-13 18:03:24.000000000 -0400
@@ -5,7 +5,7 @@
  			\$(target_triplet)/librxtxParallel.la"
  	case $JAVA_VERSION in
 -	1.2*|1.3*|1.4*|1.5*)
-+	1.2*|1.3*|1.4*|1.5*|1.6*)
++	1.2*|1.3*|1.4*|1.5*|1.6*|1.7*)
  		#fix_parameters $JPATH/jre/lib/javax.comm.properties
  		CLASSPATH=".:\$(TOP):\$(TOP)/src:"`find $JPATH/ -name RXTXcomm.jar |head -n1`
  		RXTX_PATH="\$(JPATH)/jre/lib/\$(OS_ARCH)"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list