Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2018 19:59:31 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459689 - head/Mk/Uses
Message-ID:  <201801221959.w0MJxV34016178@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Jan 22 19:59:31 2018
New Revision: 459689
URL: https://svnweb.freebsd.org/changeset/ports/459689

Log:
  Describe when allflavors should be used.
  
  Sponsored by:	Absolight

Modified:
  head/Mk/Uses/python.mk

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Mon Jan 22 19:40:42 2018	(r459688)
+++ head/Mk/Uses/python.mk	Mon Jan 22 19:59:31 2018	(r459689)
@@ -87,7 +87,9 @@
 #			  otherwise be created and they are not wanted.
 #
 #	allflavors 	- Generate flavors for all possible versions and not
-#			  simply the default ones.
+#			  simply the default ones.  Only to be used for py-*
+#			  ports that are part of the Python distribution, but
+#			  kept as separate ports.
 #
 #	optsuffix	- Set PKGNAMESUFFIX to PYTHON_PKGNAMESUFFIX if not the
 #			  default python version.



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