ports/96820: Maintainer update: unbreak comms/rxtx

Jean-Baptiste Quenot jb.quenot at caraldi.com
Fri May 5 09:20:51 UTC 2006


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list