svn commit: r443938 - head/sysutils/py3-iocage

Marcelo Araujo araujo at FreeBSD.org
Tue Jun 20 03:56:51 UTC 2017


Author: araujo
Date: Tue Jun 20 03:56:49 2017
New Revision: 443938
URL: https://svnweb.freebsd.org/changeset/ports/443938

Log:
  Remove pre-everything hook forgotten in my latest commit.

Modified:
  head/sysutils/py3-iocage/Makefile

Modified: head/sysutils/py3-iocage/Makefile
==============================================================================
--- head/sysutils/py3-iocage/Makefile	Tue Jun 20 03:39:59 2017	(r443937)
+++ head/sysutils/py3-iocage/Makefile	Tue Jun 20 03:56:49 2017	(r443938)
@@ -30,16 +30,4 @@ USE_PYTHON=	autoplist distutils
 
 CONFLICTS=	py-iocage-[0-9]* iocage-[0-9]* iocage-devel-[0-9]*
 
-pre-everything::
-	@${ECHO_MSG} ""
-	@${ECHO_MSG} "##################################################"
-	@${ECHO_MSG} " The new iocage needs python ${PYTHON_VER} or greater."
-	@${ECHO_MSG} ""
-	@${ECHO_MSG} " If you want use the new iocage, stop the build now and"
-	@${ECHO_MSG} " add this line to your /etc/make.conf, and then restart the build."
-	@${ECHO_MSG} ""
-	@${ECHO_MSG} " DEFAULT_VERSIONS+=python3=${PYTHON_VER}"
-	@${ECHO_MSG} "##################################################"
-	@${ECHO_MSG} ""
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list