From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 18 01:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A40CAC0D for ; Sun, 18 Aug 2013 01:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C0D725A8 for ; Sun, 18 Aug 2013 01:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7I1A0MG084678 for ; Sun, 18 Aug 2013 01:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7I1A0gk084677; Sun, 18 Aug 2013 01:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 18 Aug 2013 01:10:00 GMT Resent-Message-Id: <201308180110.r7I1A0gk084677@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rui Paulo Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E239CA99 for ; Sun, 18 Aug 2013 01:00:19 +0000 (UTC) (envelope-from rpaulo@felyko.com) Received: from felyko.com (felyko.com [IPv6:2607:f2f8:a528::3:1337:ca7]) by mx1.freebsd.org (Postfix) with ESMTP id CCCEF2571 for ; Sun, 18 Aug 2013 01:00:19 +0000 (UTC) Received: from localhost (unknown [IPv6:2601:9:4d00:119:a1b9:5aa6:d750:32b7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id A057C3981E; Sat, 17 Aug 2013 18:00:18 -0700 (PDT) Message-Id: <20130818005946.GB20895@zedfs.local> Date: Sat, 17 Aug 2013 18:00:18 -0700 From: Rui Paulo To: FreeBSD-gnats-submit@freebsd.org, umq@ueo.co.jp Subject: ports/181365: [PATCH] security/libgcrypt: fix build on armv6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 01:10:01 -0000 >Number: 181365 >Category: ports >Synopsis: [PATCH] security/libgcrypt: fix build on armv6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 18 01:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rui Paulo >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: >Environment: >Description: Fix build on armv6. Port maintainer (umq@ueo.co.jp) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- libgcrypt-1.5.3.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 324882) +++ Makefile (working copy) @@ -36,6 +36,9 @@ CONFIGURE_ARGS+= --disable-asm BROKEN= will not compile. See pr ports/166388 .endif +.elif ${ARCH} == "armv6" +USE_GCC=4.2+ + .elif ${ARCH} == "i386" .if (${OSVERSION} < 900033) CONFIGURE_ARGS+= --disable-aesni-support --- libgcrypt-1.5.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: