diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-08 20:30:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-08 20:30:40 +0000 |
commit | d19083957f9074bd5a8b6db8c092215ec2daf5eb (patch) | |
tree | f171b345a39325ab4627655e46eadb731574c57d /comms/rxtx | |
parent | 9121e42567b9c565fe18bde74fc7d8012aba8286 (diff) | |
download | ports-d19083957f9074bd5a8b6db8c092215ec2daf5eb.tar.gz ports-d19083957f9074bd5a8b6db8c092215ec2daf5eb.zip |
Notes
Diffstat (limited to 'comms/rxtx')
-rw-r--r-- | comms/rxtx/Makefile | 2 | ||||
-rw-r--r-- | comms/rxtx/files/patch-configure | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index 43abaf33e4c2..3ccba6a9db30 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -7,7 +7,7 @@ PORTNAME= rxtx PORTVERSION= 2.1.7r2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms java MASTER_SITES= ftp://jarvi.dsl.frii.com/pub/rxtx/ PKGNAMESUFFIX= -${JAVA_PORT:S/java\///} diff --git a/comms/rxtx/files/patch-configure b/comms/rxtx/files/patch-configure new file mode 100644 index 000000000000..29e685742757 --- /dev/null +++ b/comms/rxtx/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2008-09-08 22:26:51.000000000 +0200 ++++ configure 2008-09-08 22:27:59.000000000 +0200 +@@ -21611,7 +21611,7 @@ + TARGETLIB="\$(target_triplet)/librxtxSerial.la \ + \$(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*) + #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)" |