From owner-svn-ports-all@FreeBSD.ORG Thu Apr 2 07:38:04 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 971428D8; Thu, 2 Apr 2015 07:38: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 8209865D; Thu, 2 Apr 2015 07:38:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t327c4Eu006010; Thu, 2 Apr 2015 07:38:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t327c42L006009; Thu, 2 Apr 2015 07:38:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504020738.t327c42L006009@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:38:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r382989 - branches/2015Q2/sysutils/pcbsd-utils X-SVN-Group: ports-branches 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:38:04 -0000 Author: antoine Date: Thu Apr 2 07:38:03 2015 New Revision: 382989 URL: https://svnweb.freebsd.org/changeset/ports/382989 Log: MFH: r382988 Mark BROKEN: fails to stage, has both build dependencies and NO_BUILD=yes Reported by: pkg-fallout Modified: branches/2015Q2/sysutils/pcbsd-utils/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/sysutils/pcbsd-utils/Makefile ============================================================================== --- branches/2015Q2/sysutils/pcbsd-utils/Makefile Thu Apr 2 07:37:21 2015 (r382988) +++ branches/2015Q2/sysutils/pcbsd-utils/Makefile Thu Apr 2 07:38:03 2015 (r382989) @@ -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