Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 13:37:14 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336531 - head/net/samba4
Message-ID:  <201312151337.rBFDbEGE021485@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151337.rBFDbEGE021485>