Date: Sat, 13 Aug 2011 18:19:48 -0400 (EDT) From: George Mitchell <george+freebsd@m5p.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/159748: comms/rxtx installs improperly with openjdk7 Message-ID: <201108132219.p7DMJmbV064473@m5p.com> Resent-Message-ID: <201108132220.p7DMK654098103@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108132219.p7DMJmbV064473>