Date: Fri, 5 May 2006 11:11:31 +0200 (CEST) From: Jean-Baptiste Quenot <jb.quenot@caraldi.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/96820: Maintainer update: unbreak comms/rxtx Message-ID: <20060505091131.C841661F7@vision.anyware> Resent-Message-ID: <200605050920.k459KFm7038155@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96820 >Category: ports >Synopsis: Maintainer update: unbreak comms/rxtx >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 05 09:20:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jean-Baptiste Quenot >Release: FreeBSD 5.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD vision.anyware 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #1: Thu Mar 9 19:20:53 CET 2006 jbq@vision.anyware:/usr/obj/usr/src/sys/VISION i386 >Description: rxtx does not build on FreeBSD 5.x, it has been reported by pointyhat. There is a problem during the "install" phase. I'm adding a new patch to fix the problem. Thanks in advance! >How-To-Repeat: >Fix: 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 10:50:41 2006 @@ -14,8 +14,6 @@ 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/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)/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060505091131.C841661F7>