summaryrefslogtreecommitdiff
path: root/net/samba3/files
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2009-08-17 01:49:08 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2009-08-17 01:49:08 +0000
commitb8fbc9db591ba8b977494c75447636044d31172c (patch)
tree869c869cccc811cbbd1b002702a992db907105bb /net/samba3/files
parentBump port version to Samba 3.2.14 (diff)
Bump port version to Samba 3.0.36
Please note, that the 3.0 series will be DISCONTINUED after this release! Major enhancements included in Samba 3.0.36 are: o Fix Winbind crash on 'getent group' (bug #5906). o Excel save operation corrupts file ACLs (bug #4308). o Prevent segmentation fault on joining a very long domain name.
Notes
Notes: svn path=/head/; revision=239697
Diffstat (limited to 'net/samba3/files')
-rw-r--r--net/samba3/files/patch-include_includes.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/samba3/files/patch-include_includes.h b/net/samba3/files/patch-include_includes.h
deleted file mode 100644
index b0267c0755cb..000000000000
--- a/net/samba3/files/patch-include_includes.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./include/includes.h.orig Mon Apr 9 19:30:59 2007
-+++ ./include/includes.h Tue Apr 17 02:06:59 2007
-@@ -209,10 +209,10 @@
- #undef HAVE_LDAP
- #endif
-
--#if HAVE_GSSAPI_H
--#include <gssapi.h>
--#elif HAVE_GSSAPI_GSSAPI_H
-+#if HAVE_GSSAPI_GSSAPI_H
- #include <gssapi/gssapi.h>
-+#elif HAVE_GSSAPI_H
-+#include <gssapi.h>
- #elif HAVE_GSSAPI_GSSAPI_GENERIC_H
- #include <gssapi/gssapi_generic.h>
- #endif