Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2014 08:33:33 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373535 - head/net-im/poezio
Message-ID:  <201411280833.sAS8XXn1074825@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Fri Nov 28 08:33:33 2014
New Revision: 373535
URL: https://svnweb.freebsd.org/changeset/ports/373535
QAT: https://qat.redports.org/buildarchive/r373535/

Log:
  Mark ignore on the cluster as it requires a non-default python version
  
  Reported by:	bapt

Modified:
  head/net-im/poezio/Makefile

Modified: head/net-im/poezio/Makefile
==============================================================================
--- head/net-im/poezio/Makefile	Fri Nov 28 08:11:11 2014	(r373534)
+++ head/net-im/poezio/Makefile	Fri Nov 28 08:33:33 2014	(r373535)
@@ -17,4 +17,10 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/dns/__
 USES=		tar:xz python:3.2+
 USE_PYTHON=	distutils autoplist
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
+IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
+.endif
+
+.include <bsd.port.post.mk>



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