aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd/files
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-04-08 14:59:28 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-04-08 14:59:28 +0000
commit8883e7bcc0f203cd9184dff2b8f7dfa46e03efbf (patch)
tree99e8f7d868df9766a696e36ebbfb8e23423adb81 /ftp/proftpd/files
parenta6007af90ed4cc0596369adf6bd272f4e0e73a5f (diff)
downloadports-8883e7bcc0f203cd9184dff2b8f7dfa46e03efbf.tar.gz
ports-8883e7bcc0f203cd9184dff2b8f7dfa46e03efbf.zip
Notes
Diffstat (limited to 'ftp/proftpd/files')
-rw-r--r--ftp/proftpd/files/patch-contrib-mod_ban.c10
-rw-r--r--ftp/proftpd/files/patch-contrib-mod_sftp-scp.c11
-rw-r--r--ftp/proftpd/files/patch-contrib-mod_tls.c10
-rw-r--r--ftp/proftpd/files/patch-src-inet.c22
4 files changed, 53 insertions, 0 deletions
diff --git a/ftp/proftpd/files/patch-contrib-mod_ban.c b/ftp/proftpd/files/patch-contrib-mod_ban.c
new file mode 100644
index 000000000000..7f7a9a9bfee0
--- /dev/null
+++ b/ftp/proftpd/files/patch-contrib-mod_ban.c
@@ -0,0 +1,10 @@
+--- contrib/mod_ban.c.orig 2010-04-08 16:31:51.305526124 +0200
++++ contrib/mod_ban.c 2010-04-08 16:32:29.115825094 +0200
+@@ -1117,6 +1117,7 @@
+
+ #if defined(FREEBSD4) || defined(FREEBSD5) || \
+ defined(FREEBSD6) || defined(FREEBSD7) || \
++ defined(FREEBSD8) || defined(FREEBSD9) || \
+ defined(DARWIN7) || defined(DARWIN8) || defined(DARWIN9)
+ optreset = 1;
+ opterr = 1;
diff --git a/ftp/proftpd/files/patch-contrib-mod_sftp-scp.c b/ftp/proftpd/files/patch-contrib-mod_sftp-scp.c
new file mode 100644
index 000000000000..54a7b056d7af
--- /dev/null
+++ b/ftp/proftpd/files/patch-contrib-mod_sftp-scp.c
@@ -0,0 +1,11 @@
+--- contrib/mod_sftp/scp.c.orig 2010-04-08 16:50:19.950294512 +0200
++++ contrib/mod_sftp/scp.c 2010-04-08 16:50:34.925959239 +0200
+@@ -1772,7 +1772,7 @@
+ */
+
+ #if defined(FREEBSD4) || defined(FREEBSD5) || defined(FREEBSD6) || \
+- defined(FREEBSD7) || \
++ defined(FREEBSD7) || defined(FREEBSD8) || defined(FREEBSD9) || \
+ defined(DARWIN7) || defined(DARWIN8) || defined(DARWIN9)
+ optreset = 1;
+ opterr = 1;
diff --git a/ftp/proftpd/files/patch-contrib-mod_tls.c b/ftp/proftpd/files/patch-contrib-mod_tls.c
new file mode 100644
index 000000000000..c712376c3274
--- /dev/null
+++ b/ftp/proftpd/files/patch-contrib-mod_tls.c
@@ -0,0 +1,10 @@
+--- contrib/mod_tls.c.orig 2010-04-08 16:31:45.943822175 +0200
++++ contrib/mod_tls.c 2010-04-08 16:32:44.490058910 +0200
+@@ -4812,6 +4812,7 @@
+ /* All the fun portability of resetting getopt(3). */
+ #if defined(FREEBSD4) || defined(FREEBSD5) || \
+ defined(FREEBSD6) || defined(FREEBSD7) || \
++ defined(FREEBSD8) || defined(FREEBSD9) || \
+ defined(DARWIN7) || defined(DARWIN8) || defined(DARWIN9)
+ optreset = 1;
+ opterr = 1;
diff --git a/ftp/proftpd/files/patch-src-inet.c b/ftp/proftpd/files/patch-src-inet.c
new file mode 100644
index 000000000000..485e231cbe33
--- /dev/null
+++ b/ftp/proftpd/files/patch-src-inet.c
@@ -0,0 +1,22 @@
+--- src/inet.c.orig 2010-04-08 16:31:54.398256052 +0200
++++ src/inet.c 2010-04-08 16:33:21.513206951 +0200
+@@ -226,7 +226,8 @@
+
+ #if defined(SOLARIS2) || defined(FREEBSD2) || defined(FREEBSD3) || \
+ defined(FREEBSD4) || defined(FREEBSD5) || defined(FREEBSD6) || \
+- defined(FREEBSD7) || defined(__OpenBSD__) || defined(__NetBSD__) || \
++ defined(FREEBSD7) || defined(FREEBSD8) || defined(FREEBSD9) || \
++ defined(__OpenBSD__) || defined(__NetBSD__) || \
+ defined(DARWIN6) || defined(DARWIN7) || defined(DARWIN8) || defined(DARWIN9) || defined(DARWIN10) || \
+ defined(SCO3) || defined(CYGWIN) || defined(SYSV4_2MP) || \
+ defined(SYSV5SCO_SV6) || defined(SYSV5UNIXWARE7)
+@@ -244,7 +245,8 @@
+
+ #if defined(SOLARIS2) || defined(FREEBSD2) || defined(FREEBSD3) || \
+ defined(FREEBSD4) || defined(FREEBSD5) || defined(FREEBSD6) || \
+- defined(FREEBSD7) || defined(__OpenBSD__) || defined(__NetBSD__) || \
++ defined(FREEBSD7) || defined(FREEBSD8) || defined(FREEBSD9) || \
++ defined(__OpenBSD__) || defined(__NetBSD__) || \
+ defined(DARWIN6) || defined(DARWIN7) || defined(DARWIN8) || defined(DARWIN9) || defined(DARWIN10) || \
+ defined(SCO3) || defined(CYGWIN) || defined(SYSV4_2MP) || \
+ defined(SYSV5SCO_SV6) || defined(SYSV5UNIXWARE7)