mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
Update port to the 3.0.28a revision.
Major changes: o Failure to join Windows 2008 domains o Windows Vista (including SP1 RC) interop issues Approved by: shaun (mentor, implicit)
This commit is contained in:
parent
dde7bc2d56
commit
68ddaf05b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212437
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= samba
|
||||
PORTVERSION?= 3.0.28
|
||||
PORTVERSION?= 3.0.28a
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH?= 1
|
||||
CATEGORIES?= net
|
||||
@ -110,7 +110,7 @@ CONFIGURE_ARGS+= --with-pam --with-readline --with-sendfile-support \
|
||||
IGNORE= doesn't compile when tdb is installed. Uninstall databases/tdb port
|
||||
.endif
|
||||
|
||||
# Let proccess generate meaningful backtrace on core dump
|
||||
# Let process generate meaningful backtrace on core dump
|
||||
LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo
|
||||
|
||||
.if !defined(WITHOUT_LDAP)
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (samba-3.0.28.tar.gz) = 8761cd7c02833d959fbebd4f69895075
|
||||
SHA256 (samba-3.0.28.tar.gz) = dcaf9213b9f7c749b346214ae21808cd336947c71693b4eca1af6f037725d98e
|
||||
SIZE (samba-3.0.28.tar.gz) = 18159912
|
||||
MD5 (samba-3.0.28a.tar.gz) = 59754cb0c19da6e65c42d0a163c5885a
|
||||
SHA256 (samba-3.0.28a.tar.gz) = 9dc9ecb26017b1831cb1e0b212e1eb8c0b6176df6513fc737b585f453181d9de
|
||||
SIZE (samba-3.0.28a.tar.gz) = 18172643
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- configure.in.orig Wed Nov 21 04:58:01 2007
|
||||
+++ configure.in Thu Dec 13 04:34:07 2007
|
||||
--- configure.in.orig 2008-03-08 16:56:26.000000000 +0100
|
||||
+++ configure.in 2008-05-01 04:24:05.000000000 +0200
|
||||
@@ -1052,6 +1052,21 @@
|
||||
AC_DEFINE(HAVE_SIG_ATOMIC_T_TYPE,1,[Whether we have the atomic_t variable type])
|
||||
fi
|
||||
@ -30,7 +30,7 @@
|
||||
AC_CHECK_FUNCS(backtrace_symbols)
|
||||
AC_CHECK_LIB(exc, trace_back_stack)
|
||||
|
||||
@@ -4052,10 +4068,10 @@
|
||||
@@ -4091,10 +4107,10 @@
|
||||
|
||||
################################################################
|
||||
# first test for Active Directory support being enabled
|
||||
@ -45,7 +45,7 @@
|
||||
##################################################################
|
||||
# then test for uuid.h (necessary to generate unique DNS keynames
|
||||
# (uuid.h is required for this test)
|
||||
@@ -5126,7 +5142,7 @@
|
||||
@@ -5165,7 +5181,7 @@
|
||||
#################################################
|
||||
# check for ACL support
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
AC_ARG_WITH(acl-support,
|
||||
[ --with-acl-support Include ACL support (default=no)],
|
||||
[ case "$withval" in
|
||||
@@ -5134,43 +5150,37 @@
|
||||
@@ -5173,43 +5189,37 @@
|
||||
|
||||
case "$host_os" in
|
||||
*sysv5*)
|
||||
@ -105,7 +105,7 @@
|
||||
*linux*)
|
||||
AC_CHECK_LIB(attr,getxattr,[ACL_LIBS="$ACL_LIBS -lattr"])
|
||||
AC_CHECK_LIB(acl,acl_get_file,[ACL_LIBS="$ACL_LIBS -lacl"])
|
||||
@@ -5191,7 +5201,7 @@
|
||||
@@ -5230,7 +5240,7 @@
|
||||
LIBS=$acl_LIBS
|
||||
])
|
||||
if test x"$samba_cv_HAVE_POSIX_ACLS" = x"yes"; then
|
||||
@ -114,7 +114,7 @@
|
||||
AC_DEFINE(HAVE_POSIX_ACLS,1,[Whether POSIX ACLs are available])
|
||||
AC_CACHE_CHECK([for acl_get_perm_np],samba_cv_HAVE_ACL_GET_PERM_NP,[
|
||||
acl_LIBS=$LIBS
|
||||
@@ -5212,12 +5222,18 @@
|
||||
@@ -5251,12 +5261,18 @@
|
||||
AC_DEFINE(HAVE_ACL_GET_PERM_NP,1,[Whether acl_get_perm_np() is available])
|
||||
fi
|
||||
fi
|
||||
@ -137,7 +137,7 @@
|
||||
AC_TRY_LINK([
|
||||
#include <sys/types.h>
|
||||
#include <sys/acl.h>
|
||||
@@ -5230,20 +5246,20 @@
|
||||
@@ -5269,20 +5285,20 @@
|
||||
[samba_cv_HAVE_POSIX_ACLS=yes],
|
||||
[samba_cv_HAVE_POSIX_ACLS=no])
|
||||
LIBS=$acl_LIBS
|
||||
@ -163,7 +163,7 @@
|
||||
],
|
||||
[samba_cv_HAVE_ACL_GET_PERM_NP=yes],
|
||||
[samba_cv_HAVE_ACL_GET_PERM_NP=no])
|
||||
@@ -5252,17 +5268,22 @@
|
||||
@@ -5291,17 +5307,22 @@
|
||||
if test x"$samba_cv_HAVE_ACL_GET_PERM_NP" = x"yes"; then
|
||||
AC_DEFINE(HAVE_ACL_GET_PERM_NP,1,[Whether acl_get_perm_np() is available])
|
||||
fi
|
||||
@ -188,7 +188,7 @@
|
||||
)
|
||||
|
||||
if test x"$samba_cv_HAVE_POSIX_ACLS" = x"yes"; then
|
||||
@@ -5736,6 +5757,7 @@
|
||||
@@ -5775,6 +5796,7 @@
|
||||
NSSSONAMEVERSIONSUFFIX=".1"
|
||||
WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_freebsd.o \
|
||||
nsswitch/winbind_nss_linux.o"
|
||||
@ -196,7 +196,7 @@
|
||||
WINBIND_NSS="nsswitch/nss_winbind.$SHLIBEXT"
|
||||
WINBIND_WINS_NSS="nsswitch/nss_wins.$SHLIBEXT"
|
||||
;;
|
||||
@@ -5792,6 +5814,8 @@
|
||||
@@ -5831,6 +5853,8 @@
|
||||
AC_SUBST(WINBIND_NSS_LDSHFLAGS)
|
||||
AC_SUBST(WINBIND_NSS_EXTRA_OBJS)
|
||||
AC_SUBST(WINBIND_NSS_EXTRA_LIBS)
|
||||
@ -205,7 +205,7 @@
|
||||
AC_SUBST(NSSSONAMEVERSIONSUFFIX)
|
||||
|
||||
AC_SUBST(SMB_KRB5_LOCATOR)
|
||||
@@ -6093,12 +6117,14 @@
|
||||
@@ -6132,6 +6156,7 @@
|
||||
SMB_MODULE(vfs_irixacl, \$(VFS_IRIXACL_OBJ), "bin/irixacl.$SHLIBEXT", VFS)
|
||||
SMB_MODULE(vfs_hpuxacl, \$(VFS_HPUXACL_OBJ), "bin/hpuxacl.$SHLIBEXT", VFS)
|
||||
SMB_MODULE(vfs_tru64acl, \$(VFS_TRU64ACL_OBJ), "bin/tru64acl.$SHLIBEXT", VFS)
|
||||
@ -213,10 +213,3 @@
|
||||
SMB_MODULE(vfs_catia, \$(VFS_CATIA_OBJ), "bin/catia.$SHLIBEXT", VFS)
|
||||
SMB_MODULE(vfs_cacheprime, \$(VFS_CACHEPRIME_OBJ), "bin/cacheprime.$SHLIBEXT", VFS)
|
||||
SMB_MODULE(vfs_prealloc, \$(VFS_PREALLOC_OBJ), "bin/prealloc.$SHLIBEXT", VFS)
|
||||
SMB_MODULE(vfs_commit, \$(VFS_COMMIT_OBJ), "bin/commit.$SHLIBEXT", VFS)
|
||||
SMB_MODULE(vfs_gpfs, \$(VFS_GPFS_OBJ), "bin/gpfs.$SHLIBEXT", VFS)
|
||||
SMB_MODULE(vfs_readahead, \$(VFS_READAHEAD_OBJ), "bin/readahead.$SHLIBEXT", VFS)
|
||||
+SMB_MODULE(vfs_notify_fam, \$(VFS_NOTIFY_FAM_OBJ), "bin/notify_fam.$SHLIBEXT", VFS)
|
||||
|
||||
SMB_SUBSYSTEM(VFS,smbd/vfs.o)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user