From owner-svn-ports-all@FreeBSD.ORG Tue Sep 2 21:11:22 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id B0AAB655; Tue, 2 Sep 2014 21:11:22 +0000 (UTC) Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by mx1.freebsd.org (Postfix) with ESMTP id D17F11454; Tue, 2 Sep 2014 21:11:21 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApYGAD8xBlRR8bWx/2dsb2JhbABagw1TTQrIKIdMAYESF3eEBAEFOhwjEAsOBgQJJQ8qHgYTiEYBCLx6ARePGjMHhEwBBJVfhnyBXJNDg2M7L4JPAQEB Received: from 177.181-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.181.177]) by relay.skynet.be with ESMTP; 02 Sep 2014 23:11:13 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s82LBC4j008939; Tue, 2 Sep 2014 23:11:12 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 2 Sep 2014 23:11:12 +0200 From: Tijl Coosemans To: Kurt Jaeger Subject: Re: svn commit: r367081 - in head/security/libgcrypt: . files Message-ID: <20140902231112.3cf02f02@kalimero.tijl.coosemans.org> In-Reply-To: <201409022047.s82Klian051915@svn.freebsd.org> References: <201409022047.s82Klian051915@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 02 Sep 2014 21:11:22 -0000 On Tue, 2 Sep 2014 20:47:44 +0000 (UTC) Kurt Jaeger wrote: > Author: pi > Date: Tue Sep 2 20:47:43 2014 > New Revision: 367081 > URL: http://svnweb.freebsd.org/changeset/ports/367081 > QAT: https://qat.redports.org/buildarchive/r367081/ > > Log: > security/libgcrypt: fix build without assembler on 8.x/amd64 > > PR: 192555 > Submitted by: Carlos Jacobo Puga Medina > Approved by: maintainer (timeout) > > Added: > head/security/libgcrypt/files/extra-patch-configure (contents, props changed) > Modified: > head/security/libgcrypt/Makefile > > Modified: head/security/libgcrypt/Makefile > ============================================================================== > --- head/security/libgcrypt/Makefile Tue Sep 2 20:35:33 2014 (r367080) > +++ head/security/libgcrypt/Makefile Tue Sep 2 20:47:43 2014 (r367081) > @@ -2,7 +2,7 @@ > > PORTNAME= libgcrypt > PORTVERSION= 1.6.1 > -PORTREVISION= 3 > +PORTREVISION= 4 > CATEGORIES= security > MASTER_SITES= ${MASTER_SITE_GNUPG} > MASTER_SITE_SUBDIR= ${PORTNAME} > @@ -41,10 +41,6 @@ CONFIGURE_ARGS+= --disable-asm > CONFIGURE_ARGS+= --disable-aesni-support > .endif > > -.elif ${ARCH} == "amd64" > -.if (${OSVERSION} < 900000) > -USE_GCC= yes > -.endif > CONFIGURE_ARGS+= --disable-drng-support > > .endif Did you mean to remove that .elif? It changes the effect of that CONFIGURE_ARGS+=--disable-drng-support