summaryrefslogtreecommitdiff
path: root/net/samba3/files/patch-lib_replace_autoconf-2.60.m4
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2009-01-20 18:40:43 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2009-01-20 18:40:43 +0000
commit43160f58a87d901d8335b873712028c399dd9bc4 (patch)
treebde6b7cace496965166955915f258d79bb54eaae /net/samba3/files/patch-lib_replace_autoconf-2.60.m4
parentChase Aster's main tarball. No change. (diff)
Upgrade port to the 3.0.34 version. Major enhancements included in Samba:
o Fix update of machine account passwords. o Fix SMB signing issue on Windows Vista with MS Hotfix KB955302. o Fix Winbind crashes. o Correctly detect if the current dc is the closest one. o Add saf_join_store() function to memorize the dc used at join time. This avoids problems caused by replication delays shortly after domain joins. o Fix write list in setups using "security = share".
Notes
Notes: svn path=/head/; revision=226550
Diffstat (limited to 'net/samba3/files/patch-lib_replace_autoconf-2.60.m4')
-rw-r--r--net/samba3/files/patch-lib_replace_autoconf-2.60.m415
1 files changed, 0 insertions, 15 deletions
diff --git a/net/samba3/files/patch-lib_replace_autoconf-2.60.m4 b/net/samba3/files/patch-lib_replace_autoconf-2.60.m4
deleted file mode 100644
index 54fbfdc699de..000000000000
--- a/net/samba3/files/patch-lib_replace_autoconf-2.60.m4
+++ /dev/null
@@ -1,15 +0,0 @@
---- lib/replace/autoconf-2.60.m4.orig 2007-11-15 03:15:03.000000000 +0000
-+++ lib/replace/autoconf-2.60.m4 2008-06-12 17:56:42.000000000 +0000
-@@ -179,6 +179,7 @@
- # ------------------------
- # Enable extensions on systems that normally disable them,
- # typically due to standards-conformance issues.
-+m4_ifndef([AC_USE_SYSTEM_EXTENSIONS],[
- AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS],
- [
- AC_BEFORE([$0], [AC_COMPILE_IFELSE])
-@@ -208,3 +209,4 @@
- AC_DEFINE([__EXTENSIONS__])
- AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
- ])
-+])