diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-22 15:10:52 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-22 15:10:52 +0800 |
commit | 49c83dfa79be32eb9eb68006894228dd9b876ecc (patch) | |
tree | 9d6b448ae6383db426c2b649d124c3a9a087a069 /ftp/ftpq | |
parent | b87d00790a2f1f5135406e6ef47879f79a8fa48e (diff) | |
download | freebsd-ports-graphics-49c83dfa79be32eb9eb68006894228dd9b876ecc.tar.gz freebsd-ports-graphics-49c83dfa79be32eb9eb68006894228dd9b876ecc.tar.zst freebsd-ports-graphics-49c83dfa79be32eb9eb68006894228dd9b876ecc.zip |
Add a patch for compile error. and bump version.
Submitted by: bento
Diffstat (limited to 'ftp/ftpq')
-rw-r--r-- | ftp/ftpq/Makefile | 1 | ||||
-rw-r--r-- | ftp/ftpq/files/patch-ftpq.h | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/ftp/ftpq/Makefile b/ftp/ftpq/Makefile index 5a76356371e..629e69b028f 100644 --- a/ftp/ftpq/Makefile +++ b/ftp/ftpq/Makefile @@ -7,6 +7,7 @@ PORTNAME= ftpq PORTVERSION= 1.02 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://www.tranchant.freeserve.co.uk/software/ diff --git a/ftp/ftpq/files/patch-ftpq.h b/ftp/ftpq/files/patch-ftpq.h new file mode 100644 index 00000000000..ade36b47109 --- /dev/null +++ b/ftp/ftpq/files/patch-ftpq.h @@ -0,0 +1,18 @@ +--- ftpq.h.orig Sun Mar 4 16:00:00 2001 ++++ ftpq.h Wed Mar 21 15:36:15 2001 +@@ -22,6 +22,7 @@ + #include <ctype.h> + #include <dirent.h> + #include <errno.h> ++#include <sys/types.h> + #include <netdb.h> + #include <netinet/in.h> + #include <pwd.h> +@@ -30,7 +31,6 @@ + #include <string.h> + #include <sys/socket.h> + #include <sys/stat.h> +-#include <sys/types.h> + #include <unistd.h> + + /* useful defined constants */ |