From owner-svn-ports-head@FreeBSD.ORG Thu Jan 22 14:11:33 2015 Return-Path: Delivered-To: svn-ports-head@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 090FA792; Thu, 22 Jan 2015 14:11:33 +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 E8EEBA68; Thu, 22 Jan 2015 14:11:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0MEBWih010987; Thu, 22 Jan 2015 14:11:32 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0MEBWGS010986; Thu, 22 Jan 2015 14:11:32 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201501221411.t0MEBWGS010986@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 22 Jan 2015 14:11:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377654 - head/sysutils/cbsd 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.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 14:11:33 -0000 Author: sbruno Date: Thu Jan 22 14:11:32 2015 New Revision: 377654 URL: https://svnweb.freebsd.org/changeset/ports/377654 QAT: https://qat.redports.org/buildarchive/r377654/ Log: Only allow this port for amd64/i386 due to its dependency on having SSE 4.1 instructions available. PR: 296684 Reviewed by: olevole@olevole.ru (maintainer) Approved by: mentor (implicit) Modified: head/sysutils/cbsd/Makefile Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Thu Jan 22 13:20:21 2015 (r377653) +++ head/sysutils/cbsd/Makefile Thu Jan 22 14:11:32 2015 (r377654) @@ -7,6 +7,9 @@ CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru COMMENT= Yet another FreeBSD Jail Management Utility +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= Depends on SSE 4.1 instructions + LICENSE= BSD2CLAUSE RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \