Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 21:56:41 +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: r336587 - head/Mk
Message-ID:  <201312152156.rBFLufun005400@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Dec 15 21:56:41 2013
New Revision: 336587
URL: http://svnweb.freebsd.org/changeset/ports/336587

Log:
  Mk/bsd.sanity.mk: note USE_PYDISTUTILS=easy_install deprecation
  
  Now that all python packages use setuptools and eggs are undesired for system
  wide packages the ports should use USE_PYDISTUTILS=yes instead.
  
  Approved by:	portmgr (bapt)

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Sun Dec 15 21:54:19 2013	(r336586)
+++ head/Mk/bsd.sanity.mk	Sun Dec 15 21:56:41 2013	(r336587)
@@ -145,3 +145,7 @@ DEV_WARNING+=	"USE_DOS2UNIX is deprecate
 DEV_WARNING+=	"LICENSE must not contain BSD, instead use BSD[234]CLAUSE"
 .endif
 .endif
+
+.if defined(USE_PYDISTUTILS) && ${USE_PYDISTUTILS} == "easy_install"
+DEV_WARNING+=	"USE_PYDISTUTILS=easy_install is deprecated, please use USE_PYDISTUTILS=yes"
+.endif



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