Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2008 14:10:17 +0200 (CEST)
From:      Ed Schouten <ed@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/124473: [Patch] net-mgmt/annextools: remove rtelnet tool, uses sgtty
Message-ID:  <20080611121017.403AA1CC1A@palm.hoeg.nl>
Resent-Message-ID: <200806111220.m5BCK1B2029780@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124473
>Category:       ports
>Synopsis:       [Patch] net-mgmt/annextools: remove rtelnet tool, uses sgtty
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 11 12:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ed Schouten
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD palm.hoeg.nl 6.3-STABLE FreeBSD 6.3-STABLE #0: Wed Jun 4 08:56:01 CEST 2008 ed@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386
>Description:
The annextools port still uses sgtty. A couple of months ago I patched
some of the existing utilities to use termios. There is one remaining
application, rtelnet, which only supports sgtty. Because I don't have
the equipment to safely port this tool to termios, we'd better
disconnect it from the build.
>How-To-Repeat:
>Fix:
Apply the following patch to the port:

--- net-mgmt/annextools/Makefile
+++ net-mgmt/annextools/Makefile
@@ -33,7 +33,6 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/erpcd/tms_convert ${PREFIX}/annex/sbin
 	${INSTALL_PROGRAM} ${WRKSRC}/erpcd/tms_dbm ${PREFIX}/annex/sbin
 	${INSTALL_PROGRAM} ${WRKSRC}/na/na ${PREFIX}/annex/sbin
-	${INSTALL_PROGRAM} ${WRKSRC}/rtelnet/rtelnet ${PREFIX}/annex/sbin
 	${INSTALL_DATA} ${WRKSRC}/snmp/xylo-anx.mib ${PREFIX}/annex/snmp
 	${INSTALL_DATA} ${WRKSRC}/snmp/xylo-callmgmt.mib ${PREFIX}/annex/snmp
 	${INSTALL_DATA} ${WRKSRC}/snmp/xylo-modem.mib ${PREFIX}/annex/snmp
--- net-mgmt/annextools/files/patch-Makefile
+++ net-mgmt/annextools/files/patch-Makefile
@@ -1,10 +1,9 @@
 --- Makefile.orig	Thu Sep 18 20:10:32 2003
 +++ Makefile	Thu Sep 18 20:10:32 2003
-@@ -0,0 +1,7 @@
+@@ -0,0 +1,6 @@
 +SUBDIR=		libannex
 +SUBDIR+=	netadm
 +SUBDIR+=	erpcd
 +SUBDIR+=	na
-+SUBDIR+=	rtelnet
 +
 +.include <bsd.subdir.mk>
--- net-mgmt/annextools/pkg-plist
+++ net-mgmt/annextools/pkg-plist
@@ -5,7 +5,6 @@
 annex/sbin/tms_convert
 annex/sbin/tms_dbm
 annex/sbin/na
-annex/sbin/rtelnet
 @dirrm annex/sbin
 annex/snmp/xylo-anx.mib
 annex/snmp/xylo-callmgmt.mib
>Release-Note:
>Audit-Trail:
>Unformatted:



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