Skip site navigation (1)Skip section navigation (2)
Date:      2 Nov 2001 14:15:21 -0000
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/31753: update-port: mail/sylpheed
Message-ID:  <20011102141521.759.qmail@olli.homeip.net>

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

>Number:         31753
>Category:       ports
>Synopsis:       update-port: mail/sylpheed
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 04 09:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD localhost138.brainwire.de 4.4-STABLE FreeBSD 4.4-STABLE #5: Wed Oct 17 21:33:39 CEST 2001 olivleh1@localhost138.brainwire.de:/usr/obj/usr/src/sys/LOCALHOST138 i386


	
>Description:

	compile without a gpgme installation would fail 
>How-To-Repeat:
	
>Fix:

diff -ruN sylpheed.old/Makefile sylpheed/Makefile
--- sylpheed.old/Makefile	Sun Nov  4 16:18:01 2001
+++ sylpheed/Makefile	Sun Nov  4 16:18:53 2001
@@ -53,7 +53,9 @@
 
 pre-configure:
 	${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4
+.if defined(WITH_GPGME)
 	${RM} -f ${WRKSRC}/ac/gpgme.m4
+.endif
 
 post-install:
 .if !defined(NOPORTDOCS)
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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