From owner-svn-ports-head@FreeBSD.ORG  Fri Mar 28 19:25:44 2014
Return-Path: <owner-svn-ports-head@FreeBSD.ORG>
Delivered-To: svn-ports-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id B8E6FFF1;
 Fri, 28 Mar 2014 19:25:44 +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 A5C6C900;
 Fri, 28 Mar 2014 19:25:44 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SJPiXT034669;
 Fri, 28 Mar 2014 19:25:44 GMT (envelope-from antoine@svn.freebsd.org)
Received: (from antoine@localhost)
 by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2SJPiex034668;
 Fri, 28 Mar 2014 19:25:44 GMT (envelope-from antoine@svn.freebsd.org)
Message-Id: <201403281925.s2SJPiex034668@svn.freebsd.org>
From: Antoine Brodin <antoine@FreeBSD.org>
Date: Fri, 28 Mar 2014 19:25:44 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r349447 - head/net/ttbudget
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 28 Mar 2014 19:25:44 -0000

Author: antoine
Date: Fri Mar 28 19:25:44 2014
New Revision: 349447
URL: http://svnweb.freebsd.org/changeset/ports/349447
QAT: https://qat.redports.org/buildarchive/r349447/

Log:
  Mark broken everywhere
  
  Reported by:	pkg-fallout since august 2013

Modified:
  head/net/ttbudget/Makefile

Modified: head/net/ttbudget/Makefile
==============================================================================
--- head/net/ttbudget/Makefile	Fri Mar 28 19:25:26 2014	(r349446)
+++ head/net/ttbudget/Makefile	Fri Mar 28 19:25:44 2014	(r349447)
@@ -34,7 +34,7 @@ post-install:
 
 .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
 BROKEN=		Does not compile on ia64, powerprc, or sparc64
-.elif ${OSVERSION} >= 900000
+.else
 BROKEN=		does not build
 .endif