From owner-svn-ports-all@FreeBSD.ORG Fri Mar 28 19:10:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 861189A0; Fri, 28 Mar 2014 19:10:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73330769; Fri, 28 Mar 2014 19:10:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SJA4rk027292; Fri, 28 Mar 2014 19:10:04 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2SJA4TG027290; Fri, 28 Mar 2014 19:10:04 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403281910.s2SJA4TG027290@svn.freebsd.org> From: Antoine Brodin Date: Fri, 28 Mar 2014 19:10:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349444 - head/games/childsplay_plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 19:10:04 -0000 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 -.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 +.include