summaryrefslogtreecommitdiff
path: root/ftp/ftpq
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-22 07:10:52 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-22 07:10:52 +0000
commit0a4bf1884ea1931e17102ab10ecc514753104af8 (patch)
treec3a2da8ee83d48673180dde8db80ca688fcfce93 /ftp/ftpq
parentUpgrade to 1.9.9, that should be latest version of imlibV1. (diff)
Add a patch for compile error. and bump version.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=40189
Diffstat (limited to 'ftp/ftpq')
-rw-r--r--ftp/ftpq/Makefile1
-rw-r--r--ftp/ftpq/files/patch-ftpq.h18
2 files changed, 19 insertions, 0 deletions
diff --git a/ftp/ftpq/Makefile b/ftp/ftpq/Makefile
index 5a76356371e9..629e69b028f5 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 000000000000..ade36b47109a
--- /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 */