Date: Sat, 13 Aug 2011 08:57:32 GMT From: Edward.Sanford.Sutton@FreeBSD.org, III <mirror176@cox.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/159735: [patch] adopt and update comms/rxtx Message-ID: <201108130857.p7D8vWu5081720@red.freebsd.org> Resent-Message-ID: <201108130900.p7D90Nc0048146@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159735 >Category: ports >Synopsis: [patch] adopt and update comms/rxtx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 13 09:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Edward Sanford Sutton, III >Release: 8.2-STABLE >Organization: >Environment: FreeBSD darkstar.l.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Tue May 3 01:00:52 MST 2011 root@darkstar.l.net:/usr/obj/usr/src/sys/MYKERNEL8 amd64 >Description: Needed to update comms/rxtx to get past cryptic erroc messages and random crashes during use. As I do not want to reintroduce the problem fixed by http://www.freebsd.org/cgi/query-pr.cgi?pr=152882 , I also await Bob Frazier's feedback as I did not carry those patches forward on this update. If it is still needed, I will try to reimplement it with the changed files. I added another master site as the project seems to have lost and regained a homepage. Patch files were renamed to reflect the path of what they change. Should I try to add more detail to the error message when permissions are not correct for it working with lockfiles in the code and/or describe it in a message during install? All feedback appreciated. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -r /usr/ports/comms/rxtx/Makefile comms/rxtx/Makefile 9,10c9 < PORTVERSION= 2.1.7r2 < PORTREVISION= 7 --- > PORTVERSION= 2.2p2 12c11,12 < MASTER_SITES= ftp://jarvi.dsl.frii.com/pub/rxtx/ --- > MASTER_SITES= http://rxtx.qbang.org/pub/rxtx/ \ > ftp://jarvi.dsl.frii.com/pub/rxtx/ 14c14 < DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([^\.]*)$/-\1/:S/p/pre/} --- > DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} 16c16 < MAINTAINER= ports@FreeBSD.org --- > MAINTAINER= mirror176@cox.net diff -r /usr/ports/comms/rxtx/distinfo comms/rxtx/distinfo 1,2c1,2 < SHA256 (rxtx-2.1-7r2.zip) = 31db3852a86105766758975519b27d262407c96cacad4f34ad0de5aae26addd9 < SIZE (rxtx-2.1-7r2.zip) = 1345757 --- > SHA256 (rxtx-2.2pre2.zip) = 3c30373e760f444def3650c76c5a00ae12fb1d860ec008750d084f4880495b03 > SIZE (rxtx-2.2pre2.zip) = 1491209 Only in /usr/ports/comms/rxtx/files: patch-ParallelImp.c Only in /usr/ports/comms/rxtx/files: patch-RXTXCommDriver.java Only in /usr/ports/comms/rxtx/files: patch-SerialImp.c Only in /usr/ports/comms/rxtx/files: patch-SerialImp.cpp Only in /usr/ports/comms/rxtx/files: patch-SerialImp.h Only in /usr/ports/comms/rxtx/files: patch-configure Only in comms/rxtx/files: patch-src-ParallelImp.c Only in comms/rxtx/files: patch-src-gnu-io-RXTXCommDriver.java diff -r /usr/ports/comms/rxtx/pkg-descr comms/rxtx/pkg-descr 5c5 < WWW: http://www.rxtx.org/ --- > WWW: http://rxtx.qbang.org diff -r /usr/ports/comms/rxtx/pkg-plist comms/rxtx/pkg-plist 2c2 < lib/%%ARCH%%/librxtxParallel-2.1-7.so --- > lib/%%ARCH%%/librxtxParallel-2.2pre1.so 5c5 < lib/%%ARCH%%/librxtxSerial-2.1-7.so --- > lib/%%ARCH%%/librxtxSerial-2.2pre1.so >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108130857.p7D8vWu5081720>