Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2001 15:54:44 +0000 (GMT)
From:      Dominic Mitchell <dom@happygiraffe.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32803: problem building mail/mutt WITH_SSL=1
Message-ID:  <20011213155444.2796C61DE@cathbad.happygiraffe.net>

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

>Number:         32803
>Category:       ports
>Synopsis:       problem building mail/mutt WITH_SSL=1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 13 08:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Mitchell
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cathbad.happygiraffe.net 5.0-CURRENT FreeBSD 5.0-CURRENT #15: Thu Dec 13 11:47:48 GMT 2001 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386

Also verified on:

FreeBSD cassia.rp.lan 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Dec 10 09:49:14 GMT 2001     root@cassia.rp.lan:/usr/obj/usr/src/sys/CASSIA i386

>Description:
	When building the mutt port with WITH_SSL=1, the build fails
because a header file isn't there.  It's meant to be automatically
built, but isn't.
>How-To-Repeat:
	cd /usr/ports/mail/mutt && make WITH_SSL=1
>Fix:

Here's the patch:

--- Makefile.orig	Thu Dec 13 15:45:07 2001
+++ Makefile	Thu Dec 13 15:44:54 2001
@@ -89,6 +89,11 @@
 	cd ${WRKSRC}/charmaps/maps; ${LN} CP1251 WINDOWS-1251
 	cd ${WRKSRC}/charmaps/maps; ${RM} -f *.orig
 
+.if defined(WITH_SSL)
+pre-build:
+	cd ${WRKSRC} && ${MAKE} keymap_defs.h
+.endif
+
 .if !defined(NOPORTDOCS)
 post-build:
 	${TOUCH} ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.sgml
>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?20011213155444.2796C61DE>