svn commit: r336531 - head/net/samba4

William Grzybowski wg at FreeBSD.org
Sun Dec 15 13:37:15 UTC 2013


Author: wg
Date: Sun Dec 15 13:37:14 2013
New Revision: 336531
URL: http://svnweb.freebsd.org/changeset/ports/336531

Log:
  net/samba4: fix usage of python to remove implicit dependency
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/net/samba4/Makefile

Modified: head/net/samba4/Makefile
==============================================================================
--- head/net/samba4/Makefile	Sun Dec 15 13:35:52 2013	(r336530)
+++ head/net/samba4/Makefile	Sun Dec 15 13:37:14 2013	(r336531)
@@ -471,7 +471,7 @@ post-patch:
 				${PATCH_WRKSRC}/dynconfig/config.m4
 # Make sure that the right version of Python is used by the tools
 # https://bugzilla.samba.org/show_bug.cgi?id=7305
-			@for f in ${PATCH_WRKSRC}/source4/scripting/bin/*; do \
+			@for f in ${PATCH_WRKSRC}/source4/scripting/bin/* ${WRKSRC}/${WAF_TOOL}; do \
 				${REINPLACE_CMD} -e '1,1 s|.*python.*|#!${PYTHON_CMD}|' $${f}; \
 			done
 


More information about the svn-ports-head mailing list