From owner-svn-ports-all@FreeBSD.ORG Fri May 29 23:49:17 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50330AC5; Fri, 29 May 2015 23:49:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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 3DE671AF8; Fri, 29 May 2015 23:49:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4TNnH91077726; Fri, 29 May 2015 23:49:17 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4TNnHfZ077725; Fri, 29 May 2015 23:49:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505292349.t4TNnHfZ077725@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 29 May 2015 23:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387898 - head/sysutils/b2sum 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.20 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: Fri, 29 May 2015 23:49:17 -0000 Author: bapt Date: Fri May 29 23:49:16 2015 New Revision: 387898 URL: https://svnweb.freebsd.org/changeset/ports/387898 Log: Mark the port only for amd64 Modified: head/sysutils/b2sum/Makefile Modified: head/sysutils/b2sum/Makefile ============================================================================== --- head/sysutils/b2sum/Makefile Fri May 29 22:20:31 2015 (r387897) +++ head/sysutils/b2sum/Makefile Fri May 29 23:49:16 2015 (r387898) @@ -12,6 +12,8 @@ COMMENT= fast secure hashing USES= zip +ONLY_FOR_ARCH= amd64 + CFLAGS+= -I../sse WRKSRC_SUBDIR= b2sum MAKEFILE= makefile