From owner-freebsd-ports Tue Jun 9 20:30:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08765 for freebsd-ports-outgoing; Tue, 9 Jun 1998 20:30:10 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08749 for ; Tue, 9 Jun 1998 20:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA04992; Tue, 9 Jun 1998 20:30:01 -0700 (PDT) Received: from punky.snu.ac.kr (punky.snu.ac.kr [147.46.59.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07594 for ; Tue, 9 Jun 1998 20:22:19 -0700 (PDT) (envelope-from pwd@punky.snu.ac.kr) Received: (from pwd@localhost) by punky.snu.ac.kr (8.8.8/8.8.7) id MAA23959; Wed, 10 Jun 1998 12:22:09 +0900 (KST) (envelope-from pwd) Message-Id: <199806100322.MAA23959@punky.snu.ac.kr> Date: Wed, 10 Jun 1998 12:22:09 +0900 (KST) From: junker@jazz.snu.ac.kr Reply-To: junker@jazz.snu.ac.kr To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6904: port upgrade: net/ztelnet Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6904 >Category: ports >Synopsis: port upgrade >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 9 20:30:01 PDT 1998 >Last-Modified: >Originator: CHOI Junho >Organization: NARAE, CS Dept., Seoul National Univ., ROK >Release: FreeBSD 2.2.6-BETA i386 >Environment: FreeBSD punky.snu.ac.kr 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Thu Apr 30 19:53:18 KST 1998 pwd@punky.snu.ac.kr:/usr/src/sys/compile/PUNKY i386 >Description: Port upgrade(net/ztelnet) >How-To-Repeat: >Fix: diff -uNr /usr/ports/net/ztelnet/Makefile ./Makefile --- /usr/ports/net/ztelnet/Makefile Thu Mar 19 15:12:38 1998 +++ ./Makefile Wed Jun 10 12:09:56 1998 @@ -1,5 +1,5 @@ # New ports collection makefile for: ztelnet -# Version required: 1.0p2 +# Version required: 1.0p3 # Date created: 15 Mar 1998 # Whom: CHOI Junho # @@ -8,13 +8,16 @@ # In this ports.. # - new compilation diff for FreeBSD(now we can upload!) # - linux patch(implied -8 and stairway effect) is applied -# NOTE: in post-patch, we can ignore warnings. +# - improved sz and rz patch, and new ztelnet manpage(cmascott patch) +# Thanks to Carl Mascott +# NOTE: in first post-patch, we can ignore warnings. DISTNAME= ztelnet2 -PKGNAME= ztelnet-1.0p2 +PKGNAME= ztelnet-1.0p3 CATEGORIES= net -MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/net/ -DISTFILES= ztelnet-linux.tar.gz ztelnet-patch.tar.gz +MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/net/ztelnet/ +DISTFILES= ztelnet-linux.tar.gz ztelnet-patch.tar.gz \ + ztelnet-patch-cmascott.tar.gz MAINTAINER= junker@jazz.snu.ac.kr @@ -23,9 +26,14 @@ MAN1= ztelnet.1 post-patch: + # we can ignore warnings @( cd ${WRKSRC}/ztelnet && \ ${PATCH} -s -p1 < ${WRKSRC}/ztelnet.patch || \ true ) > /dev/null 2>&1 + # but it is not + @cd ${WRKSRC}/ztelnet && \ + ${PATCH} -s -p1 < ${WRKSRC}/rz.patch && \ + ${PATCH} -s -p1 < ${WRKSRC}/sz.patch do-build: @cd ${WRKSRC}/ztelnet && \ @@ -36,6 +44,6 @@ @cd ${WRKSRC}/ztelnet; \ ${MKDIR} ${PREFIX}/bin; \ ${INSTALL_PROGRAM} telnet/telnet ${PREFIX}/bin/ztelnet - ${INSTALL_MAN} ${WRKDIR}/ztelnet/telnet/telnet.1 ${PREFIX}/man/man1/ztelnet.1 + ${INSTALL_MAN} ${WRKSRC}/ztelnet.1 ${PREFIX}/man/man1/ztelnet.1 .include diff -uNr /usr/ports/net/ztelnet/files/md5 ./files/md5 --- /usr/ports/net/ztelnet/files/md5 Mon Mar 16 16:22:23 1998 +++ ./files/md5 Wed Jun 10 11:20:44 1998 @@ -1,2 +1,3 @@ MD5 (ztelnet-linux.tar.gz) = 01a24b1b70f8e26e6f4c4fe2aabcc055 MD5 (ztelnet-patch.tar.gz) = d9bab9d4ffaa09db5eaa099af854cd77 +MD5 (ztelnet-patch-cmascott.tar.gz) = abb288bcce6a739eb3ddbc4613ceadab diff -uNr /usr/ports/net/ztelnet/pkg/DESCR ./pkg/DESCR --- /usr/ports/net/ztelnet/pkg/DESCR Fri Mar 20 00:57:26 1998 +++ ./pkg/DESCR Wed Jun 10 12:10:47 1998 @@ -7,8 +7,8 @@ By default, the 8-bit transfer option(-8) is implied. -Thanks to Pyun, Yong-Hun for the FreeBSD -patches. +Thanks to Pyun, Yong-Hun and +Carl Mascott for the FreeBSD patches. -- Ports by CHOI Junho >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message