Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 21:32:23 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
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
Message-ID:  <201305042132.r44LWNFE055322@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <shoemaker@bluebottle.com>
-#
+# Created by: Jonathan Shoemaker <shoemaker@bluebottle.com>
 # $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
 



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