From owner-svn-ports-all@FreeBSD.ORG Sat May 4 21:32:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 99E0990F; Sat, 4 May 2013 21:32:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F2E7A100; Sat, 4 May 2013 21:32:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r44LWNh3055323; Sat, 4 May 2013 21:32:23 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r44LWNFE055322; Sat, 4 May 2013 21:32:23 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305042132.r44LWNFE055322@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 4 May 2013 21:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317358 - head/games/crafty-tablebase-no-pawn 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.14 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: Sat, 04 May 2013 21:32:24 -0000 Author: bapt Date: Sat May 4 21:32:23 2013 New Revision: 317358 URL: http://svnweb.freebsd.org/changeset/ports/317358 Log: Mark as broken: does not fetch Modified: head/games/crafty-tablebase-no-pawn/Makefile Modified: head/games/crafty-tablebase-no-pawn/Makefile ============================================================================== --- head/games/crafty-tablebase-no-pawn/Makefile Sat May 4 21:29:53 2013 (r317357) +++ head/games/crafty-tablebase-no-pawn/Makefile Sat May 4 21:32:23 2013 (r317358) @@ -1,9 +1,5 @@ -# New ports collection makefile for: crafty-tablebases-no-pawn -# Date created: 10 Sep 2007 -# Whom: Jonathan Shoemaker -# +# Created by: Jonathan Shoemaker # $FreeBSD$ -# PORTNAME= crafty-tablebases-no-pawn PORTVERSION= 20070910 @@ -49,12 +45,14 @@ EXTRACT_ONLY= MAINTAINER= conrads@cox.net COMMENT= These are the tablebases for crafty, minus the pawn tbs +BROKEN= Does not fetch + RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty NO_BUILD= yes NO_PACKAGE= Way too big -.if !defined(WITH_TBDIR) +.if ! ${PORT_OPTIONS:MTBDIR} WITH_TBDIR= ${PREFIX}/lib/crafty/TB .endif