Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 14:45:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r371130 - branches/2014Q4/mail/rss2email3
Message-ID:  <201410181445.s9IEjZM3079634@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Oct 18 14:45:35 2014
New Revision: 371130
URL: https://svnweb.freebsd.org/changeset/ports/371130
QAT: https://qat.redports.org/buildarchive/r371130/

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

Modified:
  branches/2014Q4/mail/rss2email3/Makefile
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/mail/rss2email3/Makefile
==============================================================================
--- branches/2014Q4/mail/rss2email3/Makefile	Sat Oct 18 14:44:52 2014	(r371129)
+++ branches/2014Q4/mail/rss2email3/Makefile	Sat Oct 18 14:45:35 2014	(r371130)
@@ -36,4 +36,10 @@ post-install:
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
 	${INSTALL_MAN} ${WRKSRC}/r2e.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
-.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?201410181445.s9IEjZM3079634>