aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-samba
diff options
context:
space:
mode:
authorvsevolod <vsevolod@FreeBSD.org>2005-09-12 03:44:52 +0800
committervsevolod <vsevolod@FreeBSD.org>2005-09-12 03:44:52 +0800
commit8e89f800294284c359029de69a5ceec5772ebd27 (patch)
tree35b080fce248447d1199ee3e0fe4fc327c0c10cf /net/py-samba
parent5967654011a802757d00be09fa19e115225ac43f (diff)
downloadfreebsd-ports-graphics-8e89f800294284c359029de69a5ceec5772ebd27.tar.gz
freebsd-ports-graphics-8e89f800294284c359029de69a5ceec5772ebd27.tar.zst
freebsd-ports-graphics-8e89f800294284c359029de69a5ceec5772ebd27.zip
Update to 3.0.20 slave ports of net/samba3.
PR: 85278 Submitted by: Timur I. Bakeyev (maintainer) Approved by: perky (mentor)
Diffstat (limited to 'net/py-samba')
-rw-r--r--net/py-samba/Makefile5
-rw-r--r--net/py-samba/pkg-plist1
2 files changed, 5 insertions, 1 deletions
diff --git a/net/py-samba/Makefile b/net/py-samba/Makefile
index a8d8da3825e..638874372f3 100644
--- a/net/py-samba/Makefile
+++ b/net/py-samba/Makefile
@@ -35,6 +35,9 @@ CONFIGURE_ARGS+= --without-winbind
CONFIGURE_ARGS+= --without-ldapsam
CONFIGURE_ARGS+= --without-pam_smbpass
+CONFIGURE_ARGS+=--without-krb5
+CONFIGURE_ARGS+=--without-ads
+
do-build:
cd ${WRKSRC} && ${MAKE} proto
cd ${WRKSRC} && ${MAKE} python_ext
@@ -42,6 +45,6 @@ do-build:
post-install:
-@${MKDIR} ${EXAMPLESDIR}
@${CP} -Rp ${WRKSRC}/python/examples/* ${EXAMPLESDIR}
- @${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/python/* ${EXAMPLESDIR}
+ @${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/shares/python/* ${EXAMPLESDIR}
.include "${MASTERDIR}/Makefile"
diff --git a/net/py-samba/pkg-plist b/net/py-samba/pkg-plist
index 42c880cbdc7..7193342a1e2 100644
--- a/net/py-samba/pkg-plist
+++ b/net/py-samba/pkg-plist
@@ -14,6 +14,7 @@
%%PYTHON_SITELIBDIR%%/samba/winbind.so
%%PYTHON_SITELIBDIR%%/samba/winreg.so
%%EXAMPLESDIR%%/SambaConfig.py
+%%EXAMPLESDIR%%/SambaParm.py
%%EXAMPLESDIR%%/generate_parm_table.py
%%EXAMPLESDIR%%/modify_samba_config.py
%%EXAMPLESDIR%%/smbparm.py