diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-09-19 01:39:21 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-09-19 01:39:21 +0000 |
commit | c9e8541afc050fd599304ab025c4401f778e7a56 (patch) | |
tree | 54bc0270be2cbd3b79a92518543af7df69463e9e /net/samba3/files/patch-include_includes.h | |
parent | Add RUN_DEPENDS of gcc41 for amd64. (diff) |
- Maintainer reports: [1]
After recent release of Samba 3.0.23c and corresponding version of
port several problems with it were reported back by the users.
- Fix for the broken OPTIONS menu due overlong line. That addresses PR
ports/103158 and ports/102980
- Fix build on FreeBSD 7. PR ports/102919.
- Several fixes to the rc.d/samba script, as well as a new code.
Should handle 'restart' properly now.
- Remove enforcement of a daemon shutdown during deinstallation due
several requests.
- SAMBA_PRIVATEDIR can now be redefined.
- Warn the user if FAM_SUPPORT is enabled contrary to the selected
OPTIONS. [2]
PR: ports/103170 [1] ports/103276 [2]
Submitted by: Timur I. Bakeyev <timur@gnu.org> (mainainer) [1],
Scot Hetzel <swhetzel@gmail.com> [2]
Approved by: maintainer [2]
Notes
Notes:
svn path=/head/; revision=173367
Diffstat (limited to 'net/samba3/files/patch-include_includes.h')
-rw-r--r-- | net/samba3/files/patch-include_includes.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/samba3/files/patch-include_includes.h b/net/samba3/files/patch-include_includes.h new file mode 100644 index 000000000000..a9ae02a59eaf --- /dev/null +++ b/net/samba3/files/patch-include_includes.h @@ -0,0 +1,16 @@ +--- include/includes.h.orig Wed Aug 23 18:16:38 2006 ++++ include/includes.h Fri Sep 8 00:12:44 2006 +@@ -475,10 +475,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 |