From owner-svn-ports-all@FreeBSD.ORG Thu Apr 2 07:37:22 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8115A7E8; Thu, 2 Apr 2015 07:37:22 +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 6C913650; Thu, 2 Apr 2015 07:37:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t327bMH6005806; Thu, 2 Apr 2015 07:37:22 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t327bMCj005805; Thu, 2 Apr 2015 07:37:22 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504020737.t327bMCj005805@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Apr 2015 07:37:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382988 - head/sysutils/pcbsd-utils 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.18-1 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: Thu, 02 Apr 2015 07:37:22 -0000 Author: antoine Date: Thu Apr 2 07:37:21 2015 New Revision: 382988 URL: https://svnweb.freebsd.org/changeset/ports/382988 Log: Mark BROKEN: fails to stage, has both build dependencies and NO_BUILD=yes Reported by: pkg-fallout Modified: head/sysutils/pcbsd-utils/Makefile Modified: head/sysutils/pcbsd-utils/Makefile ============================================================================== --- head/sysutils/pcbsd-utils/Makefile Thu Apr 2 07:33:38 2015 (r382987) +++ head/sysutils/pcbsd-utils/Makefile Thu Apr 2 07:37:21 2015 (r382988) @@ -12,6 +12,8 @@ COMMENT= PC-BSD Command-Line Utilities LICENSE= BSD +BROKEN= Fails to stage, has both build dependencies and NO_BUILD=yes + RUN_DEPENDS= sipcalc:${PORTSDIR}/net-mgmt/sipcalc \ eject:${PORTSDIR}/sysutils/eject \ unzip:${PORTSDIR}/archivers/unzip