threads via "T ~a" (means: tag all entire threads where at least
one message of the tread is tagged).
o Bump PORTREVISION.
PR: ports/54361
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Otherwise the PATCH_SITES in the slave port would be overwrited.
o WITHOUT_MUTT_HTML, WITHOUT_MUTT_COMPRESSED_FOLDERS are enabled in the
slave port now. The former shortens the depends list, for the taste
of people on the #bsdchat. The reason for later knob is that I currently
have not much time to deal with it.
o Change the MAINTAINER to me, requested by previous maintainer.
the same installation when PACKAGE_BUILDING and when doing a
"make install".
- Add an installation message when using SLANG, as this won't always
work for a color terminal without setting additional environment
variables.
- Use the same patch as the mutt port for fixing FQDN problems in
FreeBSD < 5.0
PR: ports/51727
Submitted by: maintainer
o Enable WITH_MUTT_SLANG when PACKAGE_BUILDING (so mutt-devel behaves
like mutt). This is safe, since slang has decent defaults now.
PR: ports/540787
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
- Re-enable the knobs WITH_MUTT_NNTP and WITH_MUTT_QUOTE_PATCH for
which patches are now available.
- Fix handling of differing patch-versions for the knobs.
- Fix the pgp patch.
- Set useful knobs when PACKAGE_BUILDING (POLA).
PR: ports/50199
Submitted by: maintainer
Patches submitted by Dale Woolridge <dale@woolridge.ca>.
* Fix sgmlformat dependency handling if manual.sgml is changed by one of the
knobs.
* Bump PORTREVISION.
PR: ports/42328
Submitted by: maintainer
Approved by: dwcjr (mentor)
* Add new knob WITH_MUTT_PS to build postscript doc (this in fact
is an alias for WITH_MUTT_HTML, so html doc is also installed).
PR: ports/42193
Submitted by: maintainer
Approved by: dwcjr (mentor)
- Generate the pkg-plist by using a script, so the whole port is
much more maintainable.
PR: 41621
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
in environments which do not use the outlook-builtin smime functions.
- Fix a portlint WARN for a trailing whitespace.
PR: 41011
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
- Do not use -pedantic in CFLAGS when building the port.
- Add the new knob WITH_MUTT_EDIT_THREADS
(suggested by Roman Neuhauser <neuhauser@bellavista.cz>)
PR: 40698, 40580
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
be consistent with the other knobs.
2) Move --enable-pop and --enable-imap up to CONFIGURE_ARGS from where
they were originally defined lower in the Makefile so they can be
overridden by using MUTT_CONFIGURE_ARGS.
3) s/directory/file/ in a comment in the Makefile.
4) Bump PORTREVISION.
3) Submitted by: maintainer
Approved by: maintainer
* Adding the missing patch fixes the breakage if not built without
defining WITHOUT_MUTT_SGMLFORMAT.
* Fix for if both WITH_MUTT_NNTP and WITH_MUTT_PGP_OUTLOOK_PATCH are
defined.
* Fix pkg-plist if WITH_MUTT_PGP_OUTLOOK_PATCH and WITH_MUTT_HTML
are both defined.
Submitted by: maintainer
- Add the pgp outlook compat patch via the new knob
MUTT_WITH_PGP_OUTLOOK_PATCH which is on by default if pgp is
installed. Patch submitted by: Stefan Walter <dunkelkammer@gmx.de>.
- Fix some trailing whitespaces to make portlint a little happier.
- Increment PORTREVISION.
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
in mail/mutt and thus reducing Makefile and pkg-plist to a more
maintainable size.
- Use the right way of specifying PORTREVISION so slave ports can
override this.
PR: 34411
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
- Make the dependency on sgmlformat configurable by the new knob
WITHOUT_MUTT_SGMLFORMAT (requested by Neil Darlow <neil@darlow.co.uk>)
PR: 34369
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
manuals reflect all the given WITH_MUTT_knobs.
o (Port now always depends on sgmlformat, which isn't a problem
anymore since sgmlformat has been fixed for alpha-architecture)
PR: 34185
Submitted by: maintainer
Requested by: Nicolas Rachinsky <list@rachinsky.de>
Update of port mail/mutt-devel. This update fixes:
- detection of libraries by configure.
- superflouous installation of some html files.
- additional doc files when NNTP support is wanted.
- fix the missing ca-locale file in pkg-plist.
These four were submitted by Vsevolod Volkov <vvv@mutt.org.ua>.
Also changed:
- WITH_MUTT_SLANG is now the default (which can be changed by
defining WITHOUT_MUTT_SLANG)
- fixed the usage of WITH_MUTT_NCURSES (ncurses is part of the base
system since 4.0)
- WITH_MUTT_SSL is included when PACKAGE_BUILDING is defined
- some hints which knobs are available at the beginning of the
Makefile
PR: 33536
Submitted by: maintainer
default before adding the WITH_MUTT_IMAP and WITH_MUTT_POP knobs).
- fix pkg-plist if not build with WITH_MUTT_IMAP or WITH_MUTT_POP.
- rename internal variable to less confusing name
Submitted by: Udo Schweigert <ust@cert.siemens.de>
* WITH_MUTT_POP
* WITH_MUTT_IMAP
* WITH_MUTT_POP_IMAP
They replace the --enable-pop and --enable-imap options that were the
defaults. Now you have the choice to build with one or the other, both,
or neither (which is useful for those of us who don't need those
features).
Bump PORTREVISION.
Approved by: maintainer