svn commit: r371131 - head/comms/wspr

Antoine Brodin antoine at FreeBSD.org
Sat Oct 18 14:46:43 UTC 2014


Author: antoine
Date: Sat Oct 18 14:46:42 2014
New Revision: 371131
URL: https://svnweb.freebsd.org/changeset/ports/371131
QAT: https://qat.redports.org/buildarchive/r371131/

Log:
  Ignore on the package builders when the default version of python is different
  from the requested one
  
  Reported by:	pkg-fallout

Modified:
  head/comms/wspr/Makefile

Modified: head/comms/wspr/Makefile
==============================================================================
--- head/comms/wspr/Makefile	Sat Oct 18 14:45:35 2014	(r371130)
+++ head/comms/wspr/Makefile	Sat Oct 18 14:46:42 2014	(r371131)
@@ -58,4 +58,8 @@ do-fetch:
 .endif
 .endif
 
+.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-head mailing list