Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 2016 07:07:10 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406552 - head/sysutils/ansible/files
Message-ID:  <201601180707.u0I77Abg053456@repo.freebsd.org>

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



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