svn commit: r349444 - head/games/childsplay_plugins

Antoine Brodin antoine at FreeBSD.org
Fri Mar 28 19:10:04 UTC 2014


Author: antoine
Date: Fri Mar 28 19:10:03 2014
New Revision: 349444
URL: http://svnweb.freebsd.org/changeset/ports/349444
QAT: https://qat.redports.org/buildarchive/r349444/

Log:
  Mark broken everywhere
  Right now it fails early after explicit lang/python dependency removal,
  but it was already failing back in august 2013 when python was available
  
  Reported by:	pkg-fallout

Modified:
  head/games/childsplay_plugins/Makefile

Modified: head/games/childsplay_plugins/Makefile
==============================================================================
--- head/games/childsplay_plugins/Makefile	Fri Mar 28 19:09:34 2014	(r349443)
+++ head/games/childsplay_plugins/Makefile	Fri Mar 28 19:10:03 2014	(r349444)
@@ -17,13 +17,10 @@ RUN_DEPENDS=	childsplay:${PORTSDIR}/game
 USE_PYTHON=	yes
 
 NO_STAGE=	yes
-.include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 900000
-BROKEN=		fails to install on 9.X
-.endif
+BROKEN=		Does not build
 
 post-patch:
 	@${REINPLACE_CMD} -e "s at PREFIX=/usr/local at PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list