diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-27 01:00:04 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-27 01:00:04 +0000 |
commit | 14b94727633cd2ec42ff0bdc0fe98c4b37781853 (patch) | |
tree | 193b471088616c801bfe3cef7e18d235d99ef659 /comms/zssh | |
parent | bbf6e9b1b5a333228bcb5705854a4850a812e332 (diff) | |
download | ports-14b94727633cd2ec42ff0bdc0fe98c4b37781853.tar.gz ports-14b94727633cd2ec42ff0bdc0fe98c4b37781853.zip |
Notes
Diffstat (limited to 'comms/zssh')
-rw-r--r-- | comms/zssh/Makefile | 1 | ||||
-rw-r--r-- | comms/zssh/files/patch-aa | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/comms/zssh/Makefile b/comms/zssh/Makefile index fae3f6aa16ba..804969ed268f 100644 --- a/comms/zssh/Makefile +++ b/comms/zssh/Makefile @@ -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 --git a/comms/zssh/files/patch-aa b/comms/zssh/files/patch-aa new file mode 100644 index 000000000000..4ad0e26a2489 --- /dev/null +++ b/comms/zssh/files/patch-aa @@ -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 */ + |