svn commit: r392848 - head/multimedia/mps-youtube

Antoine Brodin antoine at FreeBSD.org
Fri Jul 24 23:19:09 UTC 2015


Author: antoine
Date: Fri Jul 24 23:19:08 2015
New Revision: 392848
URL: https://svnweb.freebsd.org/changeset/ports/392848

Log:
  For now, ignore on the package builders when default python version is not 3.2+
  
  Reported by:	pkg-fallout

Modified:
  head/multimedia/mps-youtube/Makefile

Modified: head/multimedia/mps-youtube/Makefile
==============================================================================
--- head/multimedia/mps-youtube/Makefile	Fri Jul 24 22:20:08 2015	(r392847)
+++ head/multimedia/mps-youtube/Makefile	Fri Jul 24 23:19:08 2015	(r392848)
@@ -45,4 +45,10 @@ USE_PYTHON=	autoplist distutils
 post-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}
 
-.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>


More information about the svn-ports-all mailing list