Date: Fri, 26 Jul 2002 18:50:34 +0200 (CEST) From: Udo Schweigert <udo.schweigert@siemens.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/41011: Maintainer update of mail/mutt-devel Message-ID: <200207261650.g6QGoY5s041022@alaska.cert.siemens.de>
next in thread | raw e-mail | index | archive | help
>Number: 41011 >Category: ports >Synopsis: Maintainer update of mail/mutt-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 26 10:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.6-STABLE FreeBSD 4.6-STABLE #1: Sat Jul 20 09:51:36 CEST 2002 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Maintainer update of mail/mutt-devel: - Add new knob WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT which is useful in environments which do not use the outlook-builtin smime functions. - Fix a portlint WARN for a trailing whitespace. Committer: new file (cvs add): files/extra-patch-smime-no-outlook >How-To-Repeat: >Fix: diff -ru /usr/ports/mail/mutt-devel/Makefile ./Makefile --- /usr/ports/mail/mutt-devel/Makefile Thu Jul 18 00:14:40 2002 +++ ./Makefile Fri Jul 26 18:46:03 2002 @@ -21,7 +21,7 @@ # # In general you can choose between using the SLANG port (WITH_MUTT_SLANG) # and ncurses (WITH_MUTT_NCURSES) which is the default. Note that you may -# have to set the variables COLORTERM=yes and COLORFGBG=color,color in your +# have to set the variables COLORTERM=yes and COLORFGBG=color,color in your # environment to get slang function properly. # # If you want to install the mutt documentation in html format define: @@ -50,6 +50,9 @@ # If you want to enable the pgp_outlook_compat function for use with pgp define: # WITH_MUTT_PGP_OUTLOOK_PATCH # +# If you want to disable a outlook_compat function for use with smime define: +# WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT +# # If you want to use the rethreading functions define: # WITH_MUTT_EDIT_THREADS @@ -160,6 +163,10 @@ .if defined(WITH_MUTT_PGP_OUTLOOK_PATCH) pre-configure:: ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-pgp-outlook +.endif +.if defined(WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT) +pre-configure:: + ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-smime-no-outlook .endif .if defined(WITH_MUTT_LOCALES_FIX) diff -ru /usr/ports/mail/mutt-devel/files/extra-patch-smime-no-outlook ./files/extra-patch-smime-no-outlook --- /usr/ports/mail/mutt-devel/files/extra-patch-smime-no-outlook Thu Jan 1 01:00:00 1970 +++ ./files/extra-patch-smime-no-outlook Fri Jul 26 18:18:53 2002 @@ -0,0 +1,11 @@ +--- smime.c.orig Thu May 2 01:20:42 2002 ++++ smime.c Fri Jul 26 18:15:19 2002 +@@ -144,7 +144,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 >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?200207261650.g6QGoY5s041022>