From gslin@infomath.math.nctu.edu.tw  Sat Jan 26 14:59:17 2002
Return-Path: <gslin@infomath.math.nctu.edu.tw>
Received: from Mgw2-out.NCTU.edu.tw (Mgw2-out.NCTU.edu.tw [140.113.6.234])
	by hub.freebsd.org (Postfix) with ESMTP id 46D0637B404
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Jan 2002 14:59:02 -0800 (PST)
Received: (from root@localhost)
	by Mgw2-out.NCTU.edu.tw (8.11.6/8.11.6) id g0QMwvo34085
	for FreeBSD-gnats-submit@freebsd.org.procmail; Sun, 27 Jan 2002 06:58:57 +0800 (CST)
Received: from infomath.math.nctu.edu.tw (infomath.Math.NCTU.edu.tw [140.113.22.119])
	by Mgw2-out.NCTU.edu.tw (8.11.6/8.11.6) with ESMTP id g0QMwvL34078
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Jan 2002 06:58:57 +0800 (CST)
Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000)
	id 831D43D8D; Sun, 27 Jan 2002 06:58:55 +0800 (CST)
Message-Id: <20020126225855.831D43D8D@infomath.math.nctu.edu.tw>
Date: Sun, 27 Jan 2002 06:58:55 +0800 (CST)
From: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
Reply-To: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@infomath.math.nctu.edu.tw
Subject: [MAINTAIN UPDATE] fix the compile problem on -current
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         34314
>Category:       ports
>Synopsis:       [MAINTAIN UPDATE] fix the compile problem on -current
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 26 15:00:06 PST 2002
>Closed-Date:    Sat Jan 26 17:00:14 PST 2002
>Last-Modified:  Sat Jan 26 17:00:29 PST 2002
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #3: Thu Dec 6 23:59:36 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386


	
>Description:
	Fix a compile problem on -current.
	
>How-To-Repeat:
	N/A
	
>Fix:

diff -ruN /usr/ports/comms/zssh/Makefile zssh/Makefile
--- /usr/ports/comms/zssh/Makefile	Wed Dec 19 16:58:26 2001
+++ zssh/Makefile	Sun Jan 27 06:54:50 2002
@@ -7,6 +7,7 @@
 
 PORTNAME=	zssh
 PORTVERSION=	1.5a
+PORTREVISION=	1
 CATEGORIES=	comms security
 MASTER_SITES=	http://prdownloads.sf.net/zssh/
 EXTRACT_SUFX=	.tgz
diff -ruN /usr/ports/comms/zssh/files/patch-aa zssh/files/patch-aa
--- /usr/ports/comms/zssh/files/patch-aa	Thu Jan  1 08:00:00 1970
+++ zssh/files/patch-aa	Sun Jan 27 06:50:11 2002
@@ -0,0 +1,18 @@
+--- zssh.h.old	Sun Jan 27 06:49:15 2002
++++ zssh.h	Sun Jan 27 06:49:25 2002
+@@ -33,6 +33,7 @@
+ #include "config.h"
+ 
+ #ifdef STDC_HEADERS
++#include <sys/types.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <errno.h>
+@@ -45,7 +46,6 @@
+ 
+ //#include <term.h> /*alpha*/
+ 
+-#include <sys/types.h>
+ #include <sys/stat.h>
+ #endif /* STDC_HEADERS */
+ 
	

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Sat Jan 26 17:00:14 PST 2002 
State-Changed-Why:  
Fixed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34314 
>Unformatted:
