svn commit: r406552 - head/sysutils/ansible/files

Matthew Seaman matthew at FreeBSD.org
Mon Jan 18 07:07:12 UTC 2016


Author: matthew
Date: Mon Jan 18 07:07:10 2016
New Revision: 406552
URL: https://svnweb.freebsd.org/changeset/ports/406552

Log:
  Add notes to pkg-message about the SEM option being required in python
  
  PR:		206320
  Submitted by:	lifanov at mail.lifanov.com (maintainer)

Modified:
  head/sysutils/ansible/files/pkg-message.in

Modified: head/sysutils/ansible/files/pkg-message.in
==============================================================================
--- head/sysutils/ansible/files/pkg-message.in	Mon Jan 18 06:41:29 2016	(r406551)
+++ head/sysutils/ansible/files/pkg-message.in	Mon Jan 18 07:07:10 2016	(r406552)
@@ -25,7 +25,12 @@ that system. Example:
   [centos:vars]
   ansible_python_interpreter=/usr/bin/python
 
+Python notes:
+
 If you have Python 3.x as the default, please set
 ansible_python_interpreter=%%LOCALBASE%%/bin/python2
 
+Ansible 2 requires that lang/python27 port is built
+with SEM option enabled, which is the default
+
 ===============================================================================


More information about the svn-ports-all mailing list