Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2017 03:56:50 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443938 - head/sysutils/py3-iocage
Message-ID:  <201706200356.v5K3uoXx012483@repo.freebsd.org>

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



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