Skip site navigation (1)Skip section navigation (2)
Date:      15 Jan 2010 14:42:12 -0200
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kuriyama@FreeBSD.org
Subject:   ports/142865: [PATCH] security/gnupg: Fix build on 9.0-CURRENT
Message-ID:  <20100115164212.53425.qmail@botelhor.bplab.local>
Resent-Message-ID: <201001151650.o0FGo1OV077048@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <utmp.h>/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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100115164212.53425.qmail>