Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 May 2006 09:40:18 GMT
From:      Jean-Baptiste Quenot <jb.quenot@caraldi.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/96820: Maintainer update: unbreak comms/rxtx
Message-ID:  <200605050940.k459eIR2039773@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/96820; it has been noted by GNATS.

From: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/96820: Maintainer update: unbreak comms/rxtx
Date: Fri, 5 May 2006 11:32:41 +0200

 --0eh6TmSyL6TZE2Uz
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Please find attached an updated patch that updates rxtx to the
 latest version.  This brings support for JDK 1.5.
 -- 
      Jean-Baptiste Quenot
 aka  John Banana Qwerty
 http://caraldi.com/jbq/
 
 --0eh6TmSyL6TZE2Uz
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=patchrxtx
 
 diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/comms/rxtx/Makefile ./Makefile
 --- /usr/ports/comms/rxtx/Makefile	Mon Apr 24 00:00:29 2006
 +++ ./Makefile	Fri May  5 11:25:24 2006
 @@ -6,16 +6,15 @@
  #
  
  PORTNAME=	rxtx
 -PORTVERSION=	2.1.7p17
 +PORTVERSION=	2.1.7r2
  CATEGORIES=	comms java
  MASTER_SITES=	ftp://jarvi.dsl.frii.com/pub/rxtx/
  PKGNAMESUFFIX=	-${JAVA_PORT:S/java\///}
  DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.([^\.]*)$/-\1/:S/p/pre/}
 +USE_ZIP=	yes
  
  MAINTAINER=	jb.quenot@caraldi.com
  COMMENT=	Native interface to serial ports in Java
 -
 -BROKEN=		Does not compile
  
  USE_GMAKE=	yes
  USE_JAVA=	yes
 diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/comms/rxtx/distinfo ./distinfo
 --- /usr/ports/comms/rxtx/distinfo	Mon Jan 23 00:00:36 2006
 +++ ./distinfo	Fri May  5 11:25:28 2006
 @@ -1,3 +1,3 @@
 -MD5 (rxtx-2.1-7pre17.tar.gz) = 1ae2a0fc82bfb3f7a911f2313c8cad44
 -SHA256 (rxtx-2.1-7pre17.tar.gz) = f6662f1ce05685da0a662236e432f9c3b865a7b4d8707004a48e38346149a6e3
 -SIZE (rxtx-2.1-7pre17.tar.gz) = 985729
 +MD5 (rxtx-2.1-7r2.zip) = 9290b4832d46199f8d798a531209640b
 +SHA256 (rxtx-2.1-7r2.zip) = 31db3852a86105766758975519b27d262407c96cacad4f34ad0de5aae26addd9
 +SIZE (rxtx-2.1-7r2.zip) = 1345757
 diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/comms/rxtx/files/patch-Makefile.in-libtool ./files/patch-Makefile.in-libtool
 --- /usr/ports/comms/rxtx/files/patch-Makefile.in-libtool	Thu Jan  1 01:00:00 1970
 +++ ./files/patch-Makefile.in-libtool	Fri May  5 10:54:12 2006
 @@ -0,0 +1,11 @@
 +--- Makefile.in.orig	Fri May  5 10:53:02 2006
 ++++ Makefile.in	Fri May  5 10:54:08 2006
 +@@ -448,7 +448,7 @@
 + 	@$(LIBTOOL_INST) \
 + 	`for i in $(TARGETLIB);do \
 + 		if [ -f $$i ];then \
 +-			echo $$i; \
 ++			echo $(TOP)/$$i; \
 + 		fi; \
 + 	done` $(RXTX_PATH)
 + 	$(BSD_INSTALL_DATA) $(JARTARGET) $(JHOME)/
 diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/comms/rxtx/files/patch-SerialImp.h ./files/patch-SerialImp.h
 --- /usr/ports/comms/rxtx/files/patch-SerialImp.h	Wed Oct 20 13:17:36 2004
 +++ ./files/patch-SerialImp.h	Thu Jan  1 01:00:00 1970
 @@ -1,13 +0,0 @@
 -$FreeBSD: ports/comms/rxtx/files/patch-SerialImp.h,v 1.1 2004/10/20 11:17:36 hq Exp $
 -
 ---- src/SerialImp.h.orig	Sat Apr 24 23:31:27 2004
 -+++ src/SerialImp.h	Sat Apr 24 23:31:38 2004
 -@@ -126,7 +126,7 @@
 - #endif /* __sgi__ || sgi */
 - #if defined(__FreeBSD__)
 - #	define DEVICEDIR "/dev/"
 --#	define LOCKDIR "/var/spool/uucp"
 -+#	define LOCKDIR "/var/spool/lock"
 - #	define LOCKFILEPREFIX "LK."
 - #	define UUCP
 - #endif
 diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.*.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/comms/rxtx/pkg-plist ./pkg-plist
 --- /usr/ports/comms/rxtx/pkg-plist	Wed Oct 20 13:17:36 2004
 +++ ./pkg-plist	Fri May  5 11:31:42 2006
 @@ -1,7 +1,7 @@
  lib/ext/RXTXcomm.jar
 -lib/i386/librxtxParallel-2.1-7pre17.so
 +lib/i386/librxtxParallel-2.1-7.so
  lib/i386/librxtxParallel.la
  lib/i386/librxtxParallel.so
 -lib/i386/librxtxSerial-2.1-7pre17.so
 +lib/i386/librxtxSerial-2.1-7.so
  lib/i386/librxtxSerial.la
  lib/i386/librxtxSerial.so
 
 --0eh6TmSyL6TZE2Uz--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605050940.k459eIR2039773>