From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 15 16:50:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A7A81065692 for ; Fri, 15 Jan 2010 16:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D1E2F8FC20 for ; Fri, 15 Jan 2010 16:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0FGo1Rs077049 for ; Fri, 15 Jan 2010 16:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0FGo1OV077048; Fri, 15 Jan 2010 16:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 15 Jan 2010 16:50:01 GMT Resent-Message-Id: <201001151650.o0FGo1OV077048@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, Renato Botelho Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8371106568B for ; Fri, 15 Jan 2010 16:41:58 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from capeta.freebsdbrasil.com.br (capeta.freebsdbrasil.com.br [201.48.151.3]) by mx1.freebsd.org (Postfix) with SMTP id F3E2B8FC15 for ; Fri, 15 Jan 2010 16:41:57 +0000 (UTC) Received: (qmail 50474 invoked from network); 15 Jan 2010 14:39:08 -0200 Received: by simscan 1.4.0 ppid: 50466, pid: 50472, t: 0.1714s scanners:none Received: from unknown (HELO botelhor.bplab.local) (garga@189.19.84.134) by capeta.freebsdbrasil.com.br with ESMTPA; 15 Jan 2010 14:39:07 -0200 Received: (qmail 53426 invoked by uid 1001); 15 Jan 2010 14:42:12 -0200 Message-Id: <20100115164212.53425.qmail@botelhor.bplab.local> Date: 15 Jan 2010 14:42:12 -0200 From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kuriyama@FreeBSD.org Subject: ports/142865: [PATCH] security/gnupg: Fix build on 9.0-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2010 16:50:02 -0000 >Number: 142865 >Category: ports >Synopsis: [PATCH] security/gnupg: Fix build on 9.0-CURRENT >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: Fri Jan 15 16:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 9.0-CURRENT amd64 >Organization: FreeBSD.org >Environment: System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r202342: Fri Jan 15 10:37:48 BRST >Description: Fix build on 9.0-CURRENT Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- gnupg-2.0.14.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/gnupg/Makefile,v retrieving revision 1.122 diff -u -u -r1.122 Makefile --- Makefile 22 Dec 2009 08:24:33 -0000 1.122 +++ Makefile 15 Jan 2010 16:41:24 -0000 @@ -115,6 +115,8 @@ pre-configure: ${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@g" ${CONFIGURE_SUB} \ ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure + @${REINPLACE_CMD} -e "/#include /d" \ + ${WRKSRC}/tools/symcryptrun.c post-install: PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL --- gnupg-2.0.14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: