Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2002 06:58:55 +0800 (CST)
From:      Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gslin@infomath.math.nctu.edu.tw
Subject:   ports/34314: [MAINTAIN UPDATE] fix the compile problem on -current
Message-ID:  <20020126225855.831D43D8D@infomath.math.nctu.edu.tw>

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

>Number:         34314
>Category:       ports
>Synopsis:       [MAINTAIN UPDATE] fix the compile problem on -current
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 26 15:00:06 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>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?20020126225855.831D43D8D>