FreeBSD Bugzilla – Attachment 71331 Details for
Bug 103924
mail/mutt, mail/mutt-devel: Add kerberos (GSSAPI) support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1002 bytes, created by
Shaun Amott
on 2006-10-03 04:20:18 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Shaun Amott
Created:
2006-10-03 04:20:18 UTC
Size:
1002 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/mutt-devel/Makefile,v >retrieving revision 1.273 >diff -u -r1.273 Makefile >--- Makefile 13 Sep 2006 21:24:18 -0000 1.273 >+++ Makefile 3 Oct 2006 03:15:23 -0000 >@@ -373,6 +373,13 @@ > .else > CONFIGURE_ARGS+= --disable-gpgme > .endif >+.if !defined(WITHOUT_GSSAPI) >+.if exists(${LOCALBASE}/bin/krb5-config) >+CONFIGURE_ARGS+= --with-gss=${LOCALBASE} >+.else >+CONFIGURE_ARGS+= --with-gss >+.endif >+.endif > > PATCH_DIST_STRIP= -p1 > >@@ -442,6 +449,13 @@ > pre-configure:: > @(cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I m4) > >+post-configure: >+.if !exists(${LOCALBASE}/bin/krb5-config) >+ @${ECHO_CMD} "#define HAVE_HEIMDAL" >> ${WRKSRC}/config.h.in >+ @${REINPLACE_CMD} -e 's|<gssapi/gssapi\.h>|<gssapi.h>|' \ >+ ${WRKSRC}/imap/auth_gss.c >+.endif >+ > .if defined(MUTT_SLAVE_HTML_PAGES) > SCRIPTS_ENV+= MUTT_SLAVE_HTML_PAGES="${MUTT_SLAVE_HTML_PAGES}" > .endif >--- mutt-devel.diff ends here ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 103924
:
71330
| 71331