From owner-svn-ports-all@freebsd.org Thu Mar 9 00:20:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96914D014F7; Thu, 9 Mar 2017 00:20:46 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 65F5D1F7A; Thu, 9 Mar 2017 00:20:46 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v290Kjrk033773; Thu, 9 Mar 2017 00:20:45 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v290KjiB033772; Thu, 9 Mar 2017 00:20:45 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201703090020.v290KjiB033772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 9 Mar 2017 00:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r435737 - branches/2017Q1/security/libgcrypt 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.23 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, 09 Mar 2017 00:20:46 -0000 Author: cpm Date: Thu Mar 9 00:20:45 2017 New Revision: 435737 URL: https://svnweb.freebsd.org/changeset/ports/435737 Log: MFH: r435736 - Patch only applies to aarch64. Remove armv6 check. Reported by: jbeich Approved by: ports-secteam (blanket) Modified: branches/2017Q1/security/libgcrypt/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/security/libgcrypt/Makefile ============================================================================== --- branches/2017Q1/security/libgcrypt/Makefile Thu Mar 9 00:15:56 2017 (r435736) +++ branches/2017Q1/security/libgcrypt/Makefile Thu Mar 9 00:20:45 2017 (r435737) @@ -33,7 +33,7 @@ OPTIONS_DEFINE= DOCS .include -.if ${ARCH} == "armv6" || ${ARCH} == "aarch64" +.if ${ARCH} == "aarch64" EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aarch64 .endif