Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2018 13:14:43 +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: r470609 - in head: devel/py-roxlib net-mgmt/py-pdagent security/cracklib
Message-ID:  <201805221314.w4MDEh12098370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue May 22 13:14:43 2018
New Revision: 470609
URL: https://svnweb.freebsd.org/changeset/ports/470609

Log:
  Add Python flavors.
  
  Even if those ports do not support more than one Python version, it
  makes it easier to depend on them.
  
  Sponsored by:	Absolight

Modified:
  head/devel/py-roxlib/Makefile   (contents, props changed)
  head/net-mgmt/py-pdagent/Makefile   (contents, props changed)
  head/security/cracklib/Makefile   (contents, props changed)

Modified: head/devel/py-roxlib/Makefile
==============================================================================
--- head/devel/py-roxlib/Makefile	Tue May 22 13:04:47 2018	(r470608)
+++ head/devel/py-roxlib/Makefile	Tue May 22 13:14:43 2018	(r470609)
@@ -12,6 +12,7 @@ MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Python libraries for ROX
 
 USES=		python:2.7 shebangfix tar:bzip2
+USE_PYTHON=	flavors
 USE_GNOME=	pygtk2:run
 SHEBANG_FILES=	ROX-Lib2/AppRun ROX-Lib2/python/make_docs.py
 

Modified: head/net-mgmt/py-pdagent/Makefile
==============================================================================
--- head/net-mgmt/py-pdagent/Makefile	Tue May 22 13:04:47 2018	(r470608)
+++ head/net-mgmt/py-pdagent/Makefile	Tue May 22 13:14:43 2018	(r470609)
@@ -14,6 +14,7 @@ COMMENT=	PagerDuty Agent software
 LICENSE=	BSD3CLAUSE
 
 USES=		python:2.7 shebangfix
+USE_PYTHON=	flavors
 SHEBANG_FILES=	bin/*
 NO_ARCH=	yes
 NO_BUILD=	yes

Modified: head/security/cracklib/Makefile
==============================================================================
--- head/security/cracklib/Makefile	Tue May 22 13:04:47 2018	(r470608)
+++ head/security/cracklib/Makefile	Tue May 22 13:14:43 2018	(r470609)
@@ -29,6 +29,7 @@ USE_LDCONFIG=	yes
 
 .if defined(PYTHON_SLAVEPORT)
 USES+=		python:2.7
+USE_PYTHON=	flavors
 CONFIGURE_ARGS+=--with-python
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/_cracklib.a \
 		%%PYTHON_SITELIBDIR%%/_cracklib.so \



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