FreeBSD Bugzilla – Attachment 29599 Details for
Bug 50199
maintainer-update of mail/mutt-devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 7.16 KB, created by
Udo.Schweigert
on 2003-03-22 23:10:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Udo.Schweigert
Created:
2003-03-22 23:10:05 UTC
Size:
7.16 KB
patch
obsolete
>diff -ru /usr/ports/mail/mutt-devel/Makefile ./Makefile >--- /usr/ports/mail/mutt-devel/Makefile Sat Mar 22 06:36:52 2003 >+++ ./Makefile Sat Mar 22 23:38:49 2003 >@@ -47,6 +47,9 @@ > # If you want to enable extended quoting functions define: > # WITH_MUTT_QUOTE_PATCH > # >+# If you want to make SMIME outlook compatible define: >+# WITH_MUTT_SMIME_OUTLOOK_COMPAT >+# > # If you want to use the rethreading functions define: > # WITH_MUTT_EDIT_THREADS > # >@@ -97,14 +100,23 @@ > > .include <bsd.port.pre.mk> > >-.if defined(WITH_MUTT_COMPRESSED_FOLDERS) >-PATCH_SITES+= http://www.spinnaker.de/mutt/compressed/:spinnaker >-.endif >-.if defined(WITH_MUTT_NNTP) || defined(WITH_MUTT_QUOTE_PATCH) >-PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${PATCH_VERSION}/:vvv \ >- http://www2.mutt.org.ua/download/mutt-${PATCH_VERSION}/:vvv \ >- ftp://ftp.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/:vvv \ >- ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/:vvv >+CD_PATCH_VERSION= 1.5.3 >+.if !defined(VVV_PATCH_VERSION) >+VVV_PATCH_VERSION= ${PORTVERSION} >+.endif >+.if !defined(CD_PATCH_VERSION) >+CD_PATCH_VERSION= ${PORTVERSION} >+.endif >+.if !defined(DW_PATCH_VERSION) >+DW_PATCH_VERSION= ${PORTVERSION} >+.endif >+ >+.if defined(WITH_MUTT_COMPRESSED_FOLDERS) || defined(WITH_MUTT_NNTP) || \ >+ defined(WITH_MUTT_QUOTE_PATCH) >+PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ >+ http://www2.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ >+ ftp://ftp.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \ >+ ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv > .endif > > .if defined(WITH_MUTT_EDIT_THREADS) || defined(WITH_MUTT_SIGNATURE_MENU) || \ >@@ -125,15 +137,14 @@ > -e "s|^(AUTOHEADER = ).+|\1${AUTOHEADER}|" \ > ${BUILD_WRKSRC}/Makefile > >-PATCH_VERSION= 1.5.3 >-.if !defined(PATCH_VERSION) >-PATCH_VERSION= ${PORTVERSION} >-.endif >- > .if defined(PACKAGE_BUILDING) >-WITH_MUTT_SSL= yes >-WITH_MUTT_NCURSES= yes >-WITH_MUTT_HTML= yes >+WITH_MUTT_SSL= yes >+WITH_MUTT_NCURSES= yes >+WITH_MUTT_HTML= yes >+WITH_MUTT_COMPRESSED_FOLDERS= yes >+WITH_MUTT_QUOTE_PATCH= yes >+WITH_MUTT_SMIME_OUTLOOK_COMPAT= yes >+WITH_MUTT_PGP_PATCH= yes > BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell > RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ > urlview:${PORTSDIR}/textproc/urlview >@@ -178,6 +189,11 @@ > .if defined(WITH_MUTT_CYRUS_SASL) > LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl > .endif >+.if defined(WITH_MUTT_SMIME_OUTLOOK_COMPAT) >+pre-configure:: >+ ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-smime-outlook >+.endif >+ > .if defined(WITH_MUTT_PGP_PATCH) > SGML_NEEDED= yes > pre-configure:: >@@ -202,37 +218,36 @@ > PATCH_DIST_STRIP= -p1 > > .if defined(WITH_MUTT_COMPRESSED_FOLDERS) >-PATCHFILES+= patch-${PORTVERSION}.rr.compressed.1.gz:spinnaker >+PATCHFILES+= patch-${VVV_PATCH_VERSION}.rr.compressed.gz:vvv > CONFIGURE_ARGS+= --enable-compressed > SGML_NEEDED= yes > .endif > .if defined(WITH_MUTT_NNTP) >-.error The WITH_MUTT_NNTP is not available at the moment. >-PATCHFILES+= patch-${PATCH_VERSION}.vvv.nntp.gz:vvv >+PATCHFILES+= patch-${VVV_PATCH_VERSION}.vvv.nntp.gz:vvv > CONFIGURE_ARGS+= --enable-nntp > SGML_NEEDED= yes > .endif > .if defined(WITH_MUTT_QUOTE_PATCH) >-PATCHFILES+= patch-${PATCH_VERSION}.vvv.initials.gz:vvv \ >- patch-${PATCH_VERSION}.vvv.quote.gz:vvv >+PATCHFILES+= patch-${VVV_PATCH_VERSION}.vvv.initials.gz:vvv \ >+ patch-${VVV_PATCH_VERSION}.vvv.quote.gz:vvv > SGML_NEEDED= yes > .endif > .if defined(WITH_MUTT_EDIT_THREADS) >-PATCHFILES+= patch-${PATCH_VERSION}.cd.edit_threads.9.3:cd >+PATCHFILES+= patch-${CD_PATCH_VERSION}.cd.edit_threads.9.3:cd > CONFIGURE_ARGS+= --enable-imap-edit-threads > SGML_NEEDED= yes > .endif > .if defined(WITH_MUTT_SIGNATURE_MENU) > .error The WITH_MUTT_SIGNATURE_MENU is not available at the moment. >-PATCHFILES+= patch-${PATCH_VERSION}.cd.signatures_menu.2.1:cd >+PATCHFILES+= patch-${CD_PATCH_VERSION}.cd.signatures_menu.2.1:cd > SGML_NEEDED= yes > .endif > .if defined(WITH_MUTT_IFDEF_PATCH) >-PATCHFILES+= patch-${PATCH_VERSION}.cd.ifdef.1:cd >+PATCHFILES+= patch-${CD_PATCH_VERSION}.cd.ifdef.1:cd > SGML_NEEDED= yes > .endif > .if defined(WITH_MUTT_MBOX_HOOK_PATCH) >-PATCHFILES+= p0-patch-${PATCH_VERSION}.dw.mbox-hook.1:dw >+PATCHFILES+= p0-patch-${DW_PATCH_VERSION}.dw.mbox-hook.1:dw > .endif > > WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} >diff -ru /usr/ports/mail/mutt-devel/distinfo ./distinfo >--- /usr/ports/mail/mutt-devel/distinfo Sat Mar 22 06:36:52 2003 >+++ ./distinfo Sat Mar 22 22:58:20 2003 >@@ -1,9 +1,9 @@ > MD5 (mutt/mutt-1.5.4i.tar.gz) = 3d4088f25892af6d71148eef26604f33 >-MD5 (mutt/patch-1.5.4.rr.compressed.1.gz) = e2c0b3bb0be0e19a4a6cda01078e3eae >-MD5 (mutt/patch-1.5.3.vvv.nntp.gz) = 6399a40b4a7ce3448b0329ceec38f35b >-MD5 (mutt/patch-1.5.3.vvv.initials.gz) = 9397128c901c32b6de585ef089ead87f >-MD5 (mutt/patch-1.5.3.vvv.quote.gz) = dc24cc5765dfbbf98a9c2027d950c07a >+MD5 (mutt/patch-1.5.4.rr.compressed.gz) = a7b37150c35ea65049b3cd1edab5079d >+MD5 (mutt/patch-1.5.4.vvv.nntp.gz) = d0cb0f609aa0461d1b17137bd49c14cb >+MD5 (mutt/patch-1.5.4.vvv.initials.gz) = d92517da934f5c32692aecf7ece596b7 >+MD5 (mutt/patch-1.5.4.vvv.quote.gz) = 80d91491679b426b0f670fa965ae3777 > MD5 (mutt/patch-1.5.3.cd.edit_threads.9.3) = 753a19d8efdece04cd521c3a3079dc9f > MD5 (mutt/patch-1.5.3.cd.signatures_menu.2.1) = 6db636f0004e73ee2d9f577acd4ed380 > MD5 (mutt/patch-1.5.3.cd.ifdef.1) = 01b47e075364834b82da053cac4eb69f >-MD5 (mutt/p0-patch-1.5.3.dw.mbox-hook.1) = 09f9b4229a2d63c81cfee7e1d811f84f >+MD5 (mutt/p0-patch-1.5.4.dw.mbox-hook.1) = 326f415380cc377c99d2232f16267ffe >diff -ru /usr/ports/mail/mutt-devel/files/extra-patch-pgp-dw ./files/extra-patch-pgp-dw >--- /usr/ports/mail/mutt-devel/files/extra-patch-pgp-dw Sat Mar 22 06:36:56 2003 >+++ ./files/extra-patch-pgp-dw Sat Mar 22 23:45:30 2003 >@@ -17,11 +17,9 @@ > > The meaning of "key id" is to be taken broadly in this context: You > can either put a numerical key ID here, an e-mail address, or even >---- doc/muttrc.man.head Sun Dec 22 20:50:22 2002 >-+++ doc/muttrc.man.head Thu Mar 20 21:38:47 2003 >-@@ -286,7 +286,10 @@ >- specify the ID of the public key to be used when encrypting messages >- to a certain recipient. The meaning of "key ID" is to be taken >+--- doc/muttrc.man.head.orig Sun Dec 22 20:50:22 2002 >++++ doc/muttrc.man.head Sat Mar 22 23:43:27 2003 >+@@ -288,3 +288,6 @@ > broadly: This can be a different e-mail address, a numerical key ID, > -or even just an arbitrary search string. > +or even just an arbitrary search string. You may use multiple >@@ -29,8 +27,6 @@ > +\fBpgp-hook\fPs result in the use of multiple \fIkey-id\fPs for > +recipient. > .TP >- \fBpush\fP \fIstring\fP >- This command adds the named \fIstring\fP to the keyboard buffer. > --- hook.c Tue Jan 21 13:25:21 2003 > +++ hook.c Thu Mar 20 21:38:47 2003 > @@ -117,7 +117,11 @@ >diff -ru /usr/ports/mail/mutt-devel/files/extra-patch-smime-outlook ./files/extra-patch-smime-outlook >--- /usr/ports/mail/mutt-devel/files/extra-patch-smime-outlook Thu Jan 1 01:00:00 1970 >+++ ./files/extra-patch-smime-outlook Fri Mar 21 00:13:46 2003 >@@ -0,0 +1,11 @@ >+--- crypt.c.orig Fri Mar 7 09:23:44 2003 >++++ crypt.c Fri Mar 21 00:06:48 2003 >+@@ -440,7 +440,7 @@ >+ { >+ len++; >+ if (!ascii_strcasecmp ((t+len), "p7m")) >+-#if 0 >++#if 1 >+ return SMIMEENCRYPT; >+ #else >+ /* Not sure if this is the correct thing to do, but
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 50199
: 29599