From owner-freebsd-ports Fri Jun 15 7:40:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EDA137B412 for ; Fri, 15 Jun 2001 07:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5FEe3A85360; Fri, 15 Jun 2001 07:40:03 -0700 (PDT) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 9700737B409 for ; Fri, 15 Jun 2001 07:31:13 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: (from leeym@localhost) by utopia.leeym.com (8.11.4/8.11.4) id f5FEVA608550; Fri, 15 Jun 2001 22:31:11 +0800 (CST) (envelope-from leeym) Message-Id: <200106151431.f5FEVA608550@utopia.leeym.com> Date: Fri, 15 Jun 2001 22:31:11 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28175: update port: chinese/telnet Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28175 >Category: ports >Synopsis: update port: chinese/telnet >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 15 07:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Jun 15 10:06:12 CST 2001 root@utopia.leeym.com:/mnt/obj/mnt/src/sys/UTOPIA i386 >Description: Fix libtelnet problem. >How-To-Repeat: http://bento.freebsd.org/errorlogs/5-full/zh-telnet-1.0.log >Fix: diff -ruN /usr/ports/chinese/telnet/Makefile telnet/Makefile --- /usr/ports/chinese/telnet/Makefile Tue Oct 10 10:45:07 2000 +++ telnet/Makefile Fri Jun 15 22:16:54 2001 @@ -15,6 +15,12 @@ SRCDIR= /usr/src/usr.bin/telnet +.include + +.if ${OSVERSION} > 500000 +EXTRA_PATCHES= ${FILESDIR}/current-patch +.endif + do-extract: .if exists (${SRCDIR}) @${MKDIR} ${WRKDIR} @@ -31,4 +37,4 @@ ${INSTALL_PROGRAM} ${WRKSRC}/telnet ${PREFIX}/bin/zh-telnet; \ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 -.include +.include diff -ruN /usr/ports/chinese/telnet/files/current-patch telnet/files/current-patch --- /usr/ports/chinese/telnet/files/current-patch Thu Jan 1 08:00:00 1970 +++ telnet/files/current-patch Fri Jun 15 22:07:37 2001 @@ -0,0 +1,11 @@ +--- Makefile.orig Fri Jun 15 22:06:14 2001 ++++ Makefile Fri Jun 15 22:07:22 2001 +@@ -51,7 +51,7 @@ + .endif + + DPADD= ${LIBTERMCAP} ${LIBTELNET} +-LDADD= -ltermcap ${LIBTELNET} ++LDADD= -ltermcap -ltelnet + + .if !defined(RELEASE_CRUNCH) + CFLAGS+=-DINET6 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message