been running this for a few days, quite a lot of fixes: http://samba.org/samba/history/samba-3.5.8.html
anyone else like to test? ok? Index: Makefile =================================================================== RCS file: /cvs/ports/net/samba/Makefile,v retrieving revision 1.133 diff -u -p -r1.133 Makefile --- Makefile 2 Mar 2011 08:24:03 -0000 1.133 +++ Makefile 11 Mar 2011 23:03:08 -0000 @@ -5,7 +5,7 @@ SHARED_ONLY= Yes COMMENT-main= SMB and CIFS client and server for UNIX COMMENT-docs= additional documentation and examples for Samba -DISTNAME= samba-3.5.7 +DISTNAME= samba-3.5.8 PKGNAME-main= ${DISTNAME} FULLPKGNAME-docs= ${DISTNAME:S/-/-docs-/} FULLPKGPATH-docs= net/samba,-docs Index: distinfo =================================================================== RCS file: /cvs/ports/net/samba/distinfo,v retrieving revision 1.22 diff -u -p -r1.22 distinfo --- distinfo 2 Mar 2011 08:24:03 -0000 1.22 +++ distinfo 11 Mar 2011 23:03:08 -0000 @@ -1,5 +1,5 @@ -MD5 (samba-3.5.7.tar.gz) = sERB2nEd8FoVJb9XuSwFGw== -RMD160 (samba-3.5.7.tar.gz) = +QOkCu//+gyhQs/OO7TsztXAvCk= -SHA1 (samba-3.5.7.tar.gz) = M1xul4WPCm21VZo5jJgN85pfb3w= -SHA256 (samba-3.5.7.tar.gz) = mhg2s8WokFl4PnDXe4Cid9JtMoYVASqE8bBYCqgTsJ0= -SIZE (samba-3.5.7.tar.gz) = 30815040 +MD5 (samba-3.5.8.tar.gz) = wAK5ed1wwU2pxD1DGGedXA== +RMD160 (samba-3.5.8.tar.gz) = bQGo9Let1IolKcptYJbx1Fq0ubU= +SHA1 (samba-3.5.8.tar.gz) = df1YgSB1WTCToEu+IBj/ZmmhLDA= +SHA256 (samba-3.5.8.tar.gz) = h6UJEo2+edtl5EzT3QkBjESyeeNXJYG+bf/kWUIOfdM= +SIZE (samba-3.5.8.tar.gz) = 117995520 Index: patches/patch-Makefile_in =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-Makefile_in,v retrieving revision 1.15 diff -u -p -r1.15 patch-Makefile_in --- patches/patch-Makefile_in 6 Dec 2010 19:41:54 -0000 1.15 +++ patches/patch-Makefile_in 11 Mar 2011 23:03:08 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-Makefile_in,v 1.15 2010/12/06 19:41:54 ajacoutot Exp $ ---- Makefile.in.orig Mon May 17 13:51:23 2010 -+++ Makefile.in Tue May 25 20:13:46 2010 +--- Makefile.in.orig Sun Mar 6 18:48:05 2011 ++++ Makefile.in Tue Mar 8 16:00:11 2011 @@ -28,7 +28,7 @@ SHLD=@SHLD@ LIB_PATH_VAR=@LIB_PATH_VAR@ @@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile_in,v 1.15 2010/ DSO_EXPORTS=@DSO_EXPORTS@ SHLD_DSO = $(SHLD) $(LDSHFLAGS) $(DSO_EXPORTS) -o $@ -@@ -1476,11 +1476,7 @@ COMPILE = $(COMPILE_CC) +@@ -1477,11 +1477,7 @@ COMPILE = $(COMPILE_CC) echo "Checking $*.c with '$(CC_CHECKER)'";\ $(CHECK_CC); \ fi @@ -23,7 +23,7 @@ $OpenBSD: patch-Makefile_in,v 1.15 2010/ @BROKEN_CC@ -mv `echo $@ | sed 's%^.*/%%g'` $@ PRECOMPILED_HEADER = $(builddir)/include/includes.h.gch -@@ -2540,7 +2536,7 @@ bin/vlp@EXEEXT@: $(BINARY_PREREQS) $(VLP_OBJ) $(LIBTDB +@@ -2541,7 +2537,7 @@ bin/vlp@EXEEXT@: $(BINARY_PREREQS) $(VLP_OBJ) $(LIBTDB @echo "Linking $@" @$(SHLD) $(LDSHFLAGS) -o $@ $(WINBIND_WINS_NSS_OBJ) \ $(LDAP_LIBS) $(KRB5LIBS) $(LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) $(ZLIB_LIBS) \ Index: patches/patch-configure_in =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-configure_in,v retrieving revision 1.17 diff -u -p -r1.17 patch-configure_in --- patches/patch-configure_in 18 Oct 2010 19:07:19 -0000 1.17 +++ patches/patch-configure_in 11 Mar 2011 23:03:08 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-configure_in,v 1.17 2010/10/18 19:07:19 sthen Exp $ ---- configure.in.orig Fri Oct 8 03:41:16 2010 -+++ configure.in Mon Oct 18 21:55:53 2010 +--- configure.in.orig Sun Mar 6 18:48:05 2011 ++++ configure.in Tue Mar 8 16:00:11 2011 @@ -1565,8 +1565,7 @@ DSO_EXPORTS="" ;; *openbsd*) BLDSHARED="true" @@ -11,7 +11,7 @@ $OpenBSD: patch-configure_in,v 1.17 2010 PICFLAG="-fPIC" AC_DEFINE(STAT_ST_BLOCKSIZE,512,[The size of a block]) AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly]) -@@ -1710,38 +1709,6 @@ if test x"$BLDSHARED" = x"true" ; then +@@ -1712,38 +1711,6 @@ if test x"$BLDSHARED" = x"true" ; then fi AC_MSG_RESULT($BLDSHARED)