From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 23:46:57 2015 Return-Path: Delivered-To: svn-ports-head@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 B132CFB6; Sat, 7 Feb 2015 23:46:57 +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 9CE4D8B6; Sat, 7 Feb 2015 23:46:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17NkvNc085538; Sat, 7 Feb 2015 23:46:57 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17Nkv3v085537; Sat, 7 Feb 2015 23:46:57 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201502072346.t17Nkv3v085537@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sat, 7 Feb 2015 23:46:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378626 - head/sysutils/pefs-kmod 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: Sat, 07 Feb 2015 23:46:57 -0000 Author: sbruno Date: Sat Feb 7 23:46:56 2015 New Revision: 378626 URL: https://svnweb.freebsd.org/changeset/ports/378626 QAT: https://qat.redports.org/buildarchive/r378626/ Log: Add armv6 to supported ONLY_FOR_ARCHS list. PR: 197332 Submitted by: egypcio@googlemail.com Reviewed by: gleb (maintainer) Approved by: mentor (implicit) Modified: head/sysutils/pefs-kmod/Makefile Modified: head/sysutils/pefs-kmod/Makefile ============================================================================== --- head/sysutils/pefs-kmod/Makefile Sat Feb 7 23:43:14 2015 (r378625) +++ head/sysutils/pefs-kmod/Makefile Sat Feb 7 23:46:56 2015 (r378626) @@ -15,7 +15,8 @@ LICENSE= BSD2CLAUSE MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \ NO_MANCOMPRESS= -ONLY_FOR_ARCHS= i386 amd64 # not tested on other archs +ONLY_FOR_ARCHS= i386 amd64 armv6 +ONLY_FOR_ARCHS_REASON= Untested on any other arch. USES= kmod uidfix