Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2014 19:10:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349444 - head/games/childsplay_plugins
Message-ID:  <201403281910.s2SJA4TG027290@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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