ports/142865: [PATCH] security/gnupg: Fix build on 9.0-CURRENT

Renato Botelho garga at FreeBSD.org
Fri Jan 15 16:50:02 UTC 2010


>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 at 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 at -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:



More information about the freebsd-ports-bugs mailing list