Apparently the diff for the PFRAG.winbind-main was borked in the last try, so here it is again, it builds, but I haven't actually used this diff.
l8rZ, -- andrew - ICQ# 253198 - Jabber: [email protected] BOFH excuse of the day: descramble code needed from software company Index: Makefile =================================================================== RCS file: /cvs/ports/net/samba/Makefile,v retrieving revision 1.105 diff -N -u -p Makefile --- Makefile 30 Jun 2009 21:38:38 -0000 1.105 +++ Makefile 1 Jul 2009 22:41:18 -0000 @@ -60,7 +60,7 @@ CONFIGURE_ARGS= --disable-fam \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -Wl,--export-dynamic" -FLAVORS= cups ldap ads +FLAVORS= cups ldap ads winbind FLAVOR?= MULTI_PACKAGES= -main -docs @@ -93,6 +93,12 @@ CONFIGURE_ARGS+= --without-ads .if ${FLAVOR:L:Mads} WANTLIB+= crypto +.endif + +.if ${FLAVOR:L:Mwinbind} +CONFIGURE_ARGS+= --with-winbind +.else +CONFIGURE_ARGS+= --without-winbind .endif PKG_ARCH-docs= * Index: pkg/PFRAG.winbind-main =================================================================== RCS file: pkg/PFRAG.winbind-main diff -N -u -p pkg/PFRAG.winbind-main --- /dev/null 1 Jul 2009 16:41:18 -0000 +++ pkg/PFRAG.winbind-main 1 Jul 2009 22:41:18 -0000 @@ -0,0 +1,3 @@ +...@comment $OpenBSD$ +bin/wbinfo +libexec/winbindd Index: pkg/PLIST-main =================================================================== RCS file: /cvs/ports/net/samba/pkg/PLIST-main,v retrieving revision 1.9 diff -N -u -p pkg/PLIST-main --- pkg/PLIST-main 14 May 2009 17:05:46 -0000 1.9 +++ pkg/PLIST-main 1 Jul 2009 22:41:18 -0000 @@ -133,3 +133,4 @@ share/swat/include/footer.html share/swat/include/header.html @sample /var/spool/samba/ %%SHARED%% +%%winbind%%
