Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 1998 12:22:09 +0900 (KST)
From:      junker@jazz.snu.ac.kr
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6904: port upgrade: net/ztelnet
Message-ID:  <199806100322.MAA23959@punky.snu.ac.kr>

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

>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 <junker@jazz.snu.ac.kr>
 #
@@ -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 <cmascott@world.std.com>
+# 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 <bsd.port.mk>
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 <yongari@michell.kotel.co.kr> for the FreeBSD
-patches.
+Thanks to Pyun, Yong-Hun <yongari@michell.kotel.co.kr> and
+Carl Mascott <cmascott@world.std.com> for the FreeBSD patches.
 
 --
 Ports by CHOI Junho <junker@jazz.snu.ac.kr>
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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